chore: upgrade pnpm

This commit is contained in:
naskya 2024-01-05 10:17:43 +09:00
parent 657a242b90
commit 5307338de9
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 6 additions and 6 deletions

View file

@ -82,8 +82,8 @@ importers:
specifier: ^1.0.4
version: 1.0.4
pnpm:
specifier: 8.13.1
version: 8.13.1
specifier: 8.14.0
version: 8.14.0
typescript:
specifier: 5.3.3
version: 5.3.3
@ -13766,8 +13766,8 @@ packages:
engines: {node: '>=14.19.0'}
dev: false
/pnpm@8.13.1:
resolution: {integrity: sha512-dYvrxpictkYsUTgSmEAZOxDCWN3NsKtD7g753Yd4S8IY1uQctb7qw2K4zjPx+LCAJbWZkzwLzoIFCpo2uEdNQw==}
/pnpm@8.14.0:
resolution: {integrity: sha512-XUv5ezSfrxpRMYqhuoh+mdnDbiA9vLVZOKkf3dJFQkbLAHI9ZkL1TUY6D1KicB2t+N4AKjf8YTyc3JTtVnXdzg==}
engines: {node: '>=16.14'}
hasBin: true
dev: true

View file

@ -6,7 +6,7 @@
"type": "git",
"url": "https://code.naskya.net/naskya/firefish"
},
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.0",
"private": true,
"scripts": {
"rebuild": "pnpm run clean && pnpm run build",
@ -59,7 +59,7 @@
"gulp-replace": "1.1.4",
"gulp-terser": "2.1.0",
"install-peers": "^1.0.4",
"pnpm": "8.13.1",
"pnpm": "8.14.0",
"typescript": "5.3.3"
}
}