We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6f939 commit 29b3f46Copy full SHA for 29b3f46
examples/next-js/package.json
@@ -9,7 +9,7 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
- "next": "14.2.10",
+ "next": "14.2.25",
13
"react": "^18.3.1",
14
"react-dom": "^18.3.1"
15
@@ -20,7 +20,7 @@
20
"@types/react-dom": "^18.3.0",
21
"autoprefixer": "^10.4.19",
22
"eslint": "^8.56.0",
23
- "eslint-config-next": "14.2.10",
+ "eslint-config-next": "14.2.25",
24
"postcss": "^8.4.38",
25
"tailwindcss": "^3.4.3",
26
"typescript": "^5.4.5"
integration-tests/test-apps/nextjs/package.json
@@ -11,7 +11,7 @@
"react": "^18",
"react-dom": "^18",
- "next": "14.2.10"
+ "next": "14.2.25"
16
"devDependencies": {
17
"@codecov/nextjs-webpack-plugin": "workspace:^",
0 commit comments