|
21 | 21 | "start": "rollup -c rollup.config.js -w",
|
22 | 22 | "build": "tsc && rollup -c rollup.config.js && yarn make:docs",
|
23 | 23 | "make:docs": "typedoc",
|
| 24 | + "coverage": "codecov -e TRAVIS_NODE_VERSION -f coverage/*.json", |
24 | 25 | "test": "jest --coverage",
|
| 26 | + "test:watch": "jest --coverage --watch", |
25 | 27 | "test:ci": "cross-env CI=1 jest",
|
26 | 28 | "postinstall": "ts-node tools/init"
|
27 | 29 |
|
|
32 | 34 | },
|
33 | 35 | "peerDependencies": {
|
34 | 36 | "prop-types": "^15.7.2",
|
35 |
| - "react": "^16.8.0" |
| 37 | + "react": "^16.13.0", |
| 38 | + "react-dom": "16.13.0" |
36 | 39 | },
|
37 | 40 | "devDependencies": {
|
38 | 41 | "@commitlint/cli": "^8.3.5",
|
39 | 42 | "@testing-library/jest-dom": "^5.1.1",
|
40 | 43 | "@testing-library/react": "^9.4.1",
|
41 | 44 | "@types/jest": "^25.1.3",
|
42 |
| - "@types/node": "^13.7.4", |
43 |
| - "@types/react": "^16.9.22", |
| 45 | + "@types/node": "^13.7.7", |
| 46 | + "@types/react": "^16.9.23", |
44 | 47 | "@types/react-dom": "^16.9.5",
|
45 |
| - "@typescript-eslint/eslint-plugin": "^2.20.0", |
46 |
| - "@typescript-eslint/parser": "^2.20.0", |
| 48 | + "@typescript-eslint/eslint-plugin": "^2.21.0", |
| 49 | + "@typescript-eslint/parser": "^2.21.0", |
47 | 50 | "colors": "^1.4.0",
|
48 | 51 | "cross-env": "^7.0.0",
|
49 | 52 | "eslint": "^6.8.0",
|
|
54 | 57 | "eslint-plugin-prettier": "^3.1.2",
|
55 | 58 | "eslint-plugin-promise": "^4.2.1",
|
56 | 59 | "eslint-plugin-react": "^7.18.3",
|
57 |
| - "eslint-plugin-react-hooks": "^2.4.0", |
| 60 | + "eslint-plugin-react-hooks": "^2.5.0", |
58 | 61 | "eslint-plugin-standard": "^4.0.1",
|
59 | 62 | "husky": "^4.2.3",
|
60 | 63 | "jest": "^25.1.0",
|
61 |
| - "lint-staged": "^10.0.7", |
| 64 | + "lint-staged": "^10.0.8", |
62 | 65 | "prettier": "^1.19.1",
|
63 | 66 | "prompt": "^1.0.0",
|
64 | 67 | "react": "^16.12.0",
|
65 |
| - "react-dom": "^16.12.0", |
| 68 | + "react-dom": "^16.13.0", |
66 | 69 | "replace-in-file": "^5.0.2",
|
67 |
| - "rollup": "^1.31.1", |
| 70 | + "rollup": "^1.32.0", |
68 | 71 | "rollup-plugin-commonjs": "^10.1.0",
|
69 | 72 | "rollup-plugin-json": "^4.0.0",
|
70 | 73 | "rollup-plugin-node-resolve": "^5.2.0",
|
|
75 | 78 | "shelljs": "^0.8.3",
|
76 | 79 | "ts-jest": "^25.2.1",
|
77 | 80 | "ts-node": "^8.6.2",
|
78 |
| - "typedoc": "^0.16.10", |
79 |
| - "typescript": "^3.8.2" |
| 81 | + "typedoc": "^0.16.11", |
| 82 | + "typescript": "^3.8.3" |
80 | 83 | },
|
81 | 84 | "husky": {
|
82 | 85 | "hooks": {
|
|
0 commit comments