|
31 | 31 | "prepare": "husky install"
|
32 | 32 | },
|
33 | 33 | "engines": {
|
34 |
| - "node": ">=10", |
35 |
| - "npm": ">=6" |
| 34 | + "node": ">=12" |
36 | 35 | },
|
37 | 36 | "peerDependencies": {
|
38 | 37 | "react": ">=17",
|
39 | 38 | "react-dom": ">=17"
|
40 | 39 | },
|
41 | 40 | "devDependencies": {
|
42 |
| - "@commitlint/cli": "^13.2.0", |
43 |
| - "@testing-library/jest-dom": "^5.14.1", |
44 |
| - "@testing-library/react": "^12.1.2", |
45 |
| - "@types/jest": "^27.0.2", |
46 |
| - "@types/node": "^16.10.3", |
47 |
| - "@types/react": "^17.0.27", |
48 |
| - "@types/react-dom": "^17.0.9", |
49 |
| - "@typescript-eslint/eslint-plugin": "^4.33.0", |
50 |
| - "@typescript-eslint/parser": "^4.33.0", |
| 41 | + "@commitlint/cli": "^17.1.2", |
| 42 | + "@testing-library/jest-dom": "^5.16.5", |
| 43 | + "@testing-library/react": "^13.4.0", |
| 44 | + "@types/jest": "^29.0.0", |
| 45 | + "@types/node": "^18.7.15", |
| 46 | + "@types/react": "^18.0.18", |
| 47 | + "@types/react-dom": "^18.0.6", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.36.1", |
| 49 | + "@typescript-eslint/parser": "^5.36.1", |
51 | 50 | "colors": "^1.4.0",
|
52 | 51 | "cross-env": "^7.0.3",
|
53 |
| - "eslint": "^7.32.0", |
54 |
| - "eslint-config-prettier": "^8.3.0", |
55 |
| - "eslint-config-standard": "^16.0.3", |
56 |
| - "eslint-plugin-import": "^2.24.2", |
57 |
| - "eslint-plugin-node": "^11.1.0", |
58 |
| - "eslint-plugin-prettier": "^4.0.0", |
59 |
| - "eslint-plugin-promise": "^5.1.0", |
60 |
| - "eslint-plugin-react": "^7.26.1", |
61 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
| 52 | + "eslint": "^8.23.0", |
| 53 | + "eslint-config-prettier": "^8.5.0", |
| 54 | + "eslint-config-standard": "^17.0.0", |
| 55 | + "eslint-plugin-import": "^2.26.0", |
| 56 | + "eslint-plugin-n": "^15.2.5", |
| 57 | + "eslint-plugin-prettier": "^4.2.1", |
| 58 | + "eslint-plugin-promise": "^6.0.1", |
| 59 | + "eslint-plugin-react": "^7.31.6", |
| 60 | + "eslint-plugin-react-hooks": "^4.6.0", |
62 | 61 | "eslint-plugin-standard": "^5.0.0",
|
63 |
| - "gh-pages": "^3.2.3", |
64 |
| - "husky": "^7.0.2", |
| 62 | + "gh-pages": "^4.0.0", |
| 63 | + "husky": "^8.0.1", |
65 | 64 | "identity-obj-proxy": "^3.0.0",
|
66 |
| - "jest": "^27.2.4", |
67 |
| - "lint-staged": "^11.2.0", |
68 |
| - "postcss": "^8.3.9", |
69 |
| - "prettier": "^2.4.1", |
70 |
| - "prompt": "^1.2.0", |
71 |
| - "react": "^17.0.2", |
72 |
| - "react-dom": "^17.0.1", |
73 |
| - "replace-in-file": "^6.2.0", |
74 |
| - "rollup": "^2.58.0", |
| 65 | + "jest": "^29.0.2", |
| 66 | + "lint-staged": "^13.0.3", |
| 67 | + "postcss": "^8.4.16", |
| 68 | + "prettier": "^2.7.1", |
| 69 | + "prompt": "^1.3.0", |
| 70 | + "react": "^18.2.0", |
| 71 | + "react-dom": "^18.2.0", |
| 72 | + "replace-in-file": "^6.3.5", |
| 73 | + "rollup": "^2.79.0", |
75 | 74 | "rollup-plugin-commonjs": "^10.1.0",
|
76 | 75 | "rollup-plugin-json": "^4.0.0",
|
77 | 76 | "rollup-plugin-node-resolve": "^5.2.0",
|
78 | 77 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
79 |
| - "rollup-plugin-postcss": "^4.0.1", |
| 78 | + "rollup-plugin-postcss": "^4.0.2", |
80 | 79 | "rollup-plugin-sourcemaps": "^0.6.3",
|
81 | 80 | "rollup-plugin-terser": "^7.0.2",
|
82 |
| - "rollup-plugin-typescript2": "^0.30.0", |
| 81 | + "rollup-plugin-typescript2": "^0.33.0", |
83 | 82 | "shelljs": "^0.8.5",
|
84 |
| - "ts-jest": "^27.0.5", |
85 |
| - "ts-node": "^10.2.1", |
86 |
| - "typedoc": "^0.22.5", |
87 |
| - "typescript": "^4.4.3" |
| 83 | + "ts-jest": "^28.0.8", |
| 84 | + "ts-node": "^10.9.1", |
| 85 | + "typedoc": "^0.23.14", |
| 86 | + "typescript": "^4.8.2" |
88 | 87 | },
|
89 | 88 | "lint-staged": {
|
90 | 89 | "src/**/*.{ts,tsx}": [
|
|
0 commit comments