ci: move vite back to root again

This commit is contained in:
Evan You 2021-12-12 10:52:55 +08:00
parent 77780cda30
commit 5fda93801e
3 changed files with 5 additions and 15 deletions

View File

@ -91,6 +91,7 @@
"ts-jest": "^27.0.5",
"typescript": "^4.2.2",
"vue": "workspace:*",
"vite": "^2.7.1",
"yorkie": "^2.0.0"
}
}

View File

@ -4,8 +4,5 @@
"private": true,
"scripts": {
"build": "vite build"
},
"devDependencies": {
"vite": "^2.7.1"
}
}

16
pnpm-lock.yaml generated
View File

@ -47,6 +47,7 @@ importers:
ts-jest: ^27.0.5
tslib: ^2.3.1
typescript: ^4.2.2
vite: ^2.7.1
vue: workspace:*
yorkie: ^2.0.0
devDependencies:
@ -61,7 +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
'@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
@ -93,6 +94,7 @@ importers:
ts-jest: 27.1.1_dc33159234d58f1c7ac35b6119da0e94
tslib: 2.3.1
typescript: 4.5.3
vite: 2.7.1
vue: link:packages/vue
yorkie: 2.0.0
@ -254,10 +256,7 @@ importers:
specifiers: {}
packages/size-check:
specifiers:
vite: ^2.7.1
devDependencies:
vite: 2.7.1
specifiers: {}
packages/template-explorer:
specifiers:
@ -1258,13 +1257,6 @@ packages:
eslint-visitor-keys: 2.1.0
dev: true
/@vitejs/plugin-vue/1.10.2:
resolution: {integrity: sha512-/QJ0Z9qfhAFtKRY+r57ziY4BSbGUTGsPRMpB/Ron3QPwBZM4OZAZHdTa4a8PafCwU5DTatXG8TMDoP8z+oDqJw==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
dev: true
/@vitejs/plugin-vue/1.10.2_vite@2.7.1:
resolution: {integrity: sha512-/QJ0Z9qfhAFtKRY+r57ziY4BSbGUTGsPRMpB/Ron3QPwBZM4OZAZHdTa4a8PafCwU5DTatXG8TMDoP8z+oDqJw==}
engines: {node: '>=12.0.0'}