Skip to content

Commit

Permalink
Updates to latest version of react-tree-walker.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Oct 11, 2017
1 parent b7874d7 commit 9371982
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 101 deletions.
106 changes: 10 additions & 96 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"test:coverage:deploy": "npm run test:coverage && codecov"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0",
"react-dom": "^0.14.0 || ^15.0.0-0"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"app-root-dir": "1.0.2",
Expand All @@ -50,7 +50,7 @@
"cross-env": "^5.0.5",
"enzyme": "^2.9.1",
"enzyme-to-json": "^2.0.0",
"eslint": "^4.7.1",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
Expand All @@ -59,7 +59,7 @@
"husky": "^0.14.3",
"in-publish": "2.0.0",
"jest": "^21.1.0",
"lint-staged": "^4.2.1",
"lint-staged": "^4.2.2",
"prettier": "^1.7.0",
"pretty-bytes": "4.0.2",
"ramda": "^0.24.1",
Expand All @@ -74,7 +74,7 @@
"webpack-hot-middleware": "^2.19.1"
},
"dependencies": {
"react-tree-walker": "^2.1.1"
"react-tree-walker": "^2.1.3"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 9371982

Please sign in to comment.