Skip to content

Commit

Permalink
Merge pull request #345 from Southclaws/upgrade-nextjs
Browse files Browse the repository at this point in the history
upgrade nextjs
  • Loading branch information
Southclaws authored Jan 4, 2025
2 parents 6d36cab + b25ef94 commit c61b0fa
Show file tree
Hide file tree
Showing 2 changed files with 1,639 additions and 1,465 deletions.
20 changes: 10 additions & 10 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"lodash": "^4.17.21",
"lucide-react": "^0.451.0",
"mime-db": "^1.53.0",
"next": "15.0.0",
"next": "15.1.3",
"nuqs": "^1.20.0",
"polished": "^4.3.1",
"react": "19.0.0-rc-65a56d0e-20241020",
"react": "19.0.0",
"react-advanced-cropper": "^0.20.0",
"react-avatar-editor": "^13.0.2",
"react-contenteditable": "^3.3.7",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.0",
"react-markdown": "^9.0.1",
"remark-parse": "^11.0.0",
Expand All @@ -67,25 +67,25 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@pandacss/dev": "^0.47.0",
"@pandacss/types": "^0.47.0",
"@pandacss/dev": "^0.51.1",
"@pandacss/types": "^0.51.1",
"@park-ui/panda-preset": "^0.42.0",
"@simplewebauthn/types": "^10.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.10",
"@types/mime-db": "^1",
"@types/node": "^22.7.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-avatar-editor": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0",
"orval": "7.2.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"resolutions": {
Expand Down
Loading

0 comments on commit c61b0fa

Please sign in to comment.