|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 | 42 | "@commitlint/cli": "^8.3.5",
|
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 |
| - "@types/react-dom": "^16.9.5", |
49 |
| - "@typescript-eslint/eslint-plugin": "^2.26.0", |
50 |
| - "@typescript-eslint/parser": "^2.26.0", |
| 43 | + "@testing-library/jest-dom": "^5.5.0", |
| 44 | + "@testing-library/react": "^10.0.4", |
| 45 | + "@types/jest": "^25.2.1", |
| 46 | + "@types/node": "^13.13.4", |
| 47 | + "@types/react": "^16.9.34", |
| 48 | + "@types/react-dom": "^16.9.7", |
| 49 | + "@typescript-eslint/eslint-plugin": "^2.30.0", |
| 50 | + "@typescript-eslint/parser": "^2.30.0", |
51 | 51 | "colors": "^1.4.0",
|
52 | 52 | "cross-env": "^7.0.2",
|
53 | 53 | "eslint": "^6.8.0",
|
54 |
| - "eslint-config-prettier": "^6.10.1", |
| 54 | + "eslint-config-prettier": "^6.11.0", |
55 | 55 | "eslint-config-standard": "^14.1.1",
|
56 | 56 | "eslint-plugin-import": "^2.20.2",
|
57 | 57 | "eslint-plugin-node": "^11.1.0",
|
58 |
| - "eslint-plugin-prettier": "^3.1.2", |
| 58 | + "eslint-plugin-prettier": "^3.1.3", |
59 | 59 | "eslint-plugin-promise": "^4.2.1",
|
60 | 60 | "eslint-plugin-react": "^7.19.0",
|
61 |
| - "eslint-plugin-react-hooks": "^3.0.0", |
| 61 | + "eslint-plugin-react-hooks": "^4.0.0", |
62 | 62 | "eslint-plugin-standard": "^4.0.1",
|
63 | 63 | "gh-pages": "^2.2.0",
|
64 |
| - "husky": "^4.2.3", |
65 |
| - "jest": "^25.2.4", |
66 |
| - "lint-staged": "^10.1.0", |
67 |
| - "prettier": "^2.0.2", |
| 64 | + "husky": "^4.2.5", |
| 65 | + "jest": "^25.5.3", |
| 66 | + "lint-staged": "^10.2.2", |
| 67 | + "prettier": "^2.0.5", |
68 | 68 | "prompt": "^1.0.0",
|
69 | 69 | "react": "^16.12.0",
|
70 | 70 | "react-dom": "^16.13.0",
|
71 |
| - "replace-in-file": "^5.0.2", |
72 |
| - "rollup": "^2.3.1", |
| 71 | + "replace-in-file": "^6.0.0", |
| 72 | + "rollup": "^2.7.6", |
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 |
| - "rollup-plugin-sourcemaps": "^0.5.0", |
| 77 | + "rollup-plugin-sourcemaps": "^0.6.1", |
78 | 78 | "rollup-plugin-terser": "^5.3.0",
|
79 | 79 | "rollup-plugin-typescript2": "^0.27.0",
|
80 |
| - "shelljs": "^0.8.3", |
81 |
| - "ts-jest": "^25.3.0", |
82 |
| - "ts-node": "^8.8.1", |
83 |
| - "typedoc": "^0.17.3", |
| 80 | + "shelljs": "^0.8.4", |
| 81 | + "ts-jest": "^25.4.0", |
| 82 | + "ts-node": "^8.9.1", |
| 83 | + "typedoc": "^0.17.6", |
84 | 84 | "typescript": "^3.8.3"
|
85 | 85 | },
|
86 | 86 | "husky": {
|
|
0 commit comments