downgrade react-table (#7170)

This commit is contained in:
Vadim Ogievetsky 2019-02-28 18:09:38 -08:00 committed by Fangjin Yang
parent 9a62157a06
commit 66e8d35ddf
2 changed files with 4 additions and 4 deletions

View File

@ -7706,9 +7706,9 @@
} }
}, },
"react-table": { "react-table": {
"version": "6.9.2", "version": "6.8.6",
"resolved": "https://registry.npmjs.org/react-table/-/react-table-6.9.2.tgz", "resolved": "https://registry.npmjs.org/react-table/-/react-table-6.8.6.tgz",
"integrity": "sha512-sTbNHU8Um0xRtmCd1js873HXnXaMWeBwZoiljuj0l1d44eaqjKyYPK/3HCBbJg1yeE2O5pQJ3Km0tlm9niNL9w==", "integrity": "sha1-oK2LSDkxkFLVvvwBJgP7Fh5S7eM=",
"requires": { "requires": {
"classnames": "^2.2.5" "classnames": "^2.2.5"
} }

View File

@ -35,7 +35,7 @@
"react-dom": "^16.8.3", "react-dom": "^16.8.3",
"react-router": "^4.3.1", "react-router": "^4.3.1",
"react-router-dom": "^4.3.1", "react-router-dom": "^4.3.1",
"react-table": "^6.9.2", "react-table": "~6.8.6",
"tslib": "^1.9.3" "tslib": "^1.9.3"
}, },
"devDependencies": { "devDependencies": {