Bump deps
This commit is contained in:
parent
6d184906b1
commit
88c65f2e9f
2 changed files with 539 additions and 549 deletions
21
package.json
21
package.json
|
@ -15,17 +15,17 @@
|
|||
"dependencies": {
|
||||
"@next-auth/prisma-adapter": "^1.0.5",
|
||||
"@next/eslint-plugin-next": "13.2.2-canary.0",
|
||||
"@prisma/client": "^4.9.0",
|
||||
"@prisma/client": "^4.10.1",
|
||||
"@radix-ui/react-dialog": "^1.0.2",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.2",
|
||||
"@radix-ui/react-popover": "^1.0.3",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.3",
|
||||
"@radix-ui/react-popover": "^1.0.4",
|
||||
"@radix-ui/react-tabs": "^1.0.2",
|
||||
"@radix-ui/react-tooltip": "^1.0.3",
|
||||
"@radix-ui/react-tooltip": "^1.0.4",
|
||||
"@vercel/og": "^0.0.27",
|
||||
"@wcj/markdown-to-html": "^2.2.1",
|
||||
"client-only": "^0.0.1",
|
||||
"client-zip": "2.3.0",
|
||||
"jest": "^29.4.1",
|
||||
"jest": "^29.4.3",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"next": "13.2.2-canary.0",
|
||||
"next-auth": "^4.19.2",
|
||||
|
@ -38,22 +38,23 @@
|
|||
"react-feather": "^2.0.10",
|
||||
"react-hot-toast": "2.4.0",
|
||||
"server-only": "^0.0.1",
|
||||
"swr": "^2.0.3",
|
||||
"swr": "^2.0.4",
|
||||
"textarea-markdown-editor": "1.0.4",
|
||||
"ts-jest": "^29.0.5",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/bundle-analyzer": "13.1.7-canary.26",
|
||||
"@total-typescript/ts-reset": "^0.3.7",
|
||||
"@types/bcrypt": "^5.0.0",
|
||||
"@types/lodash.debounce": "^4.0.7",
|
||||
"@types/node": "18.11.18",
|
||||
"@types/react": "18.0.27",
|
||||
"@types/react-datepicker": "4.8.0",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
||||
"@typescript-eslint/parser": "^5.49.0",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
||||
"@typescript-eslint/parser": "^5.53.0",
|
||||
"clsx": "^1.2.1",
|
||||
"cross-env": "7.0.3",
|
||||
"csstype": "^3.1.1",
|
||||
|
@ -61,7 +62,7 @@
|
|||
"eslint-config-next": "13.1.7-canary.26",
|
||||
"next-unused": "0.0.6",
|
||||
"prettier": "2.8.3",
|
||||
"prisma": "^4.9.0",
|
||||
"prisma": "^4.10.1",
|
||||
"typescript": "4.9.4",
|
||||
"typescript-plugin-css-modules": "4.1.1"
|
||||
},
|
||||
|
|
1067
pnpm-lock.yaml
1067
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue