fix: update pnpm to 11.0.0-rc.2

This commit is contained in:
Zoltan Kochan
2026-04-18 00:36:06 +02:00
parent 08c4be7e2e
commit 078e9d4164
2 changed files with 32 additions and 32 deletions

View File

@@ -5,13 +5,13 @@
"packages": {
"": {
"dependencies": {
"pnpm": "11.0.0-rc.0"
"pnpm": "11.0.0-rc.2"
}
},
"node_modules/pnpm": {
"version": "11.0.0-rc.0",
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-11.0.0-rc.0.tgz",
"integrity": "sha512-Hwjq3uoCXpFEjebV3uQqbJR2QlcADAQ6nja4/xKEmnLry5xl/BiFCUdHJJ5S9T2Lc62hGBRGu6gYZoEMik0/bA==",
"version": "11.0.0-rc.2",
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-11.0.0-rc.2.tgz",
"integrity": "sha512-JkEMwm1mi63d4ToKzyx1ytALgqR3vMHi/mKd1B1reP4/stm7Ujr/951qkfBr6bkKYDJUPzC19zkxI5yCCqXwAQ==",
"license": "MIT",
"bin": {
"pn": "bin/pnpm.mjs",