ci: move vite plugin-vue to workspace root
This commit is contained in:
parent
38b3a89454
commit
65309b5aed
@ -58,6 +58,7 @@
|
||||
"@types/node": "^16.4.7",
|
||||
"@types/puppeteer": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^4.1.1",
|
||||
"@vitejs/plugin-vue": "^1.10.2",
|
||||
"@vue/reactivity": "workspace:*",
|
||||
"@vue/runtime-core": "workspace:*",
|
||||
"@vue/runtime-dom": "workspace:*",
|
||||
|
@ -7,9 +7,6 @@
|
||||
"build": "vite build",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^1.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/repl": "^0.4.5",
|
||||
"file-saver": "^2.0.5",
|
||||
|
@ -15,6 +15,7 @@ importers:
|
||||
'@types/node': ^16.4.7
|
||||
'@types/puppeteer': ^5.0.0
|
||||
'@typescript-eslint/parser': ^4.1.1
|
||||
'@vitejs/plugin-vue': ^1.10.2
|
||||
'@vue/reactivity': workspace:*
|
||||
'@vue/runtime-core': workspace:*
|
||||
'@vue/runtime-dom': workspace:*
|
||||
@ -61,6 +62,7 @@ importers:
|
||||
'@types/node': 16.11.12
|
||||
'@types/puppeteer': 5.4.4
|
||||
'@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.3
|
||||
'@vitejs/plugin-vue': 1.10.2_vite@2.7.1
|
||||
'@vue/reactivity': link:packages/reactivity
|
||||
'@vue/runtime-core': link:packages/runtime-core
|
||||
'@vue/runtime-dom': link:packages/runtime-dom
|
||||
@ -235,7 +237,6 @@ importers:
|
||||
|
||||
packages/sfc-playground:
|
||||
specifiers:
|
||||
'@vitejs/plugin-vue': ^1.9.3
|
||||
'@vue/repl': ^0.4.5
|
||||
file-saver: ^2.0.5
|
||||
jszip: ^3.6.0
|
||||
@ -243,8 +244,6 @@ importers:
|
||||
'@vue/repl': 0.4.5
|
||||
file-saver: 2.0.5
|
||||
jszip: 3.7.1
|
||||
devDependencies:
|
||||
'@vitejs/plugin-vue': 1.10.2_vite@2.7.1
|
||||
|
||||
packages/shared:
|
||||
specifiers: {}
|
||||
|
Loading…
Reference in New Issue
Block a user