summaryrefslogtreecommitdiff
path: root/packages/i18n/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/i18n/package.json')
-rw-r--r--packages/i18n/package.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/packages/i18n/package.json b/packages/i18n/package.json
index ac6c386995..20abb21cbc 100644
--- a/packages/i18n/package.json
+++ b/packages/i18n/package.json
@@ -20,7 +20,7 @@
"build": "tsx ./build.ts",
"watch": "nodemon -w package.json -e json --exec \"tsx ./build.ts --watch\"",
"tsd": "tsd",
- "typecheck": "tsc --noEmit",
+ "typecheck": "tsgo --noEmit",
"lint": "pnpm typecheck && pnpm eslint",
"lint:fix": "pnpm eslint --fix"
},
@@ -29,15 +29,14 @@
],
"devDependencies": {
"@types/js-yaml": "4.0.9",
- "@types/node": "24.10.2",
- "@typescript-eslint/eslint-plugin": "8.49.0",
- "@typescript-eslint/parser": "8.49.0",
+ "@types/node": "24.10.13",
+ "@typescript-eslint/eslint-plugin": "8.56.0",
+ "@typescript-eslint/parser": "8.56.0",
"chokidar": "5.0.0",
- "esbuild": "0.27.1",
+ "esbuild": "0.27.3",
"execa": "9.6.1",
- "nodemon": "3.1.11",
- "tsx": "4.21.0",
- "typescript": "5.9.3"
+ "nodemon": "3.1.14",
+ "tsx": "4.21.0"
},
"dependencies": {
"js-yaml": "4.1.1"