Roll packages

This commit is contained in:
Enrico Ros
2025-06-26 09:13:20 -07:00
parent daf2e58c99
commit 71633ff441
2 changed files with 103 additions and 103 deletions
+17 -17
View File
@@ -27,19 +27,19 @@
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.17.1",
"@mui/joy": "^5.0.0-beta.52",
"@next/bundle-analyzer": "~15.1.8",
"@prisma/client": "~5.22.0",
"@tanstack/react-query": "^5.80.7",
"@trpc/client": "^11.4.0",
"@trpc/next": "^11.4.0",
"@trpc/react-query": "^11.4.0",
"@trpc/server": "^11.4.0",
"@tanstack/react-query": "^5.81.2",
"@trpc/client": "^11.4.2",
"@trpc/next": "^11.4.2",
"@trpc/react-query": "^11.4.2",
"@trpc/server": "^11.4.2",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"browser-fs-access": "^0.37.0",
"browser-fs-access": "^0.38.0",
"cheerio": "^1.1.0",
"csv-stringify": "^6.5.2",
"dexie": "^4.0.11",
@@ -52,15 +52,15 @@
"next": "~15.1.8",
"nprogress": "^0.2.0",
"pdfjs-dist": "5.3.31",
"posthog-js": "^1.252.0",
"posthog-js": "^1.255.1",
"prismjs": "^1.30.0",
"puppeteer-core": "^24.10.1",
"puppeteer-core": "^24.10.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.57.0",
"react-hook-form": "^7.58.1",
"react-markdown": "^10.1.0",
"react-player": "^2.16.0",
"react-resizable-panels": "^3.0.2",
"react-resizable-panels": "^3.0.3",
"react-timeago": "^8.2.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
@@ -71,13 +71,13 @@
"tesseract.js": "^6.0.1",
"tiktoken": "^1.0.21",
"turndown": "^7.2.0",
"zod": "^3.25.63",
"zod-to-json-schema": "^3.24.5",
"zustand": "^5.0.5"
"zod": "^3.25.67",
"zod-to-json-schema": "^3.24.6",
"zustand": "^5.0.6"
},
"devDependencies": {
"@types/diff": "^7.0.2",
"@types/node": "^24.0.1",
"@types/node": "^24.0.4",
"@types/nprogress": "^0.2.3",
"@types/prismjs": "^1.26.5",
"@types/react": "19.1.8",
@@ -86,9 +86,9 @@
"@types/react-timeago": "^4.1.7",
"@types/turndown": "^5.0.5",
"cross-env": "^7.0.3",
"eslint": "^9.28.0",
"eslint": "^9.29.0",
"eslint-config-next": "~15.1.8",
"prettier": "^3.5.3",
"prettier": "^3.6.1",
"prisma": "~5.22.0",
"typescript": "^5.8.3"
},