Skip to content

Commit

Permalink
Merge pull request #330 from backbonelabs/react-dom-downgrade
Browse files Browse the repository at this point in the history
react-dom downgrade
  • Loading branch information
miguelc1221 authored Jul 6, 2017
2 parents 06e936c + b9e6ab0 commit deb41f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ fastlane/screenshots
main.jsbundle
main.jsbundle.*
ios/assets/

# Test files
#
coverage/
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"jest": {
"preset": "react-native",
"verbose": true,
"setupFiles": ["./jestsetup.js"],
"setupFiles": [
"./jestsetup.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
Expand Down Expand Up @@ -63,7 +65,7 @@
"jest": "20.0.4",
"localenv": "0.2.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.4",
"react-dom": "15.4.2",
"react-test-renderer": "15.4.2",
"redux-mock-store": "1.2.3",
"request": "2.81.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3793,7 +3793,7 @@ react-deep-force-update@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.0.1.tgz#f911b5be1d2a6fe387507dd6e9a767aa2924b4c7"

[email protected].4:
[email protected].2:
version "15.4.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.4.2.tgz#015363f05b0a1fd52ae9efdd3a0060d90695208f"
dependencies:
Expand Down

0 comments on commit deb41f6

Please sign in to comment.