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/node": "^16.4.7",
 | 
				
			||||||
    "@types/puppeteer": "^5.0.0",
 | 
					    "@types/puppeteer": "^5.0.0",
 | 
				
			||||||
    "@typescript-eslint/parser": "^4.1.1",
 | 
					    "@typescript-eslint/parser": "^4.1.1",
 | 
				
			||||||
 | 
					    "@vitejs/plugin-vue": "^1.10.2",
 | 
				
			||||||
    "@vue/reactivity": "workspace:*",
 | 
					    "@vue/reactivity": "workspace:*",
 | 
				
			||||||
    "@vue/runtime-core": "workspace:*",
 | 
					    "@vue/runtime-core": "workspace:*",
 | 
				
			||||||
    "@vue/runtime-dom": "workspace:*",
 | 
					    "@vue/runtime-dom": "workspace:*",
 | 
				
			||||||
 | 
				
			|||||||
@ -7,9 +7,6 @@
 | 
				
			|||||||
    "build": "vite build",
 | 
					    "build": "vite build",
 | 
				
			||||||
    "serve": "vite preview"
 | 
					    "serve": "vite preview"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					 | 
				
			||||||
    "@vitejs/plugin-vue": "^1.9.3"
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "@vue/repl": "^0.4.5",
 | 
					    "@vue/repl": "^0.4.5",
 | 
				
			||||||
    "file-saver": "^2.0.5",
 | 
					    "file-saver": "^2.0.5",
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										5
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										5
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							@ -15,6 +15,7 @@ importers:
 | 
				
			|||||||
      '@types/node': ^16.4.7
 | 
					      '@types/node': ^16.4.7
 | 
				
			||||||
      '@types/puppeteer': ^5.0.0
 | 
					      '@types/puppeteer': ^5.0.0
 | 
				
			||||||
      '@typescript-eslint/parser': ^4.1.1
 | 
					      '@typescript-eslint/parser': ^4.1.1
 | 
				
			||||||
 | 
					      '@vitejs/plugin-vue': ^1.10.2
 | 
				
			||||||
      '@vue/reactivity': workspace:*
 | 
					      '@vue/reactivity': workspace:*
 | 
				
			||||||
      '@vue/runtime-core': workspace:*
 | 
					      '@vue/runtime-core': workspace:*
 | 
				
			||||||
      '@vue/runtime-dom': workspace:*
 | 
					      '@vue/runtime-dom': workspace:*
 | 
				
			||||||
@ -61,6 +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_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
 | 
				
			||||||
@ -235,7 +237,6 @@ importers:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  packages/sfc-playground:
 | 
					  packages/sfc-playground:
 | 
				
			||||||
    specifiers:
 | 
					    specifiers:
 | 
				
			||||||
      '@vitejs/plugin-vue': ^1.9.3
 | 
					 | 
				
			||||||
      '@vue/repl': ^0.4.5
 | 
					      '@vue/repl': ^0.4.5
 | 
				
			||||||
      file-saver: ^2.0.5
 | 
					      file-saver: ^2.0.5
 | 
				
			||||||
      jszip: ^3.6.0
 | 
					      jszip: ^3.6.0
 | 
				
			||||||
@ -243,8 +244,6 @@ importers:
 | 
				
			|||||||
      '@vue/repl': 0.4.5
 | 
					      '@vue/repl': 0.4.5
 | 
				
			||||||
      file-saver: 2.0.5
 | 
					      file-saver: 2.0.5
 | 
				
			||||||
      jszip: 3.7.1
 | 
					      jszip: 3.7.1
 | 
				
			||||||
    devDependencies:
 | 
					 | 
				
			||||||
      '@vitejs/plugin-vue': 1.10.2_vite@2.7.1
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  packages/shared:
 | 
					  packages/shared:
 | 
				
			||||||
    specifiers: {}
 | 
					    specifiers: {}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user