Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump @types/node from 20.6.2 to 20.10.0 #509

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/browser-sync": "^2.27.1",
"@types/mkdirp": "^2.0.0",
"@types/node": "^20.6.2",
"@types/node": "^20.10.0",
"jest": "^29.7.0",
"ts-node": "^10.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"author": "Douglas Wade <douglas.b.wade@gmail.com>",
"devDependencies": {
"@types/node": "^20.6.2",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/rule-tester": "^6.6.0",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@ __metadata:
"@types/browser-sync": ^2.27.1
"@types/glob": ^8.0.1
"@types/mkdirp": ^2.0.0
"@types/node": ^20.6.2
"@types/node": ^20.10.0
browser-sync: ^2.27.11
chalk: ^5.2.0
commander: ^11.0.0
Expand Down Expand Up @@ -2754,7 +2754,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tybalt/eslint-plugin@workspace:packages/eslint-plugin"
dependencies:
"@types/node": ^20.6.2
"@types/node": ^20.10.0
"@typescript-eslint/eslint-plugin": ^6.7.4
"@typescript-eslint/parser": ^6.4.1
"@typescript-eslint/rule-tester": ^6.6.0
Expand Down Expand Up @@ -3055,10 +3055,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.6.2":
version: 20.6.2
resolution: "@types/node@npm:20.6.2"
checksum: 96fe5303872640a173f3fd43e289a451776ed5b8f0090094447c6790b43f23fb607eea8268af0829cef4d132e5afa0bfa4cd871aa7412e9042a414a698e9e971
"@types/node@npm:^20.10.0":
version: 20.10.0
resolution: "@types/node@npm:20.10.0"
dependencies:
undici-types: ~5.26.4
checksum: face395140d6f2f1755b91fdd3b697cf56aeb9e2514529ce88d56e56f261ad65be7269d863520a9406d73c338699ea68b418e8677584de0c1efeed09539b6f97
languageName: node
linkType: hard

Expand Down Expand Up @@ -11894,6 +11896,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
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