Skip to content

Commit

Permalink
chore(deps-dev): bump @types/react-dom from 18.0.10 to 18.2.17 (#183)
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.0.10 to 18.2.17.
- [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-minor
...

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 Dec 20, 2023
1 parent 0ab0ade commit c8072f5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.8.10",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.0.10",
"@types/react-dom": "^18.2.17",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.0.10",
"@types/react-dom": "^18.2.17",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.0.1",
"react-streaming": "^0.3.5",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/react-dom@npm:^18.2.17":
version: 18.2.17
resolution: "@types/react-dom@npm:18.2.17"
dependencies:
"@types/react": "*"
checksum: 7a4e704ed4be6e0c3ccd8a22ff69386fe548304bf4db090513f42e059ff4c65f7a427790320051524d6578a2e4c9667bb7a80a4c989b72361c019fbe851d9385
languageName: node
linkType: hard

"@types/react-redux@npm:^7.1.20":
version: 7.1.24
resolution: "@types/react-redux@npm:7.1.24"
Expand Down Expand Up @@ -3130,7 +3139,7 @@ __metadata:
"@testing-library/user-event": ^14.4.3
"@types/node": ^20.8.10
"@types/react": ^18.2.14
"@types/react-dom": ^18.0.10
"@types/react-dom": ^18.2.17
"@types/react-syntax-highlighter": ^15.5.7
"@types/styled-components": ^5.1.26
"@vitejs/plugin-react": ^3.0.1
Expand Down Expand Up @@ -5474,7 +5483,7 @@ __metadata:
resolution: "landing@workspace:apps/landing"
dependencies:
"@types/react": ^18.2.14
"@types/react-dom": ^18.0.10
"@types/react-dom": ^18.2.17
"@types/styled-components": ^5.1.26
"@vitejs/plugin-react": ^3.0.1
config: "*"
Expand Down

0 comments on commit c8072f5

Please sign in to comment.