Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent be0d0fa commit 9d48a15
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@docusaurus/module-type-aliases": "3.0.0-beta.0",
"@docusaurus/tsconfig": "3.0.0-beta.0",
"@docusaurus/types": "3.0.0-beta.0",
"@types/node": "18.18.4",
"@types/node": "20.11.11",
"@types/react": "18.2.32",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/docusaurus-plugin-alumni/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@docusaurus/types": "latest",
"@types/fs-extra": "11.0.3",
"@types/js-yaml": "4.0.8",
"@types/node": "18.18.4",
"@types/node": "20.11.11",
"@types/react": "18.2.32",
"react": "18.2.0",
"typescript": "4.9.5"
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4076,10 +4076,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.18.4":
version: 18.18.4
resolution: "@types/node@npm:18.18.4"
checksum: 4901e91c4cc479bb58acbcd79236a97a0ad6db4a53cb1f4ba4cf32af15324c61b16faa6e31c1b09bf538a20feb5f5274239157ce5237f5741db0b9ab71e69c52
"@types/node@npm:20.11.11":
version: 20.11.11
resolution: "@types/node@npm:20.11.11"
dependencies:
undici-types: ~5.26.4
checksum: 4d8624d9fc4a32b7cb74b3c4ea74b7aba666ed1f8fb6ede99fcdaf3a8d58eba5e091bff136d21ffec6eac6a878bbc2d26f25bf881d222e3054ccfa8eb5400f7a
languageName: node
linkType: hard

Expand Down Expand Up @@ -6024,7 +6026,7 @@ __metadata:
"@docusaurus/tsconfig": 3.0.0-beta.0
"@docusaurus/types": 3.0.0-beta.0
"@mdx-js/react": 2.3.0
"@types/node": 18.18.4
"@types/node": 20.11.11
"@types/react": 18.2.32
"@typescript-eslint/eslint-plugin": 5.62.0
"@typescript-eslint/parser": 5.62.0
Expand Down Expand Up @@ -6817,7 +6819,7 @@ __metadata:
"@docusaurus/utils-validation": 2.0.0-beta.21
"@types/fs-extra": 11.0.3
"@types/js-yaml": 4.0.8
"@types/node": 18.18.4
"@types/node": 20.11.11
"@types/react": 18.2.32
fs-extra: 11.1.1
js-yaml: 4.1.0
Expand Down Expand Up @@ -15226,6 +15228,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

"unherit@npm:^1.0.4":
version: 1.1.3
resolution: "unherit@npm:1.1.3"
Expand Down

0 comments on commit 9d48a15

Please sign in to comment.