Skip to content

Commit 9371982

Browse files
committed
Updates to latest version of react-tree-walker.
1 parent b7874d7 commit 9371982

File tree

2 files changed

+15
-101
lines changed

2 files changed

+15
-101
lines changed

package-lock.json

Lines changed: 10 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"test:coverage:deploy": "npm run test:coverage && codecov"
3131
},
3232
"peerDependencies": {
33-
"react": "^0.14.0 || ^15.0.0-0",
34-
"react-dom": "^0.14.0 || ^15.0.0-0"
33+
"react": "^0.14.0 || ^15.0.0",
34+
"react-dom": "^0.14.0 || ^15.0.0"
3535
},
3636
"devDependencies": {
3737
"app-root-dir": "1.0.2",
@@ -50,7 +50,7 @@
5050
"cross-env": "^5.0.5",
5151
"enzyme": "^2.9.1",
5252
"enzyme-to-json": "^2.0.0",
53-
"eslint": "^4.7.1",
53+
"eslint": "^4.7.2",
5454
"eslint-config-airbnb": "^15.1.0",
5555
"eslint-plugin-import": "^2.7.0",
5656
"eslint-plugin-jsx-a11y": "^5.1.1",
@@ -59,7 +59,7 @@
5959
"husky": "^0.14.3",
6060
"in-publish": "2.0.0",
6161
"jest": "^21.1.0",
62-
"lint-staged": "^4.2.1",
62+
"lint-staged": "^4.2.2",
6363
"prettier": "^1.7.0",
6464
"pretty-bytes": "4.0.2",
6565
"ramda": "^0.24.1",
@@ -74,7 +74,7 @@
7474
"webpack-hot-middleware": "^2.19.1"
7575
},
7676
"dependencies": {
77-
"react-tree-walker": "^2.1.1"
77+
"react-tree-walker": "^2.1.3"
7878
},
7979
"jest": {
8080
"collectCoverageFrom": [

0 commit comments

Comments
 (0)