Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 3e4f9be

Browse files
authored
fix: eliminate phantom dependencies (#66)
1 parent 986ca21 commit 3e4f9be

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@
8787
"vue": "^3.3.4"
8888
},
8989
"devDependencies": {
90-
"@babel/parser": "^7.22.10",
91-
"@babel/types": "^7.22.10",
9290
"@baiwusanyu/eslint-config": "^1.0.14",
9391
"@rollup/pluginutils": "^5.0.2",
9492
"@types/css-tree": "^2.3.1",

packages/sub-style/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"vue": "^3.3.2"
6161
},
6262
"dependencies": {
63+
"@babel/parser": "^7.22.10",
64+
"@babel/types": "^7.22.10",
6365
"@unplugin-vue-ce/utils": "workspace:*",
6466
"baiwusanyu-utils": "^1.0.12",
6567
"estree-walker-ts": "^1.0.0",

packages/v-model/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"vue": "^3.3.2"
6161
},
6262
"dependencies": {
63+
"@babel/parser": "^7.22.10",
64+
"@babel/types": "^7.22.10",
6365
"@unplugin-vue-ce/utils": "workspace:*",
6466
"baiwusanyu-utils": "^1.0.12",
6567
"estree-walker-ts": "^1.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)