Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update react and react-dom to their latest versions.
  • Loading branch information
benjamn committed Nov 16, 2018
commit cddcaed2cc1738dd0687a1d66888df92419e7d69
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"preact": "8.3.1",
"preact-compat": "3.18.4",
"prettier": "1.15.2",
"react": "16.5.2",
"react": "16.6.3",
"react-test-renderer": "16.6.1",
"recompose": "0.30.0",
"recursive-rename": "2.0.0",
Expand All @@ -149,6 +149,6 @@
"lodash.flowright": "^3.5.0",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.6.0",
"react-dom": "16.6.1"
"react-dom": "^16.6.3"
}
}