summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-20 16:43:45 +0900
committerGitHub <noreply@github.com>2023-09-20 16:43:45 +0900
commitb9c6992aacfea816ac4de2c27d1605b404c1812f (patch)
tree1ea4881aa104deb5a91bda35622bfd5a02fb0f02 /package.json
parentUpdate Dockerfile (#11848) (diff)
downloadsharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.tar.gz
sharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.tar.bz2
sharkey-b9c6992aacfea816ac4de2c27d1605b404c1812f.zip
update deps (#11849)
* update deps * wip * wip
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index ffb4596e90..be9f4a2b39 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.5",
+ "packageManager": "pnpm@8.7.6",
"workspaces": [
"packages/frontend",
"packages/backend",
@@ -46,13 +46,13 @@
"execa": "8.0.1",
"cssnano": "6.0.1",
"js-yaml": "4.1.0",
- "postcss": "8.4.29",
+ "postcss": "8.4.30",
"terser": "5.19.4",
"typescript": "5.2.2"
},
"devDependencies": {
- "@typescript-eslint/eslint-plugin": "6.7.0",
- "@typescript-eslint/parser": "6.7.0",
+ "@typescript-eslint/eslint-plugin": "6.7.2",
+ "@typescript-eslint/parser": "6.7.2",
"cross-env": "7.0.3",
"cypress": "13.2.0",
"eslint": "8.49.0",