|
35 | 35 | },
|
36 | 36 | "peerDependencies": {
|
37 | 37 | "prop-types": "^15.7.2",
|
38 |
| - "react": "^16.13.0", |
39 |
| - "react-dom": "16.13.0" |
| 38 | + "react": "^16.13.1", |
| 39 | + "react-dom": "16.13.1" |
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 | 42 | "@commitlint/cli": "^8.3.5",
|
43 |
| - "@testing-library/jest-dom": "^5.1.1", |
44 |
| - "@testing-library/react": "^9.4.1", |
45 |
| - "@types/jest": "^25.1.3", |
46 |
| - "@types/node": "^13.7.7", |
47 |
| - "@types/react": "^16.9.23", |
| 43 | + "@testing-library/jest-dom": "^5.3.0", |
| 44 | + "@testing-library/react": "^10.0.2", |
| 45 | + "@types/jest": "^25.1.4", |
| 46 | + "@types/node": "^13.9.8", |
| 47 | + "@types/react": "^16.9.29", |
48 | 48 | "@types/react-dom": "^16.9.5",
|
49 |
| - "@typescript-eslint/eslint-plugin": "^2.21.0", |
50 |
| - "@typescript-eslint/parser": "^2.21.0", |
| 49 | + "@typescript-eslint/eslint-plugin": "^2.26.0", |
| 50 | + "@typescript-eslint/parser": "^2.26.0", |
51 | 51 | "colors": "^1.4.0",
|
52 |
| - "cross-env": "^7.0.0", |
| 52 | + "cross-env": "^7.0.2", |
53 | 53 | "eslint": "^6.8.0",
|
54 |
| - "eslint-config-prettier": "^6.10.0", |
55 |
| - "eslint-config-standard": "^14.1.0", |
56 |
| - "eslint-plugin-import": "^2.20.1", |
57 |
| - "eslint-plugin-node": "^11.0.0", |
| 54 | + "eslint-config-prettier": "^6.10.1", |
| 55 | + "eslint-config-standard": "^14.1.1", |
| 56 | + "eslint-plugin-import": "^2.20.2", |
| 57 | + "eslint-plugin-node": "^11.1.0", |
58 | 58 | "eslint-plugin-prettier": "^3.1.2",
|
59 | 59 | "eslint-plugin-promise": "^4.2.1",
|
60 |
| - "eslint-plugin-react": "^7.18.3", |
61 |
| - "eslint-plugin-react-hooks": "^2.5.0", |
| 60 | + "eslint-plugin-react": "^7.19.0", |
| 61 | + "eslint-plugin-react-hooks": "^3.0.0", |
62 | 62 | "eslint-plugin-standard": "^4.0.1",
|
63 | 63 | "gh-pages": "^2.2.0",
|
64 | 64 | "husky": "^4.2.3",
|
65 |
| - "jest": "^25.1.0", |
66 |
| - "lint-staged": "^10.0.8", |
67 |
| - "prettier": "^1.19.1", |
| 65 | + "jest": "^25.2.4", |
| 66 | + "lint-staged": "^10.1.0", |
| 67 | + "prettier": "^2.0.2", |
68 | 68 | "prompt": "^1.0.0",
|
69 | 69 | "react": "^16.12.0",
|
70 | 70 | "react-dom": "^16.13.0",
|
71 | 71 | "replace-in-file": "^5.0.2",
|
72 |
| - "rollup": "^1.32.0", |
| 72 | + "rollup": "^2.3.1", |
73 | 73 | "rollup-plugin-commonjs": "^10.1.0",
|
74 | 74 | "rollup-plugin-json": "^4.0.0",
|
75 | 75 | "rollup-plugin-node-resolve": "^5.2.0",
|
76 | 76 | "rollup-plugin-peer-deps-external": "^2.2.2",
|
77 | 77 | "rollup-plugin-sourcemaps": "^0.5.0",
|
78 |
| - "rollup-plugin-terser": "^5.2.0", |
79 |
| - "rollup-plugin-typescript2": "^0.26.0", |
| 78 | + "rollup-plugin-terser": "^5.3.0", |
| 79 | + "rollup-plugin-typescript2": "^0.27.0", |
80 | 80 | "shelljs": "^0.8.3",
|
81 |
| - "ts-jest": "^25.2.1", |
82 |
| - "ts-node": "^8.6.2", |
83 |
| - "typedoc": "^0.16.11", |
| 81 | + "ts-jest": "^25.3.0", |
| 82 | + "ts-node": "^8.8.1", |
| 83 | + "typedoc": "^0.17.3", |
84 | 84 | "typescript": "^3.8.3"
|
85 | 85 | },
|
86 | 86 | "husky": {
|
|
0 commit comments