summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-29 15:11:08 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-09-29 15:11:08 +0900
commitac19b055c7fa44c88d91c7fba6c76027a577a021 (patch)
tree2e98e60f9a57286ce4f07dfa393bc1d9bffe87f6 /package.json
parentupdate type (diff)
downloadsharkey-ac19b055c7fa44c88d91c7fba6c76027a577a021.tar.gz
sharkey-ac19b055c7fa44c88d91c7fba6c76027a577a021.tar.bz2
sharkey-ac19b055c7fa44c88d91c7fba6c76027a577a021.zip
update deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index eb82b503a2..531e8ef5bb 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
- "packageManager": "pnpm@8.7.6",
+ "packageManager": "pnpm@8.8.0",
"workspaces": [
"packages/frontend",
"packages/backend",
@@ -46,15 +46,15 @@
"execa": "8.0.1",
"cssnano": "6.0.1",
"js-yaml": "4.1.0",
- "postcss": "8.4.30",
+ "postcss": "8.4.31",
"terser": "5.20.0",
"typescript": "5.2.2"
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "6.7.2",
- "@typescript-eslint/parser": "6.7.2",
+ "@typescript-eslint/eslint-plugin": "6.7.3",
+ "@typescript-eslint/parser": "6.7.3",
"cross-env": "7.0.3",
- "cypress": "13.2.0",
+ "cypress": "13.3.0",
"eslint": "8.50.0",
"start-server-and-test": "2.0.1"
},