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", "ts-jest": "^27.0.5",
"typescript": "^4.2.2", "typescript": "^4.2.2",
"vue": "workspace:*", "vue": "workspace:*",
"vite": "^2.7.1",
"yorkie": "^2.0.0" "yorkie": "^2.0.0"
} }
} }

View File

@ -4,8 +4,5 @@
"private": true, "private": true,
"scripts": { "scripts": {
"build": "vite build" "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 ts-jest: ^27.0.5
tslib: ^2.3.1 tslib: ^2.3.1
typescript: ^4.2.2 typescript: ^4.2.2
vite: ^2.7.1
vue: workspace:* vue: workspace:*
yorkie: ^2.0.0 yorkie: ^2.0.0
devDependencies: devDependencies:
@ -61,7 +62,7 @@ importers:
'@types/node': 16.11.12 '@types/node': 16.11.12
'@types/puppeteer': 5.4.4 '@types/puppeteer': 5.4.4
'@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.3 '@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/reactivity': link:packages/reactivity
'@vue/runtime-core': link:packages/runtime-core '@vue/runtime-core': link:packages/runtime-core
'@vue/runtime-dom': link:packages/runtime-dom '@vue/runtime-dom': link:packages/runtime-dom
@ -93,6 +94,7 @@ importers:
ts-jest: 27.1.1_dc33159234d58f1c7ac35b6119da0e94 ts-jest: 27.1.1_dc33159234d58f1c7ac35b6119da0e94
tslib: 2.3.1 tslib: 2.3.1
typescript: 4.5.3 typescript: 4.5.3
vite: 2.7.1
vue: link:packages/vue vue: link:packages/vue
yorkie: 2.0.0 yorkie: 2.0.0
@ -254,10 +256,7 @@ importers:
specifiers: {} specifiers: {}
packages/size-check: packages/size-check:
specifiers: specifiers: {}
vite: ^2.7.1
devDependencies:
vite: 2.7.1
packages/template-explorer: packages/template-explorer:
specifiers: specifiers:
@ -1258,13 +1257,6 @@ packages:
eslint-visitor-keys: 2.1.0 eslint-visitor-keys: 2.1.0
dev: true 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: /@vitejs/plugin-vue/1.10.2_vite@2.7.1:
resolution: {integrity: sha512-/QJ0Z9qfhAFtKRY+r57ziY4BSbGUTGsPRMpB/Ron3QPwBZM4OZAZHdTa4a8PafCwU5DTatXG8TMDoP8z+oDqJw==} resolution: {integrity: sha512-/QJ0Z9qfhAFtKRY+r57ziY4BSbGUTGsPRMpB/Ron3QPwBZM4OZAZHdTa4a8PafCwU5DTatXG8TMDoP8z+oDqJw==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}