1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-25 09:44:22 +03:00

chore: upgrade Vite to latest

This commit is contained in:
louistiti 2022-09-04 23:50:17 +08:00
parent e0bb25b1d9
commit 6872ee9735
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6
2 changed files with 22 additions and 18 deletions

38
package-lock.json generated
View File

@ -64,7 +64,7 @@
"tsc-watch": "^5.0.3", "tsc-watch": "^5.0.3",
"tsconfig-paths": "^4.1.0", "tsconfig-paths": "^4.1.0",
"typescript": "^4.8.2", "typescript": "^4.8.2",
"vite": "^2.7.7" "vite": "^3.0.9"
}, },
"engines": { "engines": {
"node": ">=16.0.0", "node": ">=16.0.0",
@ -13811,21 +13811,21 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "2.9.15", "version": "3.0.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-3.0.9.tgz",
"integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", "integrity": "sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.14.27", "esbuild": "^0.14.47",
"postcss": "^8.4.13", "postcss": "^8.4.16",
"resolve": "^1.22.0", "resolve": "^1.22.1",
"rollup": ">=2.59.0 <2.78.0" "rollup": ">=2.75.6 <2.77.0 || ~2.77.0"
}, },
"bin": { "bin": {
"vite": "bin/vite.js" "vite": "bin/vite.js"
}, },
"engines": { "engines": {
"node": ">=12.2.0" "node": "^14.18.0 || >=16.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"
@ -13833,7 +13833,8 @@
"peerDependencies": { "peerDependencies": {
"less": "*", "less": "*",
"sass": "*", "sass": "*",
"stylus": "*" "stylus": "*",
"terser": "^5.4.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"less": { "less": {
@ -13844,6 +13845,9 @@
}, },
"stylus": { "stylus": {
"optional": true "optional": true
},
"terser": {
"optional": true
} }
} }
}, },
@ -24893,16 +24897,16 @@
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg=="
}, },
"vite": { "vite": {
"version": "2.9.15", "version": "3.0.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.9.15.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-3.0.9.tgz",
"integrity": "sha512-fzMt2jK4vQ3yK56te3Kqpkaeq9DkcZfBbzHwYpobasvgYmP2SoAr6Aic05CsB4CzCZbsDv4sujX3pkEGhLabVQ==", "integrity": "sha512-waYABTM+G6DBTCpYAxvevpG50UOlZuynR0ckTK5PawNVt7ebX6X7wNXHaGIO6wYYFXSM7/WcuFuO2QzhBB6aMw==",
"dev": true, "dev": true,
"requires": { "requires": {
"esbuild": "^0.14.27", "esbuild": "^0.14.47",
"fsevents": "~2.3.2", "fsevents": "~2.3.2",
"postcss": "^8.4.13", "postcss": "^8.4.16",
"resolve": "^1.22.0", "resolve": "^1.22.1",
"rollup": ">=2.59.0 <2.78.0" "rollup": ">=2.75.6 <2.77.0 || ~2.77.0"
} }
}, },
"w3c-hr-time": { "w3c-hr-time": {

View File

@ -111,6 +111,6 @@
"tsc-watch": "^5.0.3", "tsc-watch": "^5.0.3",
"tsconfig-paths": "^4.1.0", "tsconfig-paths": "^4.1.0",
"typescript": "^4.8.2", "typescript": "^4.8.2",
"vite": "^2.7.7" "vite": "^3.0.9"
} }
} }