Skip to content

Commit c5f0f45

Browse files
committed
Merge branch 'master' into greenkeeper/babel-eslint-10.0.0
2 parents 3c00815 + e4c419f commit c5f0f45

2 files changed

Lines changed: 971 additions & 61 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"dom-scroll-into-view": "^1.2.1",
1616
"memoize-one": "^4.0.0",
1717
"prop-types": "^15.6.0",
18-
"react": "16.5.0",
19-
"react-dom": "16.5.0",
18+
"react": "16.6.3",
19+
"react-dom": "16.6.3",
2020
"react-virtualized": "^9.20.1"
2121
},
2222
"devDependencies": {
2323
"@types/jest": "^23.3.0",
24-
"@types/react": "16.4",
24+
"@types/react": "~16.7.0",
2525
"@types/react-dom": "^16.0.6",
2626
"babel-cli": "^6.26.0",
2727
"babel-eslint": "^10.0.0",
@@ -40,9 +40,9 @@
4040
"eslint-plugin-babel": "^5.1.0",
4141
"eslint-plugin-import": "^2.7.0",
4242
"eslint-plugin-react": "^7.6.0",
43-
"flow-bin": "^0.80.0",
43+
"flow-bin": "^0.81.0",
4444
"jest": "^23.4.1",
45-
"jsdom": "^12.0.0",
45+
"jsdom": "^13.0.0",
4646
"node-sass-chokidar": "^1.3.3",
4747
"raf": "^3.4.0"
4848
},

0 commit comments

Comments
 (0)