|
38 | 38 | "react-dom": ">=17"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@commitlint/cli": "^17.4.4", |
42 |
| - "@commitlint/config-conventional": "^17.4.4", |
43 |
| - "@rollup/plugin-commonjs": "^24.0.1", |
| 41 | + "@commitlint/cli": "^17.6.5", |
| 42 | + "@commitlint/config-conventional": "^17.6.5", |
| 43 | + "@rollup/plugin-commonjs": "^25.0.0", |
44 | 44 | "@rollup/plugin-json": "^6.0.0",
|
45 |
| - "@rollup/plugin-node-resolve": "^15.0.1", |
| 45 | + "@rollup/plugin-node-resolve": "^15.1.0", |
46 | 46 | "@testing-library/jest-dom": "^5.16.5",
|
47 | 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 |
| - "@types/shelljs": "^0.8.11", |
53 |
| - "@typescript-eslint/eslint-plugin": "^5.53.0", |
54 |
| - "@typescript-eslint/parser": "^5.53.0", |
| 48 | + "@types/jest": "^29.5.1", |
| 49 | + "@types/node": "^20.2.5", |
| 50 | + "@types/react": "^18.2.7", |
| 51 | + "@types/react-dom": "^18.2.4", |
| 52 | + "@types/shelljs": "^0.8.12", |
| 53 | + "@typescript-eslint/eslint-plugin": "^5.59.8", |
| 54 | + "@typescript-eslint/parser": "^5.59.8", |
55 | 55 | "colors": "^1.4.0",
|
56 | 56 | "cross-env": "^7.0.3",
|
57 | 57 | "enquirer": "^2.3.6",
|
58 |
| - "eslint": "^8.34.0", |
59 |
| - "eslint-config-prettier": "^8.6.0", |
60 |
| - "eslint-config-standard": "^17.0.0", |
| 58 | + "eslint": "^8.41.0", |
| 59 | + "eslint-config-prettier": "^8.8.0", |
| 60 | + "eslint-config-standard": "^17.1.0", |
61 | 61 | "eslint-plugin-import": "^2.27.5",
|
62 |
| - "eslint-plugin-n": "^15.6.1", |
| 62 | + "eslint-plugin-n": "^16.0.0", |
63 | 63 | "eslint-plugin-prettier": "^4.2.1",
|
64 | 64 | "eslint-plugin-promise": "^6.1.1",
|
65 | 65 | "eslint-plugin-react": "^7.32.2",
|
|
68 | 68 | "gh-pages": "^5.0.0",
|
69 | 69 | "husky": "^8.0.3",
|
70 | 70 | "identity-obj-proxy": "^3.0.0",
|
71 |
| - "jest": "^29.4.3", |
72 |
| - "jest-environment-jsdom": "^29.4.3", |
73 |
| - "lint-staged": "^13.1.2", |
74 |
| - "postcss": "^8.4.21", |
75 |
| - "prettier": "^2.8.4", |
| 71 | + "jest": "^29.5.0", |
| 72 | + "jest-environment-jsdom": "^29.5.0", |
| 73 | + "lint-staged": "^13.2.2", |
| 74 | + "postcss": "^8.4.24", |
| 75 | + "prettier": "^2.8.8", |
76 | 76 | "prompt": "^1.3.0",
|
77 | 77 | "react": "^18.2.0",
|
78 | 78 | "react-dom": "^18.2.0",
|
79 |
| - "replace-in-file": "^6.3.5", |
80 |
| - "rollup": "^3.17.2", |
| 79 | + "replace-in-file": "^7.0.1", |
| 80 | + "rollup": "^3.23.0", |
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",
|
84 | 84 | "rollup-plugin-terser": "^7.0.2",
|
85 | 85 | "rollup-plugin-typescript2": "^0.34.1",
|
86 | 86 | "shelljs": "^0.8.5",
|
87 |
| - "ts-jest": "^29.0.5", |
| 87 | + "ts-jest": "^29.1.0", |
88 | 88 | "ts-node": "^10.9.1",
|
89 |
| - "typedoc": "^0.23.25", |
90 |
| - "typescript": "^4.9.5" |
| 89 | + "typedoc": "^0.24.7", |
| 90 | + "typescript": "^5.0.4" |
91 | 91 | },
|
92 | 92 | "lint-staged": {
|
93 | 93 | "src/**/*.{ts,tsx}": [
|
|
0 commit comments