Skip to content

Commit 9ce72e1

Browse files
committed
chore: update Next.js and React dependencies to specific versions
1 parent 0f53cb2 commit 9ce72e1

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

examples/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"dependencies": {
1212
"@radix-ui/react-dropdown-menu": "2.1.4",
1313
"@radix-ui/react-icons": "1.3.2",
14-
"next": "latest",
15-
"react": "latest",
16-
"react-dom": "latest"
14+
"next": "^15.1.6",
15+
"react": "^19.0.0",
16+
"react-dom": "^19.0.0"
1717
},
1818
"devDependencies": {
1919
"@eslint-react/eslint-plugin": "^1.24.1",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"@types/react-dom": "^19.0.3",
118118
"cross-spawn": "^7.0.6",
119119
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
120+
"next": "^15.1.6",
120121
"react": "^19.0.0",
121122
"react-dom": "^19.0.0",
122123
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",

pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)