Merge pull request #18 from venplane/stage-release

build: bumped next version from 12.2.2 to 13
This commit is contained in:
Vamsi Kurama 2022-12-01 03:00:34 +05:30 committed by GitHub
commit 38c4d8e708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1484 additions and 1760 deletions

View file

@ -9,44 +9,38 @@
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@lexical/list": "^0.6.4",
"@lexical/react": "^0.6.4",
"@lexical/utils": "^0.6.4",
"axios": "^1.1.3",
"axios": "^1.2.0",
"js-cookie": "^3.0.1",
"lexical": "^0.6.4",
"next": "12.2.2",
"prosemirror-example-setup": "^1.2.1",
"prosemirror-model": "^1.18.1",
"prosemirror-schema-basic": "^1.2.0",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-view": "^1.29.0",
"next": "13",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.38.0",
"react-hook-form": "^7.40.0",
"swr": "^1.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.188",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/lodash": "^4.14.190",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-color": "^3.0.6",
"@types/react-dom": "18.0.6",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
"@types/react-dom": "18.0.9",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.13",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
}
}