Skip to content

Commit

Permalink
chore(deps): update node.js to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 3f7cf74 commit c8b5eb7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 15 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": "18.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": "^18.18.6",
"@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": "18.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": "^18.18.6",
"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": "18.x",
"yarn": "3.x.x"
},
"repository": {
Expand Down
13 changes: 3 additions & 10 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": ^18.18.6
"@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": ^18.18.6
eslint: ^8.50.0
jest: ^29.7.0
picocolors: ^1.0.0
Expand Down Expand Up @@ -1764,20 +1764,13 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.11.9":
"@types/node@npm:^18.11.9, @types/node@npm:^18.18.6":
version: 18.18.6
resolution: "@types/node@npm:18.18.6"
checksum: a847639b8455fd3dfa6dbc2917274c82c9db789f1d41aaf69f94ac6c9e54c3c1dd29be6e1e1ccd7c17e54db3d78d7011bc4e70544c6447ceca253dccc0a187e1
languageName: node
linkType: hard

"@types/node@npm:^18.18.1":
version: 18.18.1
resolution: "@types/node@npm:18.18.1"
checksum: 079085afc8615b91727900628410a2077f7fff51c5c3e20c4ab2d9caae4010b035aac13dae1221155e9d6ca46084aebf68121642140527b4009eee17b716d339
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 c8b5eb7

Please sign in to comment.