Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.11.30 to 22.1.0 (#376)
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 22.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent c7e903d commit 8a79ede
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@react-native/babel-preset": "0.74.85",
"@react-native/metro-config": "0.74.87",
"@react-native/typescript-config": "0.74.87",
"@types/node": "^20.12.12",
"@types/node": "^22.1.0",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@react-native/eslint-config": "0.74.85",
"@release-it/conventional-changelog": "^8.0.1",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.3",
"@types/node": "^22.1.0",
"@types/react": "~18.3.1",
"commitlint": "^19.0.3",
"del-cli": "^5.0.0",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4093,7 +4093,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.10.3":
"@types/node@npm:*":
version: 20.11.30
resolution: "@types/node@npm:20.11.30"
dependencies:
Expand All @@ -4111,12 +4111,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.12.12":
version: 20.12.12
resolution: "@types/node@npm:20.12.12"
"@types/node@npm:^22.1.0":
version: 22.1.0
resolution: "@types/node@npm:22.1.0"
dependencies:
undici-types: ~5.26.4
checksum: 5373983874b9af7c216e7ca5d26b32a8d9829c703a69f1e66f2113598b5be8582c0e009ca97369f1ec9a6282b3f92812208d06eb1e9fc3bd9b939b022303d042
undici-types: ~6.13.0
checksum: 3544c35da06009790a2e07742a7dfa0ac0f0d64ec47d9e6d3edf0ff6dcfc1a7cc2efdc5e524e80f8ed80aa37154513b2c1c724f95146ff89fc5aefb8e33575f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -12155,7 +12155,7 @@ __metadata:
"@react-native/babel-preset": 0.74.85
"@react-native/metro-config": 0.74.87
"@react-native/typescript-config": 0.74.87
"@types/node": ^20.12.12
"@types/node": ^22.1.0
"@types/react": ^18.2.6
"@types/react-test-renderer": ^18.0.0
babel-jest: ^29.7.0
Expand All @@ -12179,7 +12179,7 @@ __metadata:
"@react-native/eslint-config": 0.74.85
"@release-it/conventional-changelog": ^8.0.1
"@types/jest": ^29.5.10
"@types/node": ^20.10.3
"@types/node": ^22.1.0
"@types/react": ~18.3.1
commitlint: ^19.0.3
del-cli: ^5.0.0
Expand Down Expand Up @@ -14006,6 +14006,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.13.0":
version: 6.13.0
resolution: "undici-types@npm:6.13.0"
checksum: 9d0ef6bf58994bebbea6a4ab75f381c69a89a7ed151bfbae0d4ef95450d56502c9eccb323abf17b7d099c1d9c1cbae62e909e4dfeb8d204612d2f1fdada24707
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down

0 comments on commit 8a79ede

Please sign in to comment.