|
16 | 16 | "access": "public" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@sentry/browser": "5.16.0-beta.5", |
20 | | - "@sentry/types": "5.16.0-beta.5", |
21 | | - "@sentry/utils": "^5.15.5", |
| 19 | + "@sentry/browser": "5.16.0", |
| 20 | + "@sentry/types": "5.16.0", |
| 21 | + "@sentry/utils": "5.16.0", |
22 | 22 | "hoist-non-react-statics": "^3.3.2", |
23 | 23 | "tslib": "^1.9.3" |
24 | 24 | }, |
|
38 | 38 | "react-dom": "^16.0.0", |
39 | 39 | "react-test-renderer": "^16.13.1", |
40 | 40 | "rimraf": "^2.6.3", |
41 | | - "rollup": "^1.10.1", |
42 | | - "rollup-plugin-commonjs": "^9.3.4", |
43 | | - "rollup-plugin-license": "^0.8.1", |
44 | | - "rollup-plugin-node-resolve": "^4.2.3", |
45 | | - "rollup-plugin-terser": "^4.0.4", |
46 | | - "rollup-plugin-typescript2": "^0.21.0", |
47 | 41 | "tslint": "^5.16.0", |
48 | 42 | "tslint-react": "^5.0.0", |
49 | 43 | "typescript": "^3.5.1" |
50 | 44 | }, |
51 | 45 | "scripts": { |
52 | | - "build": "run-p build:es5 build:esm build:bundle", |
53 | | - "build:bundle": "rollup --config", |
54 | | - "build:bundle:watch": "rollup --config --watch", |
| 46 | + "build": "run-p build:es5 build:esm", |
55 | 47 | "build:es5": "tsc -p tsconfig.build.json", |
56 | 48 | "build:esm": "tsc -p tsconfig.esm.json", |
57 | 49 | "build:watch": "run-p build:watch:es5 build:watch:esm", |
|
60 | 52 | "clean": "rimraf dist coverage build esm", |
61 | 53 | "link:yarn": "yarn link", |
62 | 54 | "lint": "run-s lint:prettier lint:tslint", |
63 | | - "lint:prettier": "prettier-check \"{src,test}/**/*.ts\"", |
| 55 | + "lint:prettier": "prettier-check \"{src,test}/**/*.{ts,tsx}\"", |
64 | 56 | "lint:tslint": "tslint -t stylish -p .", |
65 | 57 | "lint:tslint:json": "tslint --format json -p . | tee lint-results.json", |
66 | 58 | "fix": "run-s fix:tslint fix:prettier", |
67 | | - "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"", |
| 59 | + "fix:prettier": "prettier --write \"{src,test}/**/*.{ts,tsx}\"", |
68 | 60 | "fix:tslint": "tslint --fix -t stylish -p .", |
69 | 61 | "test": "jest", |
70 | 62 | "test:watch": "jest --watch" |
|
0 commit comments