Skip to content

Commit

Permalink
perf(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Dec 18, 2023
1 parent 94f37ab commit 376a9d0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# Support backward 'LTS' version and 'current' version
# https://github.com/nodejs/release#release-schedule
# https://nodejs.org/en/blog/release
node-version: [18, 20, 21]
node-version: [18, 20]
needs:
- testing
steps:
Expand Down
38 changes: 13 additions & 25 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "8b1d7832237b9171cd8a36d134b721574b8c0953",
"pnpmShrinkwrapHash": "7ad2e69da6d0d9777fc5270b7d5aceb5d8dcd1aa",
"preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
2 changes: 1 addition & 1 deletion packages/node-rig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/heft-jest": "1.0.6",
"@types/node": "18.18.6",
"eslint": "8.56.0",
"jest-environment-node": "29.6.4",
"jest-environment-node": "29.7.0",
"jest-html-reporters": "3.1.5",
"jest-junit": "16.0.0",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-rig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rushstack/heft-typescript-plugin": "0.2.14",
"@types/heft-jest": "1.0.6",
"eslint": "8.56.0",
"jest-environment-jsdom": "29.6.4",
"jest-environment-jsdom": "29.7.0",
"jest-html-reporters": "3.1.5",
"jest-junit": "16.0.0",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* LTS schedule: https://github.com/nodejs/release#release-schedule
* LTS versions: https://nodejs.org/en/blog/release
*/
"nodeSupportedVersionRange": ">=18.12.0 <19.0.0 || >=20.9.0 <21.0.0 || >=21",
"nodeSupportedVersionRange": ">=18.12.0 <19.0.0 || >=20.9.0 <21.0.0",

/**
* If the version check above fails, Rush will display a message showing the current
Expand Down

0 comments on commit 376a9d0

Please sign in to comment.