Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Feb 3, 2024
1 parent 0cde653 commit 2f1dc3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,10 @@
"nx": "18.0.0",
"prettier": "3.2.4",
"stylelint": "16.2.1"
},
"engines": {
"node": ">= 16.14",
"npm": ">= 8.3",
"yarn": "Please use npm instead of yarn to install dependencies"
}
}
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"enabled": true,
"matchManagers": ["npm"],
"matchUpdateTypes": ["major"]
},
{
"enabled": false,
"rangeStrategy": "widen",
"matchDepTypes": ["engines", "peerDependencies"]
}
]
}

0 comments on commit 2f1dc3c

Please sign in to comment.