Skip to content

Commit

Permalink
Bump @types/node from 18.19.2 to 20.10.3
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.2 to 20.10.3.
- [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]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent dd2a211 commit c2a62cd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@saberhq/eslint-config-react": "workspace:*",
"@saberhq/tsconfig": "workspace:*",
"@types/eslint": "^8.44.8",
"@types/node": "^18.19.2",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@typescript-eslint/utils": "^6.13.1",
"@yarnpkg/doctor": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.44.8",
"@types/node": "^18.19.2",
"@types/node": "^20.10.3",
"@typescript-eslint/utils": "^6.13.1",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
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 @@ -40,7 +40,7 @@
"devDependencies": {
"@saberhq/tsconfig": "workspace:^",
"@types/eslint": "^8.44.8",
"@types/node": "^18.19.2",
"@types/node": "^20.10.3",
"@typescript-eslint/utils": "^6.13.1",
"eslint": "^8.55.0",
"typescript": "^5.3.2"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ __metadata:
"@saberhq/eslint-config": "workspace:^"
"@saberhq/tsconfig": "workspace:^"
"@types/eslint": "npm:^8.44.8"
"@types/node": "npm:^18.19.2"
"@types/node": "npm:^20.10.3"
"@typescript-eslint/utils": "npm:^6.13.1"
eslint: "npm:^8.55.0"
eslint-plugin-jsx-a11y: "npm:^6.8.0"
Expand All @@ -308,7 +308,7 @@ __metadata:
dependencies:
"@saberhq/tsconfig": "workspace:^"
"@types/eslint": "npm:^8.44.8"
"@types/node": "npm:^18.19.2"
"@types/node": "npm:^20.10.3"
"@typescript-eslint/eslint-plugin": "npm:^6.13.1"
"@typescript-eslint/parser": "npm:^6.13.1"
"@typescript-eslint/utils": "npm:^6.13.1"
Expand All @@ -335,7 +335,7 @@ __metadata:
"@saberhq/eslint-config-react": "workspace:*"
"@saberhq/tsconfig": "workspace:*"
"@types/eslint": "npm:^8.44.8"
"@types/node": "npm:^18.19.2"
"@types/node": "npm:^20.10.3"
"@types/react": "npm:^18.2.41"
"@typescript-eslint/utils": "npm:^6.13.1"
"@yarnpkg/doctor": "npm:^4.0.1"
Expand Down Expand Up @@ -465,12 +465,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.19.2":
version: 18.19.2
resolution: "@types/node@npm:18.19.2"
"@types/node@npm:^20.10.3":
version: 20.10.3
resolution: "@types/node@npm:20.10.3"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 122958ac4be81ea2b53da53de29441f8d98d572cc5c704c6bba788343281a47185a405cf0c650a702b7549e09584a7a39a51f27658088a8d8192163bcac079a0
checksum: 7cb506abb0d570bb5133bd06a47115109a813b507323c985c3b4aef2993eed79b6bb62b82194cb5c558b4d349de3d199ee2e8c693b913065a1cd7f526cc65a68
languageName: node
linkType: hard

Expand Down

0 comments on commit c2a62cd

Please sign in to comment.