Skip to content

Commit

Permalink
Bump @types/node to version 22.5.3 for reselect-codemods
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 4, 2024
1 parent ca35add commit 4a3a143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^22.5.0",
"@types/node": "^22.5.3",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"jiti": "^2.0.0-beta.3",
Expand Down
10 changes: 5 additions & 5 deletions codemods/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1044,12 +1044,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.5.0":
version: 22.5.0
resolution: "@types/node@npm:22.5.0"
"@types/node@npm:^22.5.3":
version: 22.5.3
resolution: "@types/node@npm:22.5.3"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/89af3bd217b1559b645a9ed16d4ae3add75749814cbd8eefddd1b96003d1973afb1c8a2b23d69f3a8cc6c532e3aa185eaf5cc29a6e7c42c311a2aad4c99430ae
checksum: 10/a969c8df3becf326938ff17b0bd9114b0d1d3c5fe6292c8a9f3db1576a3567dc6db4e7b253830bbfcd92cb49e0d799592d56daf56d8a0c1446d0ea6658324450
languageName: node
linkType: hard

Expand Down Expand Up @@ -3303,7 +3303,7 @@ __metadata:
"@types/eslint-config-prettier": "npm:^6.11.3"
"@types/eslint__js": "npm:^8.42.3"
"@types/jscodeshift": "npm:^0.11.11"
"@types/node": "npm:^22.5.0"
"@types/node": "npm:^22.5.3"
eslint: "npm:^9.9.1"
eslint-config-prettier: "npm:^9.1.0"
execa: "npm:^9.3.1"
Expand Down

0 comments on commit 4a3a143

Please sign in to comment.