|
2 | 2 | "name": "simplecomponent", |
3 | 3 | "description": "React components made simple", |
4 | 4 | "private": true, |
5 | | - "version": "0.1.1", |
| 5 | + "version": "0.1.2", |
6 | 6 | "author": { |
7 | 7 | "name": "Rodolfo Pereira", |
8 | 8 | "email": "phinpho@gmail.com", |
|
19 | 19 | "engines": { |
20 | 20 | "bun": ">=1.2.8" |
21 | 21 | }, |
22 | | - "packageManager": "yarn@4.5.3", |
23 | 22 | "devDependencies": { |
24 | | - "@commitlint/cli": "^19.6.0", |
25 | | - "@commitlint/config-conventional": "^19.6.0", |
26 | | - "@commitlint/format": "^19.5.0", |
27 | | - "@eslint/js": "^9.15.0", |
28 | | - "@stylistic/eslint-plugin": "^2.11.0", |
29 | | - "@types/conventional-changelog": "^3.1.5", |
30 | | - "@types/node": "^22.10.0", |
31 | | - "commitlint": "^19.6.0", |
| 23 | + "@commitlint/cli": "^19.8.0", |
| 24 | + "@commitlint/config-conventional": "^19.8.0", |
| 25 | + "@commitlint/format": "^19.8.0", |
| 26 | + "@eslint/js": "^9.23.0", |
| 27 | + "@stylistic/eslint-plugin": "^4.2.0", |
| 28 | + "@types/conventional-changelog": "^6.0.0", |
| 29 | + "@types/node": "^22.13.16", |
| 30 | + "commitlint": "^19.8.0", |
32 | 31 | "conventional-changelog": "^6.0.0", |
33 | 32 | "conventional-changelog-angular": "^8.0.0", |
34 | 33 | "conventional-changelog-cli": "^5.0.0", |
35 | | - "eslint": "^9.15.0", |
| 34 | + "eslint": "^9.23.0", |
36 | 35 | "husky": "^9.1.7", |
37 | | - "isomorphic-git": "^1.25.6", |
38 | | - "typescript": "^5.7.2", |
39 | | - "typescript-eslint": "^8.16.0" |
| 36 | + "isomorphic-git": "^1.30.1", |
| 37 | + "typescript": "^5.8.2", |
| 38 | + "typescript-eslint": "^8.29.0" |
40 | 39 | }, |
41 | 40 | "scripts": { |
42 | 41 | "postinstall": "husky", |
|
0 commit comments