|
35 | 35 | "npm": ">=6" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | | - "react": ">=16", |
39 | | - "react-dom": ">=16" |
| 38 | + "react": ">=17", |
| 39 | + "react-dom": ">=17" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@commitlint/cli": "^12.1.4", |
43 | | - "@testing-library/jest-dom": "^5.12.0", |
44 | | - "@testing-library/react": "^11.2.7", |
45 | | - "@types/jest": "^26.0.23", |
46 | | - "@types/node": "^15.3.0", |
47 | | - "@types/react": "^17.0.5", |
48 | | - "@types/react-dom": "^17.0.5", |
49 | | - "@typescript-eslint/eslint-plugin": "^4.23.0", |
50 | | - "@typescript-eslint/parser": "^4.23.0", |
| 42 | + "@commitlint/cli": "^13.1.0", |
| 43 | + "@testing-library/jest-dom": "^5.14.1", |
| 44 | + "@testing-library/react": "^12.0.0", |
| 45 | + "@types/jest": "^27.0.0", |
| 46 | + "@types/node": "^16.6.0", |
| 47 | + "@types/react": "^17.0.17", |
| 48 | + "@types/react-dom": "^17.0.9", |
| 49 | + "@typescript-eslint/eslint-plugin": "^4.29.1", |
| 50 | + "@typescript-eslint/parser": "^4.29.1", |
51 | 51 | "colors": "^1.4.0", |
52 | 52 | "cross-env": "^7.0.3", |
53 | | - "eslint": "^7.26.0", |
| 53 | + "eslint": "^7.32.0", |
54 | 54 | "eslint-config-prettier": "^8.3.0", |
55 | | - "eslint-config-standard": "^16.0.2", |
56 | | - "eslint-plugin-import": "^2.23.2", |
| 55 | + "eslint-config-standard": "^16.0.3", |
| 56 | + "eslint-plugin-import": "^2.24.0", |
57 | 57 | "eslint-plugin-node": "^11.1.0", |
58 | 58 | "eslint-plugin-prettier": "^3.4.0", |
59 | 59 | "eslint-plugin-promise": "^5.1.0", |
60 | | - "eslint-plugin-react": "^7.23.2", |
| 60 | + "eslint-plugin-react": "^7.24.0", |
61 | 61 | "eslint-plugin-react-hooks": "^4.2.0", |
62 | 62 | "eslint-plugin-standard": "^5.0.0", |
63 | | - "gh-pages": "^3.1.0", |
64 | | - "husky": "^6.0.0", |
| 63 | + "gh-pages": "^3.2.3", |
| 64 | + "husky": "^7.0.1", |
65 | 65 | "identity-obj-proxy": "^3.0.0", |
66 | | - "jest": "^26.6.3", |
67 | | - "lint-staged": "^11.0.0", |
68 | | - "postcss": "^8.2.15", |
69 | | - "prettier": "^2.3.0", |
| 66 | + "jest": "^27.0.6", |
| 67 | + "lint-staged": "^11.1.2", |
| 68 | + "postcss": "^8.3.6", |
| 69 | + "prettier": "^2.3.2", |
70 | 70 | "prompt": "^1.1.0", |
71 | 71 | "react": "^17.0.2", |
72 | 72 | "react-dom": "^17.0.1", |
73 | 73 | "replace-in-file": "^6.2.0", |
74 | | - "rollup": "^2.48.0", |
| 74 | + "rollup": "^2.56.2", |
75 | 75 | "rollup-plugin-commonjs": "^10.1.0", |
76 | 76 | "rollup-plugin-json": "^4.0.0", |
77 | 77 | "rollup-plugin-node-resolve": "^5.2.0", |
78 | 78 | "rollup-plugin-peer-deps-external": "^2.2.4", |
79 | | - "rollup-plugin-postcss": "^4.0.0", |
| 79 | + "rollup-plugin-postcss": "^4.0.1", |
80 | 80 | "rollup-plugin-sourcemaps": "^0.6.3", |
81 | 81 | "rollup-plugin-terser": "^7.0.2", |
82 | 82 | "rollup-plugin-typescript2": "^0.30.0", |
83 | 83 | "shelljs": "^0.8.4", |
84 | | - "ts-jest": "^26.5.6", |
85 | | - "ts-node": "^9.1.1", |
86 | | - "typedoc": "^0.20.36", |
87 | | - "typescript": "^4.2.4" |
| 84 | + "ts-jest": "^27.0.4", |
| 85 | + "ts-node": "^10.2.0", |
| 86 | + "typedoc": "^0.21.5", |
| 87 | + "typescript": "^4.3.5" |
88 | 88 | }, |
89 | 89 | "lint-staged": { |
90 | 90 | "src/**/*.{ts,tsx}": [ |
|
0 commit comments