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": { "dist/index.js": {
"bundled": 112754, "bundled": 112721,
"minified": 52324, "minified": 52301,
"gzipped": 13765 "gzipped": 13754
}, },
"dist/index.es.js": { "dist/index.es.js": {
"bundled": 111817, "bundled": 111784,
"minified": 51488, "minified": 51465,
"gzipped": 13599, "gzipped": 13587,
"treeshaked": { "treeshaked": {
"rollup": { "rollup": {
"code": 80, "code": 80,
"import_statements": 21 "import_statements": 21
}, },
"webpack": { "webpack": {
"code": 8484 "code": 8461
} }
} }
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "react-table", "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", "description": "Hooks for building lightweight, fast and extendable datagrids for React",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/tannerlinsley/react-table#readme", "homepage": "https://github.com/tannerlinsley/react-table#readme",