Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent 353dcaa commit fb415a3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@chyzwar/common",
"version": "1.0.0",
"engines": {
"node": "16.x",
"node": "20.x",
"yarn": "3.x"
},
"main": "index.js",
Expand All @@ -28,7 +28,7 @@
"@chyzwar/eslint-config": "^0.2.0",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@types/node": "^18.18.1",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "chyzwar",
"license": "MIT",
"engines": {
"node": "18.x.x",
"node": "20.x",
"yarn": "3.x.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@jest/globals": "^29.7.0",
"@swc/core": "^1.3.91",
"@swc/jest": "^0.2.29",
"@types/node": "^18.18.1",
"@types/node": "^20.10.3",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "chyzwar",
"license": "MIT",
"engines": {
"node": "18.x.x",
"node": "20.x",
"yarn": "3.x.x"
},
"repository": {
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ __metadata:
"@chyzwar/eslint-config": ^0.2.0
"@commitlint/cli": ^18.0.0
"@commitlint/config-conventional": ^18.0.0
"@types/node": ^18.18.1
"@types/node": ^20.10.3
"@typescript-eslint/eslint-plugin": ^6.7.3
"@typescript-eslint/parser": ^6.7.3
eslint: ^8.50.0
Expand Down Expand Up @@ -531,7 +531,7 @@ __metadata:
"@jest/globals": ^29.7.0
"@swc/core": ^1.3.91
"@swc/jest": ^0.2.29
"@types/node": ^18.18.1
"@types/node": ^20.10.3
eslint: ^8.50.0
jest: ^29.7.0
picocolors: ^1.0.0
Expand Down Expand Up @@ -1771,10 +1771,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.18.1":
version: 18.18.1
resolution: "@types/node@npm:18.18.1"
checksum: 079085afc8615b91727900628410a2077f7fff51c5c3e20c4ab2d9caae4010b035aac13dae1221155e9d6ca46084aebf68121642140527b4009eee17b716d339
"@types/node@npm:^20.10.3":
version: 20.10.3
resolution: "@types/node@npm:20.10.3"
dependencies:
undici-types: ~5.26.4
checksum: 34a329494f0ea239af05eeb6f00f396963725b3eb9a2f79c5e6a6d37e823f2ab85e1079c2ee56723a37d8b89e7bbe2bd050c97144e5bb06dab93fd1cace65c97
languageName: node
linkType: hard

Expand Down Expand Up @@ -6674,6 +6676,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"unique-filename@npm:^1.1.1":
version: 1.1.1
resolution: "unique-filename@npm:1.1.1"
Expand Down

0 comments on commit fb415a3

Please sign in to comment.