summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-11-22 12:29:04 +0000
committerdakkar <dakkar@thenautilus.net>2024-11-22 12:29:04 +0000
commitbc816cb166d907d38eb096a02c5f4f57d9a2f1a0 (patch)
treea0e6b1dfeed8aa2b0543846eb65b8aae0ce631ad /package.json
parentbetter wording for moderator inactivity messages (diff)
parentRelease: 2024.11.0 (diff)
downloadsharkey-bc816cb166d907d38eb096a02c5f4f57d9a2f1a0.tar.gz
sharkey-bc816cb166d907d38eb096a02c5f4f57d9a2f1a0.tar.bz2
sharkey-bc816cb166d907d38eb096a02c5f4f57d9a2f1a0.zip
Merge tag '2024.11.0' into feature/2024.10
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 3b4893fe2d..48dccc6895 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sharkey",
- "version": "2024.10.3-rc",
+ "version": "2024.11.1-rc",
"codename": "shonk",
"repository": {
"type": "git",
@@ -59,22 +59,22 @@
"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"
}