Skip to content

Commit

Permalink
Merge pull request #1279 from xeroxinteractive/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
AndrewLeedham authored Oct 16, 2023
2 parents a4f2731 + 750a8e2 commit 4c66145
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">=14",
"node": ">=18",
"npm": ">=5.0",
"pnpm": ">=7"
},
Expand All @@ -32,7 +32,7 @@
"@auto-it/core": "11.0.4",
"@auto-it/slack": "11.0.4",
"auto": "11.0.4",
"browserslist": "4.22.0",
"browserslist": "4.22.1",
"enhanced-resolve": "5.15.0",
"eslint": "8.50.0",
"lerna": "7.3.0",
Expand Down Expand Up @@ -74,7 +74,8 @@
"semver@<5.7.2": "^5.7.2",
"semver@>6.3.0 <6.3.1": "^6.3.1",
"semver@>=7.0.0 <7.5.2": "^7.5.2",
"word-wrap@<1.2.4": "^1.2.4"
"word-wrap@<1.2.4": "^1.2.4",
"postcss@<8.4.31": ">=8.4.31"
}
}
}
43 changes: 22 additions & 21 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 4c66145

Please sign in to comment.