Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 1f0c423 commit 4613d31
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/embedded-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.11.1",
"@types/node": "22.7.4",
"@types/react": "18.3.8",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "9.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@ariakit/react": "0.4.11",
"@eslint/js": "9.11.1",
"@types/eslint__js": "8.42.3",
"@types/react": "18.3.8",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ariakit/react": "0.4.11",
"@rsc-parser/core": "workspace:*",
"@types/node": "22.7.4",
"@types/react": "18.3.8",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "9.11.1",
Expand Down
18 changes: 14 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2936,7 +2936,7 @@ __metadata:
"@eslint/js": "npm:9.11.1"
"@rsc-parser/core": "workspace:*"
"@types/eslint__js": "npm:8.42.3"
"@types/react": "npm:18.3.8"
"@types/react": "npm:18.3.10"
"@types/react-dom": "npm:18.3.0"
"@typescript-eslint/eslint-plugin": "npm:8.6.0"
"@typescript-eslint/parser": "npm:8.6.0"
Expand Down Expand Up @@ -3009,7 +3009,7 @@ __metadata:
"@eslint/js": "npm:9.11.1"
"@rsc-parser/embedded": "workspace:^"
"@types/node": "npm:22.7.4"
"@types/react": "npm:18.3.8"
"@types/react": "npm:18.3.10"
"@types/react-dom": "npm:18.3.0"
autoprefixer: "npm:10.4.20"
eslint: "npm:9.11.1"
Expand Down Expand Up @@ -3096,7 +3096,7 @@ __metadata:
"@types/eslint__eslintrc": "npm:2.1.2"
"@types/eslint__js": "npm:8.42.3"
"@types/node": "npm:22.7.4"
"@types/react": "npm:18.3.8"
"@types/react": "npm:18.3.10"
"@types/react-dom": "npm:18.3.0"
autoprefixer: "npm:10.4.20"
eslint: "npm:9.11.1"
Expand Down Expand Up @@ -4816,7 +4816,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:18.3.8, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
"@types/react@npm:*, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
version: 18.3.8
resolution: "@types/react@npm:18.3.8"
dependencies:
Expand All @@ -4826,6 +4826,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.10":
version: 18.3.10
resolution: "@types/react@npm:18.3.10"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/cdc946f15fcad62387e6485a2bbef3e45609708fd81e3ce30b03580077bb8a8a1bd0d19858d8602b33c3921bbb8907ddbc9411fd25294a2c2e944907dad8dd67
languageName: node
linkType: hard

"@types/resolve@npm:^1.20.2":
version: 1.20.6
resolution: "@types/resolve@npm:1.20.6"
Expand Down

0 comments on commit 4613d31

Please sign in to comment.