chore: use pnpm catalog

This commit is contained in:
三咲智子 Kevin Deng 2024-09-07 05:10:07 +08:00
parent 76ef36393e
commit 4ccb306305
No known key found for this signature in database
5 changed files with 14 additions and 13 deletions

View File

@ -40,10 +40,9 @@
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@types/svg-tags": "^1.0.2",
"@vue/runtime-dom": "^3.5.3",
"@vue/test-utils": "^2.4.6",
"regenerator-runtime": "^0.14.1",
"vue": "^3.5.3"
"vue": "catalog:"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"

View File

@ -52,6 +52,6 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/babel__code-frame": "^7.0.6",
"vue": "^3.5.3"
"vue": "catalog:"
}
}

View File

@ -13,7 +13,7 @@
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.51.0",
"vue": "^3.5.3"
"vue": "catalog:"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.7",

View File

@ -4,6 +4,12 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
catalogs:
default:
vue:
specifier: ^3.5.3
version: 3.5.3
importers:
.:
@ -122,9 +128,6 @@ importers:
'@types/svg-tags':
specifier: ^1.0.2
version: 1.0.2
'@vue/runtime-dom':
specifier: ^3.5.3
version: 3.5.3
'@vue/test-utils':
specifier: ^2.4.6
version: 2.4.6
@ -132,7 +135,7 @@ importers:
specifier: ^0.14.1
version: 0.14.1
vue:
specifier: ^3.5.3
specifier: 'catalog:'
version: 3.5.3(typescript@5.5.4)
packages/babel-plugin-resolve-type:
@ -160,7 +163,7 @@ importers:
specifier: ^7.0.6
version: 7.0.6
vue:
specifier: ^3.5.3
specifier: 'catalog:'
version: 3.5.3(typescript@5.5.4)
packages/jsx-explorer:
@ -177,11 +180,8 @@ importers:
monaco-editor:
specifier: ^0.51.0
version: 0.51.0
pathe:
specifier: ^1.1.2
version: 1.1.2
vue:
specifier: ^3.5.3
specifier: 'catalog:'
version: 3.5.3(typescript@5.5.4)
devDependencies:
'@types/babel__standalone':

View File

@ -1,2 +1,4 @@
packages:
- packages/*
catalog:
vue: ^3.5.3