chore: bump vite to 4.2.1 (#22061)
This commit is contained in:
parent
9c0c5d6e2a
commit
2428ff8b8b
658
package-lock.json
generated
658
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -68,7 +68,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"@vitejs/plugin-basic-ssl": "^1.0.1",
|
||||
"@vitejs/plugin-react": "^3.0.0",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"@zip.js/zip.js": "^2.4.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"colors": "^1.4.0",
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
"socksv5": "0.0.6",
|
||||
"ssim.js": "^3.5.0",
|
||||
"typescript": "^4.9.3",
|
||||
"vite": "^4.1.1",
|
||||
"vite": "^4.2.1",
|
||||
"ws": "^8.5.0",
|
||||
"xml2js": "^0.4.23",
|
||||
"yaml": "^1.10.2"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"dependencies": {
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"@playwright/test": "1.33.0-next",
|
||||
"vite": "^4.1.1"
|
||||
"vite": "^4.2.1"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "./cli.js"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"dependencies": {
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"@playwright/test": "1.33.0-next",
|
||||
"vite": "^4.1.1"
|
||||
"vite": "^4.2.1"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "./cli.js"
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"vite": "^4.1.1",
|
||||
"vite-plugin-solid": "^2.5.0",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-solid": "^2.6.1",
|
||||
"@playwright/test": "1.33.0-next"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@playwright/test": "1.33.0-next",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.2",
|
||||
"vite": "^4.1.1"
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
||||
"vite": "^4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"svelte": "^3.55.1"
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"@playwright/test": "1.33.0-next",
|
||||
"vite": "^4.1.1"
|
||||
"vite": "^4.2.1"
|
||||
},
|
||||
"bin": {
|
||||
"playwright": "./cli.js"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"dependencies": {
|
||||
"@playwright/test": "1.33.0-next",
|
||||
"@vitejs/plugin-vue2": "^2.2.0",
|
||||
"vite": "^4.1.1"
|
||||
"vite": "^4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vue": "^2.7.14"
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
"devDependencies": {
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@vitejs/plugin-react": "^3.0.0",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"typescript": "^4.5.4",
|
||||
"vite": "^4.1.1"
|
||||
"vite": "^4.2.1"
|
||||
},
|
||||
"@standaloneDevDependencies": {
|
||||
"@playwright/experimental-ct-react": "^1.22.0",
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^4.1.1",
|
||||
"vite-plugin-solid": "^2.5.0"
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-solid": "^2.6.1"
|
||||
},
|
||||
"@standaloneDevDependencies": {
|
||||
"@playwright/experimental-ct-solid": "^1.22.2",
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@
|
|||
"typecheck": "svelte-check --tsconfig ./tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
||||
"@tsconfig/svelte": "^3.0.0",
|
||||
"svelte-check": "^2.2.7",
|
||||
"svelte-preprocess": "^4.9.8",
|
||||
"tslib": "^2.3.1",
|
||||
"typescript": "^4.5.4",
|
||||
"vite": "^4.1.1"
|
||||
"vite": "^4.2.1"
|
||||
},
|
||||
"@standaloneDevDependencies": {
|
||||
"@playwright/experimental-ct-svelte": "^1.22.2",
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
"vue-router": "^4.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vitejs/plugin-vue": "^4.1.0",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"vite": "^4.1.1",
|
||||
"vite": "^4.2.1",
|
||||
"vue-tsc": "^1.0.0"
|
||||
},
|
||||
"@standaloneDevDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue