diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-04-28 10:12:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 10:12:04 +0900 |
| commit | 6acb743e5e7d46b0f8a00be82eb245a7acafafab (patch) | |
| tree | 72197454b8e7320a5a27c53650e695dc1ec781ad /package.json | |
| parent | 🎨 (diff) | |
| download | sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.tar.gz sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.tar.bz2 sharkey-6acb743e5e7d46b0f8a00be82eb245a7acafafab.zip | |
deps: update pnpm to v10.10.0 (#15899)
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/package.json b/package.json index 1c0b492935..81070e5c46 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, - "packageManager": "pnpm@10.6.1", + "packageManager": "pnpm@10.10.0", "workspaces": [ "packages/frontend-shared", "packages/frontend", @@ -52,16 +52,16 @@ }, "dependencies": { "cssnano": "7.0.6", + "esbuild": "0.25.0", "execa": "9.5.2", "fast-glob": "3.3.3", + "glob": "11.0.1", "ignore-walk": "7.0.0", "js-yaml": "4.1.0", "postcss": "8.5.3", "tar": "7.4.3", "terser": "5.39.0", - "typescript": "5.8.2", - "esbuild": "0.25.0", - "glob": "11.0.1" + "typescript": "5.8.2" }, "devDependencies": { "@misskey-dev/eslint-plugin": "2.1.0", @@ -73,7 +73,7 @@ "eslint": "9.22.0", "globals": "16.0.0", "ncp": "2.0.0", - "pnpm": "10.6.1", + "pnpm": "10.10.0", "start-server-and-test": "2.0.10" }, "optionalDependencies": { @@ -82,9 +82,6 @@ "pnpm": { "overrides": { "@aiscript-dev/aiscript-languageserver": "-" - }, - "patchedDependencies": { - "re2": "scripts/dependency-patches/re2.patch" } } } |