summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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 02782e5388..cad49748a4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sharkey",
- "version": "2024.10.0-dev",
+ "version": "2024.11.1-rc",
"codename": "shonk",
"repository": {
"type": "git",
@@ -59,24 +59,24 @@
"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"
},
"optionalDependencies": {
- "cypress": "13.14.2"
+ "cypress": "13.15.2"
},
"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",
- "eslint": "9.8.0",
- "globals": "15.9.0",
+ "eslint": "9.14.0",
+ "globals": "15.12.0",
"ncp": "2.0.0",
"start-server-and-test": "2.0.8"
}