]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
ci: move vite plugin-vue to workspace root
authorEvan You <yyx990803@gmail.com>
Sun, 12 Dec 2021 02:35:36 +0000 (10:35 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 12 Dec 2021 02:35:36 +0000 (10:35 +0800)
package.json
packages/sfc-playground/package.json
pnpm-lock.yaml

index d460e49de7108d9bd65cc016c67593bdd27356e9..f9251ddc204c022db9e94277be35263343b524fe 100644 (file)
@@ -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:*",
index 55fcb41b95c574f9b415f4c7588e7d5e54115118..483b659e60043c9103507ab4e24c426704bffa3f 100644 (file)
@@ -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",
index 87215f16bea13ccb5b3bed0879e5ca18c13d6d9a..6bc4a16254f02aa3d7dd96a62ea815f1c8a9138f 100644 (file)
@@ -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: {}