mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
update astro to 4.5
This commit is contained in:
parent
3685e14ea6
commit
e827133cfc
2 changed files with 7 additions and 7 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue