Skip to content

Commit

Permalink
Merge pull request #473 from nyaggah/dependabot-npm_and_yarn-react-do…
Browse files Browse the repository at this point in the history
…m-tw-18.3.1

fix(deps): update react-dom requirement from ^18.2.0 to ^18.3.1
  • Loading branch information
JoeyDoey authored Jun 30, 2024
2 parents e0772c5 + 92db4cc commit 4508808
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/devtools-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react-icons": "^5.0.1",
"tailwind-merge": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/overlay-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react-icons": "^5.0.1",
"tailwind-merge": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react-icons": "^5.0.1",
"tailwind-merge": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/sidepanel-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"clsx": "^2.1.1",
"react-icons": "^5.0.1",
"tailwind-merge": "^2.2.2",
Expand Down

0 comments on commit 4508808

Please sign in to comment.