Roll deps.

This commit is contained in:
Enrico Ros
2024-10-13 04:15:14 -07:00
parent a43e83d9ed
commit 8230eafe25
2 changed files with 203 additions and 200 deletions
+12 -12
View File
@@ -26,16 +26,16 @@
"@mui/icons-material": "^5.16.7",
"@mui/joy": "^5.0.0-beta.48",
"@mui/material": "^5.16.7",
"@next/bundle-analyzer": "^14.2.14",
"@next/third-parties": "^14.2.14",
"@next/bundle-analyzer": "^14.2.15",
"@next/third-parties": "^14.2.15",
"@prisma/client": "^5.20.0",
"@sanity/diff-match-patch": "^3.1.1",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.59.0",
"@trpc/client": "11.0.0-rc.553",
"@trpc/next": "11.0.0-rc.553",
"@trpc/react-query": "11.0.0-rc.553",
"@trpc/server": "11.0.0-rc.553",
"@tanstack/react-query": "^5.59.13",
"@trpc/client": "11.0.0-rc.571",
"@trpc/next": "11.0.0-rc.571",
"@trpc/react-query": "11.0.0-rc.571",
"@trpc/server": "11.0.0-rc.571",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"browser-fs-access": "^0.35.0",
@@ -46,7 +46,7 @@
"idb-keyval": "^6.2.1",
"mammoth": "^1.8.0",
"nanoid": "^5.0.7",
"next": "~14.2.14",
"next": "~14.2.15",
"nprogress": "^0.2.0",
"pdfjs-dist": "4.7.76",
"plantuml-encoder": "^1.4.0",
@@ -75,22 +75,22 @@
},
"devDependencies": {
"@cloudflare/puppeteer": "0.0.11",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/nprogress": "^0.2.3",
"@types/plantuml-encoder": "^1.4.2",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.11",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@types/react-katex": "^3.0.4",
"@types/react-timeago": "^4.1.7",
"@types/turndown": "^5.0.5",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.14",
"eslint-config-next": "^14.2.15",
"prettier": "^3.3.3",
"prisma": "^5.20.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": "^20.0.0 || ^18.0.0"