Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 42e1440 commit d2c0a55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 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.13.0",
"@types/node": "22.7.7",
"@types/react": "18.3.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "9.12.0",
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.13",
"@eslint/js": "9.13.0",
"@types/eslint__js": "8.42.3",
"@types/react": "18.3.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.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.13",
"@rsc-parser/core": "workspace:*",
"@types/node": "22.7.7",
"@types/react": "18.3.8",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "9.12.0",
Expand Down
18 changes: 4 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ __metadata:
"@eslint/js": "npm:9.13.0"
"@rsc-parser/core": "workspace:*"
"@types/eslint__js": "npm:8.42.3"
"@types/react": "npm:18.3.8"
"@types/react": "npm:18.3.11"
"@types/react-dom": "npm:18.3.1"
"@typescript-eslint/eslint-plugin": "npm:8.10.0"
"@typescript-eslint/parser": "npm:8.10.0"
Expand Down Expand Up @@ -3031,7 +3031,7 @@ __metadata:
"@eslint/js": "npm:9.13.0"
"@rsc-parser/embedded": "workspace:^"
"@types/node": "npm:22.7.7"
"@types/react": "npm:18.3.8"
"@types/react": "npm:18.3.11"
"@types/react-dom": "npm:18.3.1"
autoprefixer: "npm:10.4.20"
eslint: "npm:9.12.0"
Expand Down Expand Up @@ -3118,7 +3118,7 @@ __metadata:
"@types/eslint__eslintrc": "npm:2.1.2"
"@types/eslint__js": "npm:8.42.3"
"@types/node": "npm:22.7.7"
"@types/react": "npm:18.3.8"
"@types/react": "npm:18.3.11"
"@types/react-dom": "npm:18.3.1"
autoprefixer: "npm:10.4.20"
eslint: "npm:9.12.0"
Expand Down Expand Up @@ -4846,7 +4846,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/react@npm:18.3.8":
version: 18.3.8
resolution: "@types/react@npm:18.3.8"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/75e64e7f481c28e6c8ce6dae12f49ccc3f36c7b10b82da3eb7728ad9c02bec58a2c967105603e38665902e8db9296962c7718bc2062e2cb64a16e92333bd1f4b
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 d2c0a55

Please sign in to comment.