mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
Remove typescript dep
This commit is contained in:
parent
6b88340051
commit
1b1fda6815
@ -1,13 +1,13 @@
|
||||
{
|
||||
"dist/index.js": {
|
||||
"bundled": 96773,
|
||||
"minified": 46756,
|
||||
"gzipped": 12302
|
||||
"bundled": 96781,
|
||||
"minified": 46762,
|
||||
"gzipped": 12304
|
||||
},
|
||||
"dist/index.es.js": {
|
||||
"bundled": 96208,
|
||||
"minified": 46264,
|
||||
"gzipped": 12186,
|
||||
"bundled": 96216,
|
||||
"minified": 46270,
|
||||
"gzipped": 12188,
|
||||
"treeshaked": {
|
||||
"rollup": {
|
||||
"code": 78,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-table",
|
||||
"version": "7.0.0-beta.24",
|
||||
"version": "7.0.0-beta.25",
|
||||
"description": "A fast, lightweight, opinionated table and datagrid built on React",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/tannerlinsley/react-table#readme",
|
||||
@ -20,9 +20,8 @@
|
||||
"commit": "git add . && git-cz",
|
||||
"test": "is-ci \"test:ci\" \"test:dev\"",
|
||||
"test:dev": "jest --watch",
|
||||
"test:ci": "yarn test:jest && yarn test:types",
|
||||
"test:ci": "yarn test:jest",
|
||||
"test:jest": "jest",
|
||||
"test:types": "echo '\n****\nTODO: Re-enable dtslint\n****\n'",
|
||||
"build": "cross-env NODE_ENV=production rollup -c",
|
||||
"start": "rollup -c -w",
|
||||
"prepare": "yarn build",
|
||||
@ -40,7 +39,6 @@
|
||||
"README.md"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"prop-types": "^15.5.0",
|
||||
"react": "^16.8.3",
|
||||
"react-dom": "^16.8.3"
|
||||
},
|
||||
@ -95,8 +93,7 @@
|
||||
"rollup-plugin-size": "^0.2.1",
|
||||
"rollup-plugin-size-snapshot": "^0.10.0",
|
||||
"rollup-plugin-terser": "^5.1.2",
|
||||
"snapshot-diff": "^0.6.1",
|
||||
"typescript": "^3.7.2"
|
||||
"snapshot-diff": "^0.6.1"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
||||
@ -8914,11 +8914,6 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typescript@^3.7.2:
|
||||
version "3.7.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
|
||||
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
|
||||
|
||||
typescript@next:
|
||||
version "3.7.0-dev.20191009"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.0-dev.20191009.tgz#852e49dca797bb35acf930583ef65e7b3b23fc01"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user