Skip to content

Commit

Permalink
update dependencies to fix depracation warning coming from enzyme and…
Browse files Browse the repository at this point in the history
… React 15.5 see enzymejs/enzyme#876
  • Loading branch information
Lawton Spelliscy committed May 29, 2017
1 parent 53f2bb0 commit d76a1cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"homepage": "https://github.com/Lawton/react-testing-example#readme",
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-core": "^6.17.0",
Expand All @@ -33,10 +33,11 @@
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"enzyme": "^2.8.2",
"html-webpack-plugin": "^2.22.0",
"mocha": "^3.1.2",
"react-addons-test-utils": "^15.5.1",
"react-test-renderer": "^15.5.4",
"sinon": "^1.17.6",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
Expand Down

0 comments on commit d76a1cb

Please sign in to comment.