mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Fix Renovate config issues with pnpm 7/8, adjust engines and npm config (#2159)
This commit is contained in:
parent
c1f0443f5b
commit
db708ba01e
3 changed files with 5 additions and 1 deletions
1
.npmrc
1
.npmrc
|
|
@ -1,2 +1,3 @@
|
|||
enable-pre-post-scripts=true
|
||||
shamefully-hoist=true
|
||||
engine-strict=true
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.32.2",
|
||||
"packageManager": "pnpm@7.32.3",
|
||||
"engines": {
|
||||
"node": ">=18",
|
||||
"pnpm": ">=7"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>the-guild-org/shared-config:renovate", ":preserveSemverRanges"],
|
||||
"constraints": {
|
||||
"pnpm": "7.32.2"
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "@theguild/prettier-config",
|
||||
|
|
|
|||
Loading…
Reference in a new issue