|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "keywords": [],
|
5 | 5 | "description": "",
|
6 |
| - "main": "dist/index.js", |
| 6 | + "main": "dist/index.min.js", |
7 | 7 | "module": "dist/index.es.js",
|
8 | 8 | "types": "dist/index.d.ts",
|
9 | 9 | "files": [
|
|
39 | 39 | "react-dom": "16.13.1"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@commitlint/cli": "^8.3.5", |
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", |
| 42 | + "@commitlint/cli": "^9.1.2", |
| 43 | + "@testing-library/jest-dom": "^5.11.3", |
| 44 | + "@testing-library/react": "^10.4.8", |
| 45 | + "@types/jest": "^26.0.10", |
| 46 | + "@types/node": "^14.6.0", |
| 47 | + "@types/react": "^16.9.46", |
| 48 | + "@types/react-dom": "^16.9.8", |
| 49 | + "@typescript-eslint/eslint-plugin": "^3.9.1", |
| 50 | + "@typescript-eslint/parser": "^3.9.1", |
51 | 51 | "colors": "^1.4.0",
|
52 | 52 | "cross-env": "^7.0.2",
|
53 |
| - "eslint": "^6.8.0", |
| 53 | + "eslint": "^7.7.0", |
54 | 54 | "eslint-config-prettier": "^6.11.0",
|
55 | 55 | "eslint-config-standard": "^14.1.1",
|
56 |
| - "eslint-plugin-import": "^2.20.2", |
| 56 | + "eslint-plugin-import": "^2.22.0", |
57 | 57 | "eslint-plugin-node": "^11.1.0",
|
58 |
| - "eslint-plugin-prettier": "^3.1.3", |
| 58 | + "eslint-plugin-prettier": "^3.1.4", |
59 | 59 | "eslint-plugin-promise": "^4.2.1",
|
60 |
| - "eslint-plugin-react": "^7.19.0", |
61 |
| - "eslint-plugin-react-hooks": "^4.0.0", |
| 60 | + "eslint-plugin-react": "^7.20.6", |
| 61 | + "eslint-plugin-react-hooks": "^4.1.0", |
62 | 62 | "eslint-plugin-standard": "^4.0.1",
|
63 |
| - "gh-pages": "^2.2.0", |
| 63 | + "gh-pages": "^3.1.0", |
64 | 64 | "husky": "^4.2.5",
|
65 |
| - "jest": "^25.5.3", |
66 |
| - "lint-staged": "^10.2.2", |
| 65 | + "jest": "^26.4.0", |
| 66 | + "lint-staged": "^10.2.11", |
67 | 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": "^6.0.0", |
72 |
| - "rollup": "^2.7.6", |
| 71 | + "replace-in-file": "^6.1.0", |
| 72 | + "rollup": "^2.26.4", |
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 |
| - "rollup-plugin-peer-deps-external": "^2.2.2", |
77 |
| - "rollup-plugin-sourcemaps": "^0.6.1", |
78 |
| - "rollup-plugin-terser": "^5.3.0", |
79 |
| - "rollup-plugin-typescript2": "^0.27.0", |
| 76 | + "rollup-plugin-peer-deps-external": "^2.2.3", |
| 77 | + "rollup-plugin-sourcemaps": "^0.6.2", |
| 78 | + "rollup-plugin-terser": "^7.0.0", |
| 79 | + "rollup-plugin-typescript2": "^0.27.2", |
80 | 80 | "shelljs": "^0.8.4",
|
81 |
| - "ts-jest": "^25.4.0", |
82 |
| - "ts-node": "^8.9.1", |
83 |
| - "typedoc": "^0.17.6", |
84 |
| - "typescript": "^3.8.3" |
| 81 | + "ts-jest": "^26.2.0", |
| 82 | + "ts-node": "^8.10.2", |
| 83 | + "typedoc": "^0.18.0", |
| 84 | + "typescript": "^3.9.7" |
85 | 85 | },
|
86 | 86 | "husky": {
|
87 | 87 | "hooks": {
|
|
0 commit comments