summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index 5c191a9e60..d27c8ee0d6 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
"name": "misskey",
- "version": "2025.6.0",
+ "version": "2025.6.1",
"codename": "nasubi",
"repository": {
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
- "packageManager": "pnpm@10.11.0",
+ "packageManager": "pnpm@10.12.1",
"workspaces": [
"packages/frontend-shared",
"packages/frontend",
@@ -53,28 +53,28 @@
},
"dependencies": {
"cssnano": "7.0.7",
- "esbuild": "0.25.4",
- "execa": "9.5.3",
+ "esbuild": "0.25.5",
+ "execa": "9.6.0",
"fast-glob": "3.3.3",
"glob": "11.0.2",
"ignore-walk": "7.0.0",
"js-yaml": "4.1.0",
- "postcss": "8.5.3",
+ "postcss": "8.5.4",
"tar": "7.4.3",
- "terser": "5.39.2",
+ "terser": "5.42.0",
"typescript": "5.8.3"
},
"devDependencies": {
"@misskey-dev/eslint-plugin": "2.1.0",
- "@types/node": "22.15.21",
- "@typescript-eslint/eslint-plugin": "8.32.1",
- "@typescript-eslint/parser": "8.32.1",
+ "@types/node": "22.15.31",
+ "@typescript-eslint/eslint-plugin": "8.34.0",
+ "@typescript-eslint/parser": "8.34.0",
"cross-env": "7.0.3",
- "cypress": "14.4.0",
- "eslint": "9.27.0",
- "globals": "16.1.0",
+ "cypress": "14.4.1",
+ "eslint": "9.28.0",
+ "globals": "16.2.0",
"ncp": "2.0.0",
- "pnpm": "10.11.0",
+ "pnpm": "10.12.1",
"start-server-and-test": "2.0.12"
},
"optionalDependencies": {