Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @types/react-dom from 18.2.13 to 18.2.14 #621

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/hawtio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/jquery": "^3.5.22",
"@types/node": "^18.18.5",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.13",
"@types/react-dom": "^18.2.14",
"@types/react-router-dom": "^5.3.3",
"dagre": "^0.8.5",
"eventemitter3": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,7 @@ __metadata:
"@types/jquery": ^3.5.22
"@types/node": ^18.18.5
"@types/react": ^18.2.23
"@types/react-dom": ^18.2.13
"@types/react-dom": ^18.2.14
"@types/react-router-dom": ^5.3.3
commit-and-tag-version: ^11.3.0
dagre: ^0.8.5
Expand Down Expand Up @@ -4731,12 +4731,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.2.13":
version: 18.2.13
resolution: "@types/react-dom@npm:18.2.13"
"@types/react-dom@npm:^18.2.14":
version: 18.2.14
resolution: "@types/react-dom@npm:18.2.14"
dependencies:
"@types/react": "*"
checksum: 22ba066b141dca5a5a9227fae0afc7c94b470fff8e8a38ade72649da57a8ea04d0cb2ba3e22005e7d8e772d49bddd28855b1dd98e6defd033bba6afb6edff883
checksum: 890289c70d1966c168037637c09cacefe6205bdd27a33252144a6b432595a2943775ac1a1accac0beddaeb67f8fdf721e076acb1adc990b08e51c3d9fd4e780c
languageName: node
linkType: hard

Expand Down
Loading