From 1b1fda6815fb9670a09d75bdf77b4e984742770b Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 3 Dec 2019 12:54:35 -0700 Subject: [PATCH] Remove typescript dep --- .size-snapshot.json | 12 ++++++------ package.json | 9 +++------ yarn.lock | 5 ----- 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index 7d7f973..dfe4f86 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -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, diff --git a/package.json b/package.json index 0b598a3..83f073d 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index 2745bbb..7bfe9d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"