fix: hide pnpm update message, it's confusing since the pnpm version is locked; update to pnpm 9.15.4 (#33232)
This commit is contained in:
@@ -55,9 +55,9 @@
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": "^9.0.0",
|
||||
"node": ">= 20"
|
||||
"pnpm": ">=9",
|
||||
"node": ">=20"
|
||||
},
|
||||
"keywords": ["postgres", "firebase", "storage", "functions", "database", "auth"],
|
||||
"packageManager": "pnpm@9.10.0"
|
||||
"packageManager": "pnpm@9.15.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user