Skip to content

Commit

Permalink
chore(project): bump and renovate.json changes (#18)
Browse files Browse the repository at this point in the history
#### What this PR does / why we need it:

#### Which issue(s) will this PR fix?:
  • Loading branch information
fuxingloh authored Apr 7, 2024
1 parent b1b2212 commit 095d8ca
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 49 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": ["node", "npm", "pnpm", "yarn", "typescript", "@types/node"],
"groupName": "engines",
"matchPackageNames": ["node", "typescript", "@types/node"],
"enabled": false
},
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@jest/globals": "^29.7.0",
"@swc/core": "^1.4.12",
"@swc/jest": "^0.2.36",
"@types/node": "^20.11.29",
"@types/node": "^20.11.30",
"@workspace/eslint-config": "workspace:*",
"@workspace/prettier-config": "workspace:*",
"eslint": "^8.57.0",
Expand All @@ -28,7 +28,7 @@
"typescript": "5.3.3",
"wait-for-expect": "^3.0.2"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@8.15.6",
"engines": {
"node": "^20 <21",
"pnpm": "^8 <9"
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 095d8ca

Please sign in to comment.