|
47 | 47 | "init": "bun i && husky" |
48 | 48 | }, |
49 | 49 | "peerDependencies": { |
50 | | - "@commitlint/cli": "^19.0.0", |
51 | | - "@commitlint/config-conventional": "^19.0.0", |
52 | | - "@commitlint/types": "^19.0.0" |
| 50 | + "@commitlint/cli": "^19.0.0 || ^20.0.0", |
| 51 | + "@commitlint/config-conventional": "^19.0.0 || ^20.0.0", |
| 52 | + "@commitlint/types": "^19.0.0 || ^20.0.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@archoleat/commitlint-define-config": "file:", |
56 | | - "@archoleat/eslint-flat-compatibility": "^1.2.1", |
57 | 56 | "@archoleat/prettier-define-config": "^1.2.1", |
58 | 57 | "@archoleat/semantic-release-define-config": "^1.3.1", |
59 | | - "@commitlint/cli": "^19.8.1", |
60 | | - "@commitlint/config-conventional": "^19.8.1", |
61 | | - "@commitlint/types": "^19.8.1", |
| 58 | + "@commitlint/cli": "^20.1.0", |
| 59 | + "@commitlint/config-conventional": "^20.0.0", |
| 60 | + "@commitlint/types": "^20.0.0", |
62 | 61 | "@rollup/plugin-typescript": "^12.1.4", |
63 | 62 | "@semantic-release/changelog": "^6.0.3", |
64 | 63 | "@semantic-release/git": "^10.0.1", |
65 | 64 | "@types/bun": "^1.2.21", |
66 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
67 | | - "@typescript-eslint/parser": "^7.18.0", |
| 65 | + "@typescript-eslint/eslint-plugin": "^8.48.0", |
| 66 | + "@typescript-eslint/parser": "^8.48.0", |
68 | 67 | "conventional-changelog-conventionalcommits": "^9.1.0", |
69 | 68 | "editorconfig-checker": "^6.1.0", |
70 | | - "eslint": "^8.57.1", |
71 | | - "eslint-config-airbnb": "^19.0.4", |
72 | | - "eslint-config-airbnb-typescript": "^18.0.0", |
| 69 | + "eslint": "^9.39.1", |
73 | 70 | "eslint-config-prettier": "^10.1.8", |
74 | 71 | "eslint-define-config": "^2.1.0", |
75 | 72 | "eslint-import-resolver-typescript": "^4.4.4", |
76 | 73 | "eslint-plugin-import": "^2.32.0", |
77 | 74 | "eslint-plugin-simple-import-sort": "^12.1.1", |
78 | | - "eslint-plugin-unicorn": "^61.0.1", |
| 75 | + "eslint-plugin-unicorn": "^62.0.0", |
79 | 76 | "expect-type": "^1.2.2", |
80 | 77 | "git-pull-run": "^1.6.2", |
81 | 78 | "globals": "^16.3.0", |
|
90 | 87 | "rollup": "^4.50.0", |
91 | 88 | "rollup-plugin-dts": "^6.2.3", |
92 | 89 | "rollup-plugin-esbuild": "^6.2.1", |
93 | | - "semantic-release": "^24.2.7", |
| 90 | + "semantic-release": "^25.0.2", |
94 | 91 | "tslib": "^2.8.1" |
95 | 92 | } |
96 | 93 | } |
0 commit comments