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 Oct 25, 2023
1 parent 72965d5 commit f38e73b
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.8.9",
"@types/react": "18.2.30",
"@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.8.9",
"@types/react": "18.2.30",
"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.8.9":
version: 20.8.9
resolution: "@types/node@npm:20.8.9"
dependencies:
undici-types: ~5.26.4
checksum: 0c05f3502a9507ff27e91dd6fd574fa6f391b3fafedcfe8e0c8d33351fb22d02c0121f854e5b6b3ecb9a8a468407ddf6e7ac0029fb236d4c7e1361ffc758a01f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6005,7 +6007,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.8.9
"@types/react": 18.2.30
"@typescript-eslint/eslint-plugin": 5.62.0
"@typescript-eslint/parser": 5.62.0
Expand Down Expand Up @@ -6798,7 +6800,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.8.9
"@types/react": 18.2.30
fs-extra: 11.1.1
js-yaml: 4.1.0
Expand Down Expand Up @@ -15181,6 +15183,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 f38e73b

Please sign in to comment.