Skip to content

Commit aea9501

Browse files
fix: bump next.js version to latest (#48)
1 parent 807e768 commit aea9501

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

react-next15-ts/package-lock.json

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

react-next15-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cypress:run": "cypress run --component"
1111
},
1212
"dependencies": {
13-
"next": "15.0.4",
13+
"next": "^15.2.3",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0"
1616
},
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^18",
2121
"cypress": "^14.0.0",
2222
"eslint": "^8",
23-
"eslint-config-next": "15.0.4",
23+
"eslint-config-next": "15.2.3",
2424
"msw": "^2.6.5",
2525
"postcss": "^8",
2626
"tailwindcss": "^3.4.1",

0 commit comments

Comments
 (0)