Skip to content

Commit

Permalink
chore: update Next.js and React dependencies to specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Jan 25, 2025
1 parent 0f53cb2 commit 9ce72e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-icons": "1.3.2",
"next": "latest",
"react": "latest",
"react-dom": "latest"
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.24.1",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"@types/react-dom": "^19.0.3",
"cross-spawn": "^7.0.6",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 9ce72e1

Please sign in to comment.