Skip to content

Commit 60caf70

Browse files
committed
update min version in package json
1 parent 948da4a commit 60caf70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/next-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "14.2.3",
12+
"next": "14.2.14",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
1515
},

integration-tests/test-apps/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.5"
14+
"next": "14.2.14"
1515
},
1616
"devDependencies": {
1717
"@codecov/nextjs-webpack-plugin": "workspace:^",

0 commit comments

Comments
 (0)