summaryrefslogtreecommitdiff
path: root/packages/frontend-shared/package.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-04-28 11:41:23 +0900
committerGitHub <noreply@github.com>2025-04-28 11:41:23 +0900
commite8eb4e1965d20be17620ce86092002a0f255c50b (patch)
tree5fe4c4147abb599ad73571c5e0ba8590119de7ce /packages/frontend-shared/package.json
parentfix(test): fix federation test (#15900) (diff)
downloadsharkey-e8eb4e1965d20be17620ce86092002a0f255c50b.tar.gz
sharkey-e8eb4e1965d20be17620ce86092002a0f255c50b.tar.bz2
sharkey-e8eb4e1965d20be17620ce86092002a0f255c50b.zip
fix(deps): update [frontend] update dependencies (#15809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/frontend-shared/package.json')
-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 b22bdc713b..1ec6eb3559 100644
--- a/packages/frontend-shared/package.json
+++ b/packages/frontend-shared/package.json
@@ -21,12 +21,12 @@
"lint": "pnpm typecheck && pnpm eslint"
},
"devDependencies": {
- "@types/node": "22.14.0",
- "@typescript-eslint/eslint-plugin": "8.29.1",
- "@typescript-eslint/parser": "8.29.1",
- "esbuild": "0.25.2",
+ "@types/node": "22.15.2",
+ "@typescript-eslint/eslint-plugin": "8.31.0",
+ "@typescript-eslint/parser": "8.31.0",
+ "esbuild": "0.25.3",
"eslint-plugin-vue": "10.0.0",
- "nodemon": "3.1.9",
+ "nodemon": "3.1.10",
"typescript": "5.8.3",
"vue-eslint-parser": "10.1.3"
},