chore: up pnpm version

v8.10.0 has a regression
This commit is contained in:
naskya 2023-11-05 22:44:24 +00:00
parent dc3b853cfc
commit 7fdd547e8c

View file

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://git.joinfirefish.org/firefish/firefish.git" "url": "https://git.joinfirefish.org/firefish/firefish.git"
}, },
"packageManager": "pnpm@8.10.0", "packageManager": "pnpm@8.10.2",
"private": true, "private": true,
"scripts": { "scripts": {
"rebuild": "pnpm run clean && pnpm run build", "rebuild": "pnpm run clean && pnpm run build",
@ -64,7 +64,7 @@
"gulp-replace": "1.1.4", "gulp-replace": "1.1.4",
"gulp-terser": "2.1.0", "gulp-terser": "2.1.0",
"install-peers": "^1.0.4", "install-peers": "^1.0.4",
"pnpm": "8.10.0", "pnpm": "8.10.2",
"start-server-and-test": "1.15.2", "start-server-and-test": "1.15.2",
"typescript": "5.2.2" "typescript": "5.2.2"
} }