Skip to content

Commit

Permalink
Increment react and react-dom versions
Browse files Browse the repository at this point in the history
* incremented versions in the root package.json
* incremented versions in modules/editor
  • Loading branch information
turisap authored and Shakirov Kirill committed Aug 10, 2021
1 parent 7474a35 commit 8e47570
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"boxicons": "^2.0.5",
"clipboard-copy": "^3.1.0",
"downloadjs": "^1.4.7",
"react": "^16.8.0",
"react": "^16.8.0 || ^17.0.1",
"react-dropzone": "^10.2.1",
"styled-components": "^4.3.2",
"styled-react-modal": "1.2.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"pretty-quick": "^2.0.1",
"probe.gl": "^0.0.3",
"raw-loader": "^0.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.13.1 || ^17.0.1",
"react-dom": "^16.13.1 || ^17.0.1",
"react-test-renderer": "^16.13.1",
"regenerator-runtime": "^0.12.1",
"reify": "0.4.4",
Expand Down
27 changes: 26 additions & 1 deletion yarn.lock

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

0 comments on commit 8e47570

Please sign in to comment.