summaryrefslogtreecommitdiff
path: root/packages/frontend-shared
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend-shared')
-rw-r--r--packages/frontend-shared/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/frontend-shared/package.json b/packages/frontend-shared/package.json
index 3b29856f79..52feb3401b 100644
--- a/packages/frontend-shared/package.json
+++ b/packages/frontend-shared/package.json
@@ -21,11 +21,11 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
- "@types/node": "24.9.1",
- "@typescript-eslint/eslint-plugin": "8.46.1",
- "@typescript-eslint/parser": "8.46.1",
- "esbuild": "0.25.10",
- "eslint-plugin-vue": "10.5.0",
+ "@types/node": "24.9.2",
+ "@typescript-eslint/eslint-plugin": "8.46.2",
+ "@typescript-eslint/parser": "8.46.2",
+ "esbuild": "0.25.11",
+ "eslint-plugin-vue": "10.5.1",
"nodemon": "3.1.10",
"typescript": "5.9.3",
"vue-eslint-parser": "10.2.0"