mirror of
https://example.com
synced 2024-11-22 15:16:39 +09:00
chore: up pnpm to v8.12.1
This commit is contained in:
parent
834214146d
commit
228aefc60f
2 changed files with 6 additions and 6 deletions
|
@ -82,8 +82,8 @@ importers:
|
|||
specifier: ^1.0.4
|
||||
version: 1.0.4
|
||||
pnpm:
|
||||
specifier: 8.11.0
|
||||
version: 8.11.0
|
||||
specifier: 8.12.1
|
||||
version: 8.12.1
|
||||
typescript:
|
||||
specifier: 5.2.2
|
||||
version: 5.2.2
|
||||
|
@ -13422,8 +13422,8 @@ packages:
|
|||
engines: {node: '>=14.19.0'}
|
||||
dev: false
|
||||
|
||||
/pnpm@8.11.0:
|
||||
resolution: {integrity: sha512-nfh8FsmNsntOBR14fmfyIH7EfoCcywe/e17ErNzRYTNVg5o40LkAFEkj1qcFdwC3TSoMyxVYvrJBZHoSBqmnqw==}
|
||||
/pnpm@8.12.1:
|
||||
resolution: {integrity: sha512-ZwXqGWattlhwU+bP5v3cN3+BBmIo2vc2xEkAEvRPL/G/DHE7uPMUX84OPvZpx8FfGaWawVeDiVHyNMF7gcplXQ==}
|
||||
engines: {node: '>=16.14'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"type": "git",
|
||||
"url": "https://code.naskya.net/naskya/firefish"
|
||||
},
|
||||
"packageManager": "pnpm@8.11.0",
|
||||
"packageManager": "pnpm@8.12.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"rebuild": "pnpm run clean && pnpm run build",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"gulp-replace": "1.1.4",
|
||||
"gulp-terser": "2.1.0",
|
||||
"install-peers": "^1.0.4",
|
||||
"pnpm": "8.11.0",
|
||||
"pnpm": "8.12.1",
|
||||
"typescript": "5.2.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue