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-dom from 18.2.23 to 18.2.24 (#1107)
Browse files Browse the repository at this point in the history
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.23 to 18.2.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  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 4, 2024
1 parent c917e42 commit 8a09dc3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/customer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/negotiator": "^0.6.3",
"@types/node": "^20.12.3",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.2.24",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.1",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.2.24",
"eslint": "^8.57.0"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@storybook/react-vite": "^8.0.5",
"@storybook/test": "^8.0.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.22",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ __metadata:
"@types/negotiator": "npm:^0.6.3"
"@types/node": "npm:^20.12.3"
"@types/react": "npm:^18.2.74"
"@types/react-dom": "npm:^18.2.23"
"@types/react-dom": "npm:^18.2.24"
autoprefixer: "npm:^10.4.19"
dotenv-cli: "npm:^7.4.1"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -1783,7 +1783,7 @@ __metadata:
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/react": "npm:^14.2.2"
"@types/react": "npm:^18.2.74"
"@types/react-dom": "npm:^18.2.23"
"@types/react-dom": "npm:^18.2.24"
cmdk: "npm:^1.0.0"
copy-to-clipboard: "npm:^3.3.3"
cva: "npm:1.0.0-beta.1"
Expand Down Expand Up @@ -5421,7 +5421,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.2.22, @types/react-dom@npm:^18.2.23":
"@types/react-dom@npm:^18.0.0":
version: 18.2.23
resolution: "@types/react-dom@npm:18.2.23"
dependencies:
Expand All @@ -5430,6 +5430,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.2.24":
version: 18.2.24
resolution: "@types/react-dom@npm:18.2.24"
dependencies:
"@types/react": "npm:*"
checksum: 9ec38e5ab4727c56ef17bd8e938ead88748ba19db314b8d9807714a5cae430f5b799514667b221b4f2dc8d9b4ca17dd1c3da8c41c083c2de9eddcc31bec6b8ff
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
version: 18.2.73
resolution: "@types/react@npm:18.2.73"
Expand Down Expand Up @@ -14886,7 +14895,7 @@ __metadata:
"@storybook/react-vite": "npm:^8.0.5"
"@storybook/test": "npm:^8.0.5"
"@types/react": "npm:^18.2.74"
"@types/react-dom": "npm:^18.2.22"
"@types/react-dom": "npm:^18.2.24"
"@typescript-eslint/eslint-plugin": "npm:^7.5.0"
"@typescript-eslint/parser": "npm:^7.5.0"
"@vitejs/plugin-react": "npm:^4.2.1"
Expand Down

0 comments on commit 8a09dc3

Please sign in to comment.