summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-11-15 17:22:00 +0900
committerGitHub <noreply@github.com>2024-11-15 17:22:00 +0900
commite26e24b61050c5c5ad2f6f4c4d63f3abeb33bfb0 (patch)
treed4893fd601066a2edd8e893444f6242406025cea /package.json
parentfix(frontend): スマホで表示した時にipv6だとはみ出てしまう... (diff)
downloadsharkey-e26e24b61050c5c5ad2f6f4c4d63f3abeb33bfb0.tar.gz
sharkey-e26e24b61050c5c5ad2f6f4c4d63f3abeb33bfb0.tar.bz2
sharkey-e26e24b61050c5c5ad2f6f4c4d63f3abeb33bfb0.zip
update deps (#14950)
* update deps * wip * Revert "wip" This reverts commit 393de249fe248ae181221266e0b7828a3ac53152. * wip * wip * wip * wip
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 6a44eb04f3..3b29007b68 100644
--- a/package.json
+++ b/package.json
@@ -52,26 +52,26 @@
},
"dependencies": {
"cssnano": "6.1.2",
- "execa": "8.0.1",
+ "execa": "9.5.1",
"fast-glob": "3.3.2",
"ignore-walk": "6.0.5",
"js-yaml": "4.1.0",
- "postcss": "8.4.47",
+ "postcss": "8.4.49",
"tar": "6.2.1",
- "terser": "5.33.0",
- "typescript": "5.6.2",
- "esbuild": "0.23.1",
+ "terser": "5.36.0",
+ "typescript": "5.6.3",
+ "esbuild": "0.24.0",
"glob": "11.0.0"
},
"devDependencies": {
"@misskey-dev/eslint-plugin": "2.0.3",
- "@types/node": "20.14.12",
+ "@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"cross-env": "7.0.3",
- "cypress": "13.14.2",
- "eslint": "9.8.0",
- "globals": "15.9.0",
+ "cypress": "13.15.2",
+ "eslint": "9.14.0",
+ "globals": "15.12.0",
"ncp": "2.0.0",
"start-server-and-test": "2.0.8"
},