|
38 | 38 | "prepack": "yarn build"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@commitlint/cli": "^19.7.1", |
42 |
| - "@commitlint/config-conventional": "^19.7.1", |
| 41 | + "@commitlint/cli": "^19.8.0", |
| 42 | + "@commitlint/config-conventional": "^19.8.0", |
43 | 43 | "@favware/cliff-jumper": "^6.0.0",
|
44 | 44 | "@sapphire/eslint-config": "^5.0.5",
|
45 | 45 | "@sapphire/prettier-config": "^2.0.0",
|
46 | 46 | "@sapphire/ts-config": "^5.0.1",
|
47 | 47 | "@testing-library/dom": "^10.4.0",
|
48 | 48 | "@testing-library/jest-dom": "^6.6.3",
|
49 | 49 | "@testing-library/react": "^16.2.0",
|
50 |
| - "@types/node": "^22.13.8", |
| 50 | + "@types/node": "^22.13.10", |
51 | 51 | "@types/react": "^18.3.18",
|
52 | 52 | "@types/react-dom": "^18.3.5",
|
53 | 53 | "@typescript-eslint/eslint-plugin": "^7.13.1",
|
54 | 54 | "@typescript-eslint/parser": "^7.13.1",
|
55 | 55 | "cz-conventional-changelog": "^3.3.0",
|
56 | 56 | "dts-cli": "^2.0.5",
|
57 | 57 | "eslint": "^8.57.1",
|
58 |
| - "eslint-config-prettier": "^10.0.2", |
| 58 | + "eslint-config-prettier": "^10.1.1", |
59 | 59 | "eslint-config-react-app": "^7.0.1",
|
60 | 60 | "eslint-plugin-import": "^2.31.0",
|
61 | 61 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
62 | 62 | "eslint-plugin-prettier": "^5.2.3",
|
63 | 63 | "eslint-plugin-react": "^7.37.4",
|
64 | 64 | "eslint-plugin-react-hooks": "^5.2.0",
|
65 | 65 | "lint-staged": "^15.4.3",
|
66 |
| - "prettier": "^3.5.2", |
| 66 | + "prettier": "^3.5.3", |
67 | 67 | "react": "^18.3.1",
|
68 | 68 | "react-dom": "^18.3.1",
|
69 | 69 | "ts-jest": "^29.2.6",
|
|
91 | 91 | }
|
92 | 92 | },
|
93 | 93 | "resolutions": {
|
94 |
| - "prettier": "^3.5.2", |
| 94 | + "prettier": "^3.5.3", |
95 | 95 | "@types/react-dom": "^18.3.5",
|
96 | 96 | "@types/react": "^18.3.18",
|
97 | 97 | "@typescript-eslint/eslint-plugin": "^7.13.1",
|
98 | 98 | "@typescript-eslint/parser": "^7.13.1",
|
99 | 99 | "cz-conventional-changelog": "^3.3.0",
|
100 |
| - "eslint-config-prettier": "^10.0.2", |
| 100 | + "eslint-config-prettier": "^10.1.1", |
101 | 101 | "eslint-config-react-app": "^7.0.1",
|
102 | 102 | "eslint-plugin-import": "^2.31.0",
|
103 | 103 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
|
0 commit comments