Update dependency astro to v4.0.2
This commit is contained in:
parent
ddfa8fc776
commit
df41823001
1 changed files with 8 additions and 8 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -1518,9 +1518,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.0.1.tgz",
|
||||
"integrity": "sha512-QSZGFbgWw5nWr7pdKkjOz1E+1KMSheX8+dCNi/DstMVlQMIYyUrBuAjGL3fYsR9vc9kGbfhQMgSpM1/p5JYEWA==",
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.0.2.tgz",
|
||||
"integrity": "sha512-ee7tGS53ZcKjorxTy6VEapIGwRA3rzSUAEXYhuchGppFxykObCbzJv5o3x8G2lvHm4g7Mn83OFrvNlwjYjsXnQ==",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^2.3.2",
|
||||
"@astrojs/internal-helpers": "0.2.1",
|
||||
|
@ -1579,7 +1579,7 @@
|
|||
"unist-util-visit": "^5.0.0",
|
||||
"vfile": "^6.0.1",
|
||||
"vite": "^5.0.0",
|
||||
"vitefu": "^0.2.4",
|
||||
"vitefu": "^0.2.5",
|
||||
"which-pm": "^2.1.1",
|
||||
"yargs-parser": "^21.1.1",
|
||||
"zod": "^3.22.4"
|
||||
|
@ -7641,11 +7641,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/vitefu": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.4.tgz",
|
||||
"integrity": "sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==",
|
||||
"version": "0.2.5",
|
||||
"resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz",
|
||||
"integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==",
|
||||
"peerDependencies": {
|
||||
"vite": "^3.0.0 || ^4.0.0"
|
||||
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"vite": {
|
||||
|
|
Loading…
Reference in a new issue