Skip to content

Commit 7bc97f2

Browse files
committed
add config
1 parent b619b4e commit 7bc97f2

File tree

5 files changed

+283
-171
lines changed

5 files changed

+283
-171
lines changed

package.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "i18n-magic",
3-
"version": "0.7.1",
3+
"version": "0.9.3",
44
"license": "MIT",
55
"description": "CLI to help you manage your locales JSON with translations, replacements, etc. with OpenAI",
66
"repository": {
@@ -33,17 +33,18 @@
3333
"commander": "^12.1.0",
3434
"dotenv": "^16.4.5",
3535
"fast-glob": "^3.3.2",
36-
"i18next-scanner": "^4.5.0",
37-
"openai": "^4.61.0",
38-
"prompts": "^2.4.2"
36+
"i18next-scanner": "^4.6.0",
37+
"openai": "^4.72.0",
38+
"prompts": "^2.4.2",
39+
"zod": "^3.23.8"
3940
},
4041
"devDependencies": {
41-
"@biomejs/biome": "1.8.3",
42-
"@tsconfig/recommended": "^1.0.7",
42+
"@biomejs/biome": "1.9.4",
43+
"@tsconfig/recommended": "^1.0.8",
4344
"@types/node": "^20.12.12",
4445
"@types/prompts": "^2.4.9",
4546
"dts-cli": "^2.0.5",
46-
"tslib": "^2.6.2",
47-
"typescript": "^5.6.2"
47+
"tslib": "^2.8.0",
48+
"typescript": "^5.6.3"
4849
}
4950
}

0 commit comments

Comments
 (0)