Skip to content

Commit

Permalink
Update react monorepo to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2022
1 parent 034b0d7 commit 4cea450
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 26 deletions.
78 changes: 56 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"react-ga": "2.7.0",
"react-markdown": "4.3.1",
"react-resize-detector": "6.7.8",
"react-test-renderer": "16.14.0",
"react-test-renderer": "18.1.0",
"redux": "4.2.0",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.1",
Expand Down Expand Up @@ -124,13 +124,13 @@
"@types/webpack": "5.28.0",
"electron": "13.6.9",
"electron-store": "8.0.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-redux": "7.2.8"
},
"peerDependencies": {
"electron-store": "^8.0.0",
"react": "^16.13",
"react": "^16.13 || ^18.0.0",
"react-redux": "^7.2"
},
"typings": "./index.d.ts",
Expand Down

0 comments on commit 4cea450

Please sign in to comment.