Skip to content

Commit

Permalink
chore(deps): update node.js to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2024
1 parent 9e80fd5 commit c257a2d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@chyzwar/eslint-config": "^0.2.0",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@types/node": "^20.11.0",
"@types/node": "^20.11.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.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": "20.x.x",
"node": "20.x",
"yarn": "4.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.102",
"@swc/jest": "^0.2.29",
"@types/node": "^20.11.0",
"@types/node": "^20.11.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"typescript": "^5.3.3"
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": "20.x.x",
"node": "20.x",
"yarn": "4.x"
},
"repository": {
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ __metadata:
"@chyzwar/eslint-config": "npm:^0.2.0"
"@commitlint/cli": "npm:^18.4.4"
"@commitlint/config-conventional": "npm:^18.4.4"
"@types/node": "npm:^20.11.0"
"@types/node": "npm:^20.11.1"
"@typescript-eslint/eslint-plugin": "npm:^6.18.1"
"@typescript-eslint/parser": "npm:^6.18.1"
eslint: "npm:^8.56.0"
Expand Down Expand Up @@ -531,7 +531,7 @@ __metadata:
"@jest/globals": "npm:^29.7.0"
"@swc/core": "npm:^1.3.102"
"@swc/jest": "npm:^0.2.29"
"@types/node": "npm:^20.11.0"
"@types/node": "npm:^20.11.1"
eslint: "npm:^8.56.0"
jest: "npm:^29.7.0"
picocolors: "npm:^1.0.0"
Expand Down Expand Up @@ -1860,7 +1860,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.11.0":
"@types/node@npm:*":
version: 20.11.0
resolution: "@types/node@npm:20.11.0"
dependencies:
Expand All @@ -1869,6 +1869,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.1":
version: 20.11.1
resolution: "@types/node@npm:20.11.1"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 3f1ee0c7acd2ffcee286486b73078fd382372cceb3bdf3ba16e4ca1be7658758f260bbbbb38dc07a76b6f5cd81fed74d558eb7b8fd654fa761b0cb5cafcdef4e
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.2
resolution: "@types/normalize-package-data@npm:2.4.2"
Expand Down

0 comments on commit c257a2d

Please sign in to comment.