update astro to 4.5

This commit is contained in:
tree🌴 2024-03-17 06:47:43 +01:00
parent 3685e14ea6
commit e827133cfc
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -1,15 +1,15 @@
{ {
"name": "intergalactic-iron", "name": "w3pn-docs",
"version": "0.0.1", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "intergalactic-iron", "name": "w3pn-docs",
"version": "0.0.1", "version": "1.0.0",
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.21.1", "@astrojs/starlight": "^0.21.1",
"astro": "^4.3.5", "astro": "^4.5.5",
"sharp": "^0.32.5" "sharp": "^0.32.5"
} }
}, },

View File

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.21.1", "@astrojs/starlight": "^0.21.1",
"astro": "^4.3.5", "astro": "^4.5.5",
"sharp": "^0.32.5" "sharp": "^0.32.5"
} }
} }