Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): bump @types/react from 18.2.74 to 18.2.75 (#1133)
Browse files Browse the repository at this point in the history
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.74 to 18.2.75.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent 8bc1913 commit 1cfd509
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/customer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/google-libphonenumber": "^7.4.30",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@cs/tsconfig": "*",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.3.0",
"@types/react": "^18.2.74",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"eslint": "^8.57.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@storybook/react": "^8.0.6",
"@storybook/react-vite": "^8.0.6",
"@storybook/test": "^8.0.6",
"@types/react": "^18.2.74",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ __metadata:
"@types/google-libphonenumber": "npm:^7.4.30"
"@types/negotiator": "npm:^0.6.3"
"@types/node": "npm:^20.12.5"
"@types/react": "npm:^18.2.74"
"@types/react": "npm:^18.2.75"
"@types/react-dom": "npm:^18.2.24"
autoprefixer: "npm:^10.4.19"
dotenv-cli: "npm:^7.4.1"
Expand Down Expand Up @@ -1782,7 +1782,7 @@ __metadata:
"@radix-ui/react-tooltip": "npm:^1.0.7"
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/react": "npm:^14.3.0"
"@types/react": "npm:^18.2.74"
"@types/react": "npm:^18.2.75"
"@types/react-dom": "npm:^18.2.24"
cmdk: "npm:^1.0.0"
copy-to-clipboard: "npm:^3.3.3"
Expand Down Expand Up @@ -5438,13 +5438,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^18.2.74":
version: 18.2.74
resolution: "@types/react@npm:18.2.74"
"@types/react@npm:^18.2.75":
version: 18.2.75
resolution: "@types/react@npm:18.2.75"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 347e38b4c5dc20d50ff71bf04b7caaef490e5ff695e74a0088a13fbb2a0c5d125a5ecfd142adfa30f0176da0e2734942c91ba61d95ce269c43b3265bd7379361
checksum: 3c0d035d64007d38cf1b682108de8c5f042452025899280c5d2c040b9f53b1f81482d0d57fd93e6687c2c619f3b605d33a01569b1fbbbdeec7fb3a56c7a72af8
languageName: node
linkType: hard

Expand Down Expand Up @@ -14843,7 +14843,7 @@ __metadata:
"@storybook/react": "npm:^8.0.6"
"@storybook/react-vite": "npm:^8.0.6"
"@storybook/test": "npm:^8.0.6"
"@types/react": "npm:^18.2.74"
"@types/react": "npm:^18.2.75"
"@types/react-dom": "npm:^18.2.24"
"@typescript-eslint/eslint-plugin": "npm:^7.5.0"
"@typescript-eslint/parser": "npm:^7.5.0"
Expand Down

0 comments on commit 1cfd509

Please sign in to comment.