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");
7
7
export default defineProject ( {
8
8
...config ,
9
9
plugins : [
10
+ //@ts -expect-error handle conflicting version types
10
11
{
11
12
...replace ( {
12
13
preventAssignment : true ,
Original file line number Diff line number Diff line change 47
47
"dependencies" : {
48
48
"@codecov/bundler-plugin-core" : " workspace:^" ,
49
49
"@codecov/vite-plugin" : " workspace:^" ,
50
- "@nuxt/kit" : " ^3.11.2 " ,
50
+ "@nuxt/kit" : " 3.14.159 " ,
51
51
"unplugin" : " ^1.10.1"
52
52
},
53
53
"devDependencies" : {
59
59
"ts-node" : " ^10.9.2" ,
60
60
"typedoc" : " ^0.25.12" ,
61
61
"typescript" : " ^5.3.3" ,
62
+ "nuxt" : " 3.14.159" ,
62
63
"unbuild" : " ^2.0.0" ,
63
64
"vite" : " ^5.2.14" ,
64
65
"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");
7
7
export default defineProject ( {
8
8
...config ,
9
9
plugins : [
10
+ //@ts -expect-error handle conflicting version types
10
11
{
11
12
...replace ( {
12
13
preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
7
7
export default defineProject ( {
8
8
...config ,
9
9
plugins : [
10
+ //@ts -expect-error handle conflicting version types
10
11
{
11
12
...replace ( {
12
13
preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
7
7
export default defineProject ( {
8
8
...config ,
9
9
plugins : [
10
+ //@ts -expect-error handle conflicting version types
10
11
{
11
12
...replace ( {
12
13
preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
7
7
export default defineProject ( {
8
8
...config ,
9
9
plugins : [
10
+ //@ts -expect-error handle conflicting version types
10
11
{
11
12
...replace ( {
12
13
preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
7
7
export default defineProject ( {
8
8
...config ,
9
9
plugins : [
10
+ //@ts -expect-error handle conflicting version types
10
11
{
11
12
...replace ( {
12
13
preventAssignment : true ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const packageJson = await import("./package.json");
7
7
export default defineProject ( {
8
8
...config ,
9
9
plugins : [
10
+ //@ts -expect-error handle conflicting version types
10
11
{
11
12
...replace ( {
12
13
preventAssignment : true ,
You can’t perform that action at this time.
0 commit comments