Skip to content

Commit 3e8c1e1

Browse files
committed
chore: fix test
1 parent 65f7fc3 commit 3e8c1e1

File tree

6 files changed

+7
-19
lines changed

6 files changed

+7
-19
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"tsup": "^8.4.0",
4444
"typescript": "^5.8.2",
4545
"unplugin-raw": "^0.4.4",
46-
"vite": "catalog:"
46+
"vite": "catalog:",
47+
"vitest": "catalog:"
4748
},
4849
"pnpm": {
4950
"overrides": {

packages/babel/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"@types/babel__core": "catalog:",
6868
"@types/babel__generator": "^7.6.8",
6969
"@types/babel__template": "^7.4.4",
70-
"@types/babel__traverse": "^7.20.6",
71-
"vitest": "catalog:"
70+
"@types/babel__traverse": "^7.20.6"
7271
}
7372
}

packages/compiler/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"@babel/types": "catalog:",
6060
"@vue/compiler-dom": "catalog:",
6161
"@vue/compiler-vapor": "catalog:",
62-
"@vue/shared": "catalog:",
63-
"vitest": "catalog:"
62+
"@vue/shared": "catalog:"
6463
}
6564
}

packages/macros/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@
186186
"@nuxt/schema": "catalog:",
187187
"@types/hash-sum": "^1.0.2",
188188
"@vue-macros/test-utils": "3.0.0-beta.4",
189-
"vitest": "catalog:",
190189
"vue": "catalog:"
191190
}
192191
}

packages/unplugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212
"@nuxt/kit": "catalog:",
213213
"@nuxt/schema": "catalog:",
214214
"@types/babel__core": "catalog:",
215-
"vitest": "catalog:",
216215
"vue": "catalog:"
217216
}
218217
}

pnpm-lock.yaml

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)