Deps update
This commit is contained in:
parent
0ddc4f80b7
commit
299ca11365
2 changed files with 769 additions and 711 deletions
20
package.json
20
package.json
|
@ -15,19 +15,19 @@
|
||||||
"@next-auth/prisma-adapter": "^1.0.6",
|
"@next-auth/prisma-adapter": "^1.0.6",
|
||||||
"@prisma/client": "4.14.1",
|
"@prisma/client": "4.14.1",
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
"@tanstack/react-query": "^4.29.7",
|
"@tanstack/react-query": "^4.29.11",
|
||||||
"@trpc/client": "10.27.3",
|
"@trpc/client": "10.28.0",
|
||||||
"@trpc/next": "10.27.3",
|
"@trpc/next": "10.28.0",
|
||||||
"@trpc/react-query": "10.27.3",
|
"@trpc/react-query": "10.28.0",
|
||||||
"@trpc/server": "10.27.3",
|
"@trpc/server": "10.28.0",
|
||||||
"@types/json2csv": "^5.0.3",
|
"@types/json2csv": "^5.0.3",
|
||||||
"@types/next-pwa": "^5.6.3",
|
"@types/next-pwa": "^5.6.4",
|
||||||
"ably": "^1.2.39",
|
"ably": "^1.2.40",
|
||||||
"autoprefixer": "^10.4.14",
|
"autoprefixer": "^10.4.14",
|
||||||
"daisyui": "^2.51.6",
|
"daisyui": "^2.51.6",
|
||||||
"fms-ts": "^0.1.7",
|
"fms-ts": "^0.1.7",
|
||||||
"json2csv": "6.0.0-alpha.2",
|
"json2csv": "6.0.0-alpha.2",
|
||||||
"next": "^13.4.3",
|
"next": "^13.4.4",
|
||||||
"next-auth": "^4.22.1",
|
"next-auth": "^4.22.1",
|
||||||
"next-pwa": "^5.6.0",
|
"next-pwa": "^5.6.0",
|
||||||
"postcss": "^8.4.23",
|
"postcss": "^8.4.23",
|
||||||
|
@ -41,13 +41,13 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/eslint": "^8.40.0",
|
"@types/eslint": "^8.40.0",
|
||||||
"@types/node": "^20.2.3",
|
"@types/node": "^20.2.5",
|
||||||
"@types/react": "^18.2.7",
|
"@types/react": "^18.2.7",
|
||||||
"@types/react-dom": "^18.2.4",
|
"@types/react-dom": "^18.2.4",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
||||||
"@typescript-eslint/parser": "^5.59.7",
|
"@typescript-eslint/parser": "^5.59.7",
|
||||||
"eslint": "^8.41.0",
|
"eslint": "^8.41.0",
|
||||||
"eslint-config-next": "^13.4.3",
|
"eslint-config-next": "^13.4.4",
|
||||||
"prisma": "4.14.1",
|
"prisma": "4.14.1",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
},
|
},
|
||||||
|
|
1460
pnpm-lock.yaml
generated
1460
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue