Skip to content

Commit 559fac9

Browse files
committed
gpt4o mini
1 parent 05acbfe commit 559fac9

9 files changed

+5531
-4162
lines changed

biome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
33
"javascript": {
44
"formatter": {
55
"semicolons": "asNeeded"

package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "i18n-magic",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"license": "MIT",
55
"description": "CLI to help you manage your locales JSON with translations, replacements, etc. with OpenAI",
66
"repository": {
@@ -30,19 +30,20 @@
3030
},
3131
"dependencies": {
3232
"chalk": "^5.3.0",
33-
"commander": "^12.0.0",
33+
"commander": "^12.1.0",
3434
"dotenv": "^16.4.5",
3535
"fast-glob": "^3.3.2",
36-
"i18next-scanner": "^4.4.0",
37-
"openai": "^4.28.0",
36+
"i18next-scanner": "^4.5.0",
37+
"openai": "^4.54.0",
3838
"prompts": "^2.4.2"
3939
},
4040
"devDependencies": {
41-
"@tsconfig/recommended": "^1.0.3",
42-
"@types/node": "^20.11.19",
41+
"@biomejs/biome": "1.8.3",
42+
"@tsconfig/recommended": "^1.0.7",
43+
"@types/node": "^20.12.12",
4344
"@types/prompts": "^2.4.9",
44-
"dts-cli": "^2.0.4",
45+
"dts-cli": "^2.0.5",
4546
"tslib": "^2.6.2",
46-
"typescript": "^5.3.3"
47+
"typescript": "^5.5.4"
4748
}
4849
}

0 commit comments

Comments
 (0)