Skip to content

Commit

Permalink
Roll packages, but hold Next back.
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Apr 22, 2024
1 parent 4a402e7 commit 94f90ad
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mui/icons-material": "^5.15.15",
"@mui/joy": "^5.0.0-beta.32",
"@next/bundle-analyzer": "14.1.4",
"@next/third-parties": "^14.2.0-canary.60",
"@next/third-parties": "^14.2.2",
"@prisma/client": "^5.12.1",
"@sanity/diff-match-patch": "^3.1.1",
"@t3-oss/env-nextjs": "^0.9.2",
Expand All @@ -50,36 +50,36 @@
"react-dom": "^18.2.0",
"react-katex": "^3.0.1",
"react-markdown": "^9.0.1",
"react-player": "^2.15.1",
"react-resizable-panels": "^2.0.16",
"react-player": "^2.16.0",
"react-resizable-panels": "^2.0.18",
"react-timeago": "^7.2.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.3",
"superjson": "^2.2.1",
"tesseract.js": "^5.0.5",
"tiktoken": "^1.0.13",
"tiktoken": "^1.0.14",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zod": "^3.23.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@cloudflare/puppeteer": "0.0.5",
"@types/node": "^20.12.5",
"@types/node": "^20.12.7",
"@types/nprogress": "^0.2.3",
"@types/plantuml-encoder": "^1.4.2",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.74",
"@types/react": "^18.2.79",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.2.24",
"@types/react-dom": "^18.2.25",
"@types/react-katex": "^3.0.4",
"@types/react-timeago": "^4.1.7",
"@types/uuid": "^9.0.8",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-next": "14.2.2",
"prettier": "^3.2.5",
"prisma": "^5.12.1",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"engines": {
"node": "^20.0.0 || ^18.0.0"
Expand Down

0 comments on commit 94f90ad

Please sign in to comment.