Update translate script and update packages

This commit is contained in:
Korbs 2024-08-09 00:54:38 -04:00
parent b5133d8592
commit 8e3f4e8755
2 changed files with 8 additions and 8 deletions

BIN
bun.lockb Executable file

Binary file not shown.

View file

@ -28,24 +28,24 @@
],
"scripts": {
"start": "astro dev --config ./source/astro.mjs --host",
"translate": "astro-i18next --config ./source/translate.mjs generate",
"translate": "astro-i18next --config ./source/astro-i18next.config.mjs generate",
"build": "astro build --config ./source/astro.js"
},
"dependencies": {
"@astrojs/mdx": "^3.1.2",
"@astrojs/mdx": "^3.1.3",
"@astrojs/node": "^8.3.2",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.7.0",
"@iconoir/vue": "^7.8.0",
"@openpanel/sdk": "^0.0.9-beta",
"@supabase/supabase-js": "^2.44.4",
"astro": "^4.12.1",
"@supabase/supabase-js": "^2.45.1",
"astro": "^4.13.2",
"astro-analytics": "^2.7.0",
"astro-i18next": "^1.0.0-beta.21",
"astro-useragent": "^4.0.2",
"rss-to-json": "^2.1.1",
"undici": "^6.19.2"
"undici": "^6.19.5"
},
"devDependencies": {
"sass": "^1.71.1"
"sass": "^1.77.8"
}
}
}