|
55 | 55 | "prepare": "is-ci || husky install" |
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | | - "glob": "^10.3.15" |
| 58 | + "glob": "^11.0.0" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | | - "@arethetypeswrong/cli": "^0.15.3", |
62 | | - "@commitlint/cli": "^19.3.0", |
63 | | - "@commitlint/config-conventional": "^19.2.2", |
| 61 | + "@arethetypeswrong/cli": "^0.17.2", |
| 62 | + "@commitlint/cli": "^19.6.1", |
| 63 | + "@commitlint/config-conventional": "^19.6.0", |
64 | 64 | "@djthoms/eslint-config": "^6.4.2", |
65 | 65 | "@djthoms/prettier-config": "^4.4.1", |
66 | | - "@docusaurus/types": "^3.3.2", |
| 66 | + "@docusaurus/types": "^3.7.0", |
67 | 67 | "@semantic-release/changelog": "^6.0.3", |
68 | 68 | "@semantic-release/git": "^10.0.1", |
69 | | - "@types/node": "^20.12.12", |
70 | | - "@types/react": "^18.3.2", |
71 | | - "husky": "^9.0.11", |
| 69 | + "@types/node": "^22.10.5", |
| 70 | + "@types/react": "^18.3.18", |
| 71 | + "husky": "^9.1.7", |
72 | 72 | "is-ci": "^3.0.1", |
73 | | - "lint-staged": "^15.2.2", |
| 73 | + "lint-staged": "^15.3.0", |
74 | 74 | "npm-run-all": "^4.1.5", |
75 | 75 | "react": "^18.3.1", |
76 | 76 | "react-docgen-typescript": "^2.2.2", |
77 | | - "semantic-release": "^23.1.1", |
78 | | - "tsup": "^8.0.2", |
79 | | - "typescript": "^5.4.5" |
| 77 | + "semantic-release": "^24.2.1", |
| 78 | + "tsup": "^8.3.5", |
| 79 | + "typescript": "^5.7.2" |
80 | 80 | }, |
81 | 81 | "peerDependencies": { |
82 | 82 | "react": ">=16.8.0", |
|
0 commit comments