Update translate script and update packages
This commit is contained in:
parent
b5133d8592
commit
8e3f4e8755
2 changed files with 8 additions and 8 deletions
BIN
bun.lockb
Executable file
BIN
bun.lockb
Executable file
Binary file not shown.
16
package.json
16
package.json
|
@ -28,24 +28,24 @@
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "astro dev --config ./source/astro.mjs --host",
|
"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"
|
"build": "astro build --config ./source/astro.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/mdx": "^3.1.2",
|
"@astrojs/mdx": "^3.1.3",
|
||||||
"@astrojs/node": "^8.3.2",
|
"@astrojs/node": "^8.3.2",
|
||||||
"@astrojs/vue": "^4.5.0",
|
"@astrojs/vue": "^4.5.0",
|
||||||
"@iconoir/vue": "^7.7.0",
|
"@iconoir/vue": "^7.8.0",
|
||||||
"@openpanel/sdk": "^0.0.9-beta",
|
"@openpanel/sdk": "^0.0.9-beta",
|
||||||
"@supabase/supabase-js": "^2.44.4",
|
"@supabase/supabase-js": "^2.45.1",
|
||||||
"astro": "^4.12.1",
|
"astro": "^4.13.2",
|
||||||
"astro-analytics": "^2.7.0",
|
"astro-analytics": "^2.7.0",
|
||||||
"astro-i18next": "^1.0.0-beta.21",
|
"astro-i18next": "^1.0.0-beta.21",
|
||||||
"astro-useragent": "^4.0.2",
|
"astro-useragent": "^4.0.2",
|
||||||
"rss-to-json": "^2.1.1",
|
"rss-to-json": "^2.1.1",
|
||||||
"undici": "^6.19.2"
|
"undici": "^6.19.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"sass": "^1.71.1"
|
"sass": "^1.77.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue