Skip to content

Commit

Permalink
chore(deps): update dependency react-dom to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2023
1 parent 127b86e commit e8ba662
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion browser/basic-create-react-app-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@trinsic/trinsic": "1.10.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dom": "18.2.0",
"react-scripts": "4.0.3",
"web-vitals": "3.0.1"
},
Expand Down
14 changes: 7 additions & 7 deletions browser/basic-create-react-app-5/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion browser/basic-create-react-app-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/jest": "29.0.0",
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/react-dom": "18.0.11",
"@craco/craco": "7.0.0-alpha.7",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
Expand Down
2 changes: 1 addition & 1 deletion browser/react-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@uiw/react-textarea-code-editor": "2.1.1",
"generate-schema": "2.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dom": "18.2.0",
"react-redux": "8.0.2",
"react-router-dom": "6.3.0",
"react-scripts": "4.0.3",
Expand Down

0 comments on commit e8ba662

Please sign in to comment.