File tree Expand file tree Collapse file tree 4 files changed +298
-207
lines changed
integration-tests/test-apps/nextjs Expand file tree Collapse file tree 4 files changed +298
-207
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @codecov/astro-plugin " : patch
3
+ " @codecov/bundle-analyzer " : patch
4
+ " @codecov/bundler-plugin-core " : patch
5
+ " @codecov/nextjs-webpack-plugin " : patch
6
+ " @codecov/nuxt-plugin " : patch
7
+ " @codecov/remix-vite-plugin " : patch
8
+ " @codecov/rollup-plugin " : patch
9
+ " @codecov/solidstart-plugin " : patch
10
+ " @codecov/sveltekit-plugin " : patch
11
+ " @codecov/vite-plugin " : patch
12
+ " @codecov/webpack-plugin " : patch
13
+ ---
14
+
15
+ Update ` next ` to 14.2.25
Original file line number Diff line number Diff line change 9
9
"lint" : " next lint"
10
10
},
11
11
"dependencies" : {
12
- "next" : " 14.2.10 " ,
12
+ "next" : " 14.2.25 " ,
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.10 " ,
23
+ "eslint-config-next" : " 14.2.25 " ,
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.10 "
14
+ "next" : " 14.2.25 "
15
15
},
16
16
"devDependencies" : {
17
17
"@codecov/nextjs-webpack-plugin" : " workspace:^" ,
You can’t perform that action at this time.
0 commit comments