Skip to content

Commit 4ccb306

Browse files
committed
chore: use pnpm catalog
1 parent 76ef363 commit 4ccb306

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

packages/babel-plugin-jsx/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@
4040
"@types/babel__template": "^7.4.4",
4141
"@types/babel__traverse": "^7.20.6",
4242
"@types/svg-tags": "^1.0.2",
43-
"@vue/runtime-dom": "^3.5.3",
4443
"@vue/test-utils": "^2.4.6",
4544
"regenerator-runtime": "^0.14.1",
46-
"vue": "^3.5.3"
45+
"vue": "catalog:"
4746
},
4847
"peerDependencies": {
4948
"@babel/core": "^7.0.0-0"

packages/babel-plugin-resolve-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"devDependencies": {
5353
"@babel/core": "^7.25.2",
5454
"@types/babel__code-frame": "^7.0.6",
55-
"vue": "^3.5.3"
55+
"vue": "catalog:"
5656
}
5757
}

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
1515
"monaco-editor": "^0.51.0",
16-
"vue": "^3.5.3"
16+
"vue": "catalog:"
1717
},
1818
"devDependencies": {
1919
"@types/babel__standalone": "^7.1.7",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
packages:
22
- packages/*
3+
catalog:
4+
vue: ^3.5.3

0 commit comments

Comments
 (0)