Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 14, 2024
1 parent e6d213d commit 0a21374
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/embedded-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.10.0",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@ariakit/react": "0.4.11",
"@rsc-parser/core": "workspace:*",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3859,7 +3859,7 @@ __metadata:
"@eslint/eslintrc": "npm:3.1.0"
"@eslint/js": "npm:9.10.0"
"@rsc-parser/embedded": "workspace:^"
"@types/node": "npm:22.5.4"
"@types/node": "npm:22.5.5"
"@types/react": "npm:18.3.5"
"@types/react-dom": "npm:18.3.0"
autoprefixer: "npm:10.4.20"
Expand Down Expand Up @@ -3946,7 +3946,7 @@ __metadata:
"@rsc-parser/core": "workspace:*"
"@types/eslint__eslintrc": "npm:2.1.2"
"@types/eslint__js": "npm:8.42.3"
"@types/node": "npm:22.5.4"
"@types/node": "npm:22.5.5"
"@types/react": "npm:18.3.5"
"@types/react-dom": "npm:18.3.0"
autoprefixer: "npm:10.4.20"
Expand Down Expand Up @@ -5634,7 +5634,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.5.4":
"@types/node@npm:*":
version: 22.5.4
resolution: "@types/node@npm:22.5.4"
dependencies:
Expand All @@ -5643,6 +5643,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.5.5":
version: 22.5.5
resolution: "@types/node@npm:22.5.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/172d02c8e6d921699edcf559c28b3805616bd6481af1b3cb0299f89ad9a6f33b71050434c06ce7b503166054a26275344187c443f99f745d0b12601372452f19
languageName: node
linkType: hard

"@types/node@npm:^12.7.1":
version: 12.20.55
resolution: "@types/node@npm:12.20.55"
Expand Down

0 comments on commit 0a21374

Please sign in to comment.