File tree Expand file tree Collapse file tree 10 files changed +3140
-2365
lines changed Expand file tree Collapse file tree 10 files changed +3140
-2365
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @codecov/nextjs-webpack-plugin " : minor
3+ " @codecov/remix-vite-plugin " : minor
4+ " @codecov/solidstart-plugin " : minor
5+ " @codecov/sveltekit-plugin " : minor
6+ " @codecov/webpack-plugin " : minor
7+ " @codecov/nuxt-plugin " : minor
8+ " @codecov/vite-plugin " : minor
9+ " @codecov/bundle-analyzer " : minor
10+ " @codecov/bundler-plugin-core " : minor
11+ " @codecov/rollup-plugin " : minor
12+ ---
13+
14+ Update nuxt and related dependencies
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77export default defineProject ( {
88 ...config ,
99 plugins : [
10+ //@ts -expect-error handle conflicting version types
1011 {
1112 ...replace ( {
1213 preventAssignment : true ,
Original file line number Diff line number Diff line change 4747 "dependencies" : {
4848 "@codecov/bundler-plugin-core" : " workspace:^" ,
4949 "@codecov/vite-plugin" : " workspace:^" ,
50- "@nuxt/kit" : " ^3.11.2 " ,
50+ "@nuxt/kit" : " 3.14.159 " ,
5151 "unplugin" : " ^1.10.1"
5252 },
5353 "devDependencies" : {
5959 "ts-node" : " ^10.9.2" ,
6060 "typedoc" : " ^0.25.12" ,
6161 "typescript" : " ^5.3.3" ,
62+ "nuxt" : " 3.14.159" ,
6263 "unbuild" : " ^2.0.0" ,
6364 "vite" : " ^5.2.14" ,
6465 "vite-tsconfig-paths" : " ^4.3.2" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77export default defineProject ( {
88 ...config ,
99 plugins : [
10+ //@ts -expect-error handle conflicting version types
1011 {
1112 ...replace ( {
1213 preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77export default defineProject ( {
88 ...config ,
99 plugins : [
10+ //@ts -expect-error handle conflicting version types
1011 {
1112 ...replace ( {
1213 preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77export default defineProject ( {
88 ...config ,
99 plugins : [
10+ //@ts -expect-error handle conflicting version types
1011 {
1112 ...replace ( {
1213 preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77export default defineProject ( {
88 ...config ,
99 plugins : [
10+ //@ts -expect-error handle conflicting version types
1011 {
1112 ...replace ( {
1213 preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77export default defineProject ( {
88 ...config ,
99 plugins : [
10+ //@ts -expect-error handle conflicting version types
1011 {
1112 ...replace ( {
1213 preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
77export default defineProject ( {
88 ...config ,
99 plugins : [
10+ //@ts -expect-error handle conflicting version types
1011 {
1112 ...replace ( {
1213 preventAssignment : true ,
You can’t perform that action at this time.
0 commit comments