Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade React 16.3.2 to React 16.4.1 #7393

Merged
merged 4 commits into from
Jun 20, 2018
Merged
Show file tree
Hide file tree
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
Removed caret ranges in version bumps
  • Loading branch information
abotteram committed Jun 20, 2018
commit dbe0c0d99a9ba1978582aaa96a6c572a6b2bb009
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"prop-types": "15.5.10",
"querystringify": "1.0.0",
"re-resizable": "4.4.8",
"react": "^16.4.1",
"react": "16.4.1",
"react-autosize-textarea": "3.0.2",
"react-click-outside": "2.3.1",
"react-color": "2.13.4",
"react-datepicker": "1.4.1",
"react-dom": "^16.4.1",
"react-dom": "16.4.1",
"redux": "3.7.2",
"redux-multi": "0.1.12",
"redux-optimist": "1.0.0",
Expand Down
146 changes: 146 additions & 0 deletions packages/element/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@wordpress/deprecated": "^1.0.0-alpha.1",
"@wordpress/is-shallow-equal": "1.0.2",
"lodash": "4.17.5",
"react": "^16.4.1",
"react-dom": "^16.4.1"
"react": "16.4.1",
"react-dom": "16.4.1"
},
"devDependencies": {
"enzyme": "3.3.0"
Expand Down