update
This commit is contained in:
parent
ccb1717b3d
commit
00f5b112cc
9 changed files with 194 additions and 34 deletions
14
package.json
14
package.json
|
@ -12,7 +12,7 @@
|
|||
"funding": [
|
||||
{
|
||||
"type": "SudoVanilla",
|
||||
"url": "https://sudovanilla.com/donate/"
|
||||
"url": "https://sudovanilla.org/donate/"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
|
@ -27,12 +27,14 @@
|
|||
"translate": "astro-i18next generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/node": "^8.2.1",
|
||||
"@astrojs/vue": "^4.0.8",
|
||||
"@iconoir/vue": "^7.4.0",
|
||||
"astro": "^4.4.5",
|
||||
"@astrojs/node": "^8.3.2",
|
||||
"@astrojs/vue": "^4.5.0",
|
||||
"@iconoir/vue": "^7.7.0",
|
||||
"astro": "^4.11.5",
|
||||
"astro-i18next": "^1.0.0-beta.21",
|
||||
"rss-to-json": "^2.1.1"
|
||||
"express": "^4.19.2",
|
||||
"rss-to-json": "^2.1.1",
|
||||
"undici": "^6.19.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sudovanilla/zorn": "^2024.2.26-1",
|
||||
|
|
Reference in a new issue