|
38 | 38 | "react-dom": ">=17"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@commitlint/cli": "^17.4.2", |
42 |
| - "@commitlint/config-conventional": "^17.4.2", |
43 |
| - "@rollup/plugin-commonjs": "^24.0.0", |
| 41 | + "@commitlint/cli": "^17.4.4", |
| 42 | + "@commitlint/config-conventional": "^17.4.4", |
| 43 | + "@rollup/plugin-commonjs": "^24.0.1", |
44 | 44 | "@rollup/plugin-json": "^6.0.0",
|
45 | 45 | "@rollup/plugin-node-resolve": "^15.0.1",
|
46 | 46 | "@testing-library/jest-dom": "^5.16.5",
|
47 |
| - "@testing-library/react": "^13.4.0", |
48 |
| - "@types/jest": "^29.2.6", |
49 |
| - "@types/node": "^18.11.18", |
50 |
| - "@types/react": "^18.0.27", |
51 |
| - "@types/react-dom": "^18.0.10", |
| 47 | + "@testing-library/react": "^14.0.0", |
| 48 | + "@types/jest": "^29.4.0", |
| 49 | + "@types/node": "^18.14.1", |
| 50 | + "@types/react": "^18.0.28", |
| 51 | + "@types/react-dom": "^18.0.11", |
52 | 52 | "@types/shelljs": "^0.8.11",
|
53 |
| - "@typescript-eslint/eslint-plugin": "^5.48.2", |
54 |
| - "@typescript-eslint/parser": "^5.48.2", |
| 53 | + "@typescript-eslint/eslint-plugin": "^5.53.0", |
| 54 | + "@typescript-eslint/parser": "^5.53.0", |
55 | 55 | "colors": "^1.4.0",
|
56 | 56 | "cross-env": "^7.0.3",
|
57 | 57 | "enquirer": "^2.3.6",
|
58 |
| - "eslint": "^8.32.0", |
| 58 | + "eslint": "^8.34.0", |
59 | 59 | "eslint-config-prettier": "^8.6.0",
|
60 | 60 | "eslint-config-standard": "^17.0.0",
|
61 | 61 | "eslint-plugin-import": "^2.27.5",
|
62 | 62 | "eslint-plugin-n": "^15.6.1",
|
63 | 63 | "eslint-plugin-prettier": "^4.2.1",
|
64 | 64 | "eslint-plugin-promise": "^6.1.1",
|
65 |
| - "eslint-plugin-react": "^7.32.1", |
| 65 | + "eslint-plugin-react": "^7.32.2", |
66 | 66 | "eslint-plugin-react-hooks": "^4.6.0",
|
67 | 67 | "eslint-plugin-standard": "^5.0.0",
|
68 |
| - "gh-pages": "^4.0.0", |
| 68 | + "gh-pages": "^5.0.0", |
69 | 69 | "husky": "^8.0.3",
|
70 | 70 | "identity-obj-proxy": "^3.0.0",
|
71 |
| - "jest": "^29.3.1", |
72 |
| - "jest-environment-jsdom": "^29.3.1", |
73 |
| - "lint-staged": "^13.1.0", |
| 71 | + "jest": "^29.4.3", |
| 72 | + "jest-environment-jsdom": "^29.4.3", |
| 73 | + "lint-staged": "^13.1.2", |
74 | 74 | "postcss": "^8.4.21",
|
75 |
| - "prettier": "^2.8.3", |
| 75 | + "prettier": "^2.8.4", |
76 | 76 | "prompt": "^1.3.0",
|
77 | 77 | "react": "^18.2.0",
|
78 | 78 | "react-dom": "^18.2.0",
|
79 | 79 | "replace-in-file": "^6.3.5",
|
80 |
| - "rollup": "^3.10.0", |
| 80 | + "rollup": "^3.17.2", |
81 | 81 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
82 | 82 | "rollup-plugin-postcss": "^4.0.2",
|
83 | 83 | "rollup-plugin-sourcemaps": "^0.6.3",
|
|
86 | 86 | "shelljs": "^0.8.5",
|
87 | 87 | "ts-jest": "^29.0.5",
|
88 | 88 | "ts-node": "^10.9.1",
|
89 |
| - "typedoc": "^0.23.24", |
90 |
| - "typescript": "^4.9.4" |
| 89 | + "typedoc": "^0.23.25", |
| 90 | + "typescript": "^4.9.5" |
91 | 91 | },
|
92 | 92 | "lint-staged": {
|
93 | 93 | "src/**/*.{ts,tsx}": [
|
|
0 commit comments