v7.0.0-rc.15

This commit is contained in:
Tanner Linsley 2019-12-18 13:27:55 -07:00
parent d18f1ba4d8
commit cef55d58f3
2 changed files with 8 additions and 8 deletions

View File

@ -1,20 +1,20 @@
{
"dist/index.js": {
"bundled": 112754,
"minified": 52324,
"gzipped": 13765
"bundled": 112721,
"minified": 52301,
"gzipped": 13754
},
"dist/index.es.js": {
"bundled": 111817,
"minified": 51488,
"gzipped": 13599,
"bundled": 111784,
"minified": 51465,
"gzipped": 13587,
"treeshaked": {
"rollup": {
"code": 80,
"import_statements": 21
},
"webpack": {
"code": 8484
"code": 8461
}
}
},

View File

@ -1,6 +1,6 @@
{
"name": "react-table",
"version": "7.0.0-rc.14",
"version": "7.0.0-rc.15",
"description": "Hooks for building lightweight, fast and extendable datagrids for React",
"license": "MIT",
"homepage": "https://github.com/tannerlinsley/react-table#readme",