Parcourir la source

ci: move vite plugin-vue to workspace root

Evan You il y a 4 ans
Parent
commit
65309b5aed
3 fichiers modifiés avec 3 ajouts et 6 suppressions
  1. 1 0
      package.json
  2. 0 3
      packages/sfc-playground/package.json
  3. 2 3
      pnpm-lock.yaml

+ 1 - 0
package.json

@@ -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:*",

+ 0 - 3
packages/sfc-playground/package.json

@@ -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",

+ 2 - 3
pnpm-lock.yaml

@@ -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: {}