chore(deps-dev): bump vite from 4.4.11 to 4.5.2 (#312)

development
dependabot[bot] 2024-01-20 17:34:53 +01:00 committed by GitHub
parent b6c2c3b56b
commit ffc45f1f40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -24429,9 +24429,9 @@
}
},
"node_modules/vite": {
"version": "4.4.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.4.12.tgz",
"integrity": "sha512-KtPlUbWfxzGVul8Nut8Gw2Qe8sBzWY+8QVc5SL8iRFnpnrcoCaNlzO40c1R6hPmcdTwIPEDkq0Y9+27a5tVbdQ==",
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz",
"integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==",
"dev": true,
"dependencies": {
"esbuild": "^0.18.10",
@ -25429,7 +25429,7 @@
"@storybook/html-vite": "^7.4.6",
"storybook": "^7.4.6",
"typescript": "^5.2.2",
"vite": "^4.4.12"
"vite": "^4.5.2"
}
},
"packages/html/node_modules/typescript": {
@ -25824,7 +25824,7 @@
"license": "Apache-2.0",
"devDependencies": {
"typescript": "~5.3.3",
"vite": "~4.4.12"
"vite": "~4.5.2"
}
},
"packages/ts-example/node_modules/@esbuild/android-arm": {

View File

@ -18,6 +18,6 @@
"@storybook/html-vite": "^7.4.6",
"storybook": "^7.4.6",
"typescript": "^5.2.2",
"vite": "^4.4.12"
"vite": "^4.5.2"
}
}

View File

@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "~5.3.3",
"vite": "~4.4.12"
"vite": "~4.5.2"
}
}