Merge pull request #13 from MatthiesenXYZ/dependabot/npm_and_yarn/vite-5.0.12

Bump vite from 4.5.2 to 5.0.12
This commit is contained in:
Adam Matthiesen 2024-01-23 22:48:26 -08:00 committed by GitHub
commit 3273d11d9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 4 deletions

View File

@ -86,7 +86,7 @@
"astro-robots-txt": "^1.0.0", "astro-robots-txt": "^1.0.0",
"sass": "^1.70.0", "sass": "^1.70.0",
"tiny-invariant": "^1.3.1", "tiny-invariant": "^1.3.1",
"vite": "^4.5.2", "vite": "^5.0.12",
"vite-tsconfig-paths": "^4.2.2", "vite-tsconfig-paths": "^4.2.2",
"zod": "^3.22.4", "zod": "^3.22.4",
"zod-validation-error": "^3.0.0" "zod-validation-error": "^3.0.0"

View File

@ -61,11 +61,11 @@ importers:
specifier: ^1.3.1 specifier: ^1.3.1
version: 1.3.1 version: 1.3.1
vite: vite:
specifier: ^4.5.2 specifier: ^5.0.12
version: 4.5.2(@types/node@20.11.6)(sass@1.70.0) version: 5.0.12(@types/node@20.11.6)(sass@1.70.0)
vite-tsconfig-paths: vite-tsconfig-paths:
specifier: ^4.2.2 specifier: ^4.2.2
version: 4.3.1(typescript@5.3.3)(vite@4.5.2) version: 4.3.1(typescript@5.3.3)(vite@5.0.12)
zod: zod:
specifier: ^3.22.4 specifier: ^3.22.4
version: 3.22.4 version: 3.22.4
@ -7226,6 +7226,23 @@ packages:
- typescript - typescript
dev: false dev: false
/vite-tsconfig-paths@4.3.1(typescript@5.3.3)(vite@5.0.12):
resolution: {integrity: sha512-cfgJwcGOsIxXOLU/nELPny2/LUD/lcf1IbfyeKTv2bsupVbTH/xpFtdQlBmIP1GEK2CjjLxYhFfB+QODFAx5aw==}
peerDependencies:
vite: '*'
peerDependenciesMeta:
vite:
optional: true
dependencies:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 3.0.1(typescript@5.3.3)
vite: 5.0.12(@types/node@20.11.6)(sass@1.70.0)
transitivePeerDependencies:
- supports-color
- typescript
dev: false
/vite@4.5.2(@types/node@20.11.6)(sass@1.70.0): /vite@4.5.2(@types/node@20.11.6)(sass@1.70.0):
resolution: {integrity: sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==} resolution: {integrity: sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}