File tree Expand file tree Collapse file tree 4 files changed +123
-210
lines changed
integration-tests/test-apps/nextjs Expand file tree Collapse file tree 4 files changed +123
-210
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ "@codecov/nextjs-webpack-plugin": patch
3
+ "@codecov/bundle-analyzer": patch
4
+ "@codecov/bundler-plugin-core": patch
5
+ "@codecov/nuxt-plugin": patch
6
+ "@codecov/remix-vite-plugin": patch
7
+ "@codecov/rollup-plugin": patch
8
+ "@codecov/solidstart-plugin": patch
9
+ "@codecov/sveltekit-plugin": patch
10
+ "@codecov/vite-plugin": patch
11
+ "@codecov/webpack-plugin": patch
12
+ ---
13
+
14
+ Bump nextjs versions
Original file line number Diff line number Diff line change 9
9
"lint": "next lint"
10
10
},
11
11
"dependencies": {
12
- "next": "14.2.3 ",
12
+ "next": "14.2.10 ",
13
13
"react": "^18.3.1",
14
14
"react-dom": "^18.3.1"
15
15
},
20
20
"@types/react-dom": "^18.3.0",
21
21
"autoprefixer": "^10.4.19",
22
22
"eslint": "^8.56.0",
23
- "eslint-config-next": "14.2.3 ",
23
+ "eslint-config-next": "14.2.10 ",
24
24
"postcss": "^8.4.38",
25
25
"tailwindcss": "^3.4.3",
26
26
"typescript": "^5.4.5"
Original file line number Diff line number Diff line change 11
11
"dependencies": {
12
12
"react": "^18",
13
13
"react-dom": "^18",
14
- "next": "14.2.5 "
14
+ "next": "14.2.10 "
15
15
},
16
16
"devDependencies": {
17
17
"@codecov/nextjs-webpack-plugin": "workspace:^",
You can’t perform that action at this time.
0 commit comments