|
13 | 13 | "npm": ">=5"
|
14 | 14 | },
|
15 | 15 | "scripts": {
|
16 |
| - "test": "cross-env CI=1 react-scripts-ts test --env=jsdom", |
17 |
| - "test:watch": "react-scripts-ts test --env=jsdom", |
| 16 | + "test": "cross-env CI=1 react-scripts test --env=jsdom", |
| 17 | + "test:watch": "react-scripts test --env=jsdom", |
18 | 18 | "build": "rollup -c",
|
19 | 19 | "start": "rollup -c -w",
|
20 | 20 | "prepare": "{{manager}} run build",
|
|
23 | 23 | },
|
24 | 24 | "dependencies": {},
|
25 | 25 | "peerDependencies": {
|
26 |
| - "prop-types": "^15.5.4", |
27 | 26 | "react": "^15.0.0 || ^16.0.0",
|
28 | 27 | "react-dom": "^15.0.0 || ^16.0.0"
|
29 | 28 | },
|
|
32 | 31 | "@babel/runtime": "^7.0.0",
|
33 | 32 | "@svgr/rollup": "^2.4.1",
|
34 | 33 | "@types/jest": "^23.1.5",
|
35 |
| - "@types/react": "^16.3.13", |
36 |
| - "@types/react-dom": "^16.0.5", |
| 34 | + "@types/react": "^16.8.0", |
| 35 | + "@types/react-dom": "^16.8.0", |
37 | 36 | "cross-env": "^5.1.4",
|
38 | 37 | "gh-pages": "^1.2.0",
|
39 |
| - "react": "^16.4.1", |
40 |
| - "react-dom": "^16.4.1", |
41 |
| - "react-scripts-ts": "^2.16.0", |
| 38 | + "react": "^16.8.0", |
| 39 | + "react-dom": "^16.8.0", |
| 40 | + "react-scripts": "^2.1.0", |
42 | 41 | "rollup": "^0.62.0",
|
43 | 42 | "rollup-plugin-babel": "^4.0.1",
|
44 | 43 | "rollup-plugin-commonjs": "^9.1.3",
|
|
47 | 46 | "rollup-plugin-postcss": "^1.6.2",
|
48 | 47 | "rollup-plugin-typescript2": "^0.17.0",
|
49 | 48 | "rollup-plugin-url": "^1.4.0",
|
50 |
| - "typescript": "^2.8.3" |
| 49 | + "typescript": "^3.3.0" |
51 | 50 | },
|
52 | 51 | "files": [
|
53 | 52 | "dist"
|
|
0 commit comments