Skip to content

Commit e4442db

Browse files
authored
Merge pull request #53 from TerrorSquad/update-booster-dependencies
chore(deps): Update Booster Dependencies
2 parents 8200969 + f315889 commit e4442db

File tree

4 files changed

+56
-216
lines changed

4 files changed

+56
-216
lines changed

booster/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"rector/rector": "^2.3.0",
1313
"phpstan/phpstan": "^2.1.33",
1414
"symplify/easy-coding-standard": "^13.0.0",
15-
"zircote/swagger-php": "^5.7.6",
15+
"zircote/swagger-php": "^5.7.7",
1616
"psalm/phar": "^6.14.3",
1717
"deptrac/deptrac": "^4.4.0"
1818
},

booster/mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
22
node = "24.12.0"
3-
pnpm = "10.26.2"
3+
pnpm = "10.27.0"

booster/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"prepare": "husky || true"
1212
},
1313
"devDependencies": {
14-
"@commitlint/cli": "^20.2.0",
15-
"@commitlint/config-conventional": "^20.2.0",
16-
"@commitlint/prompt-cli": "^20.2.0",
14+
"@commitlint/cli": "^20.3.0",
15+
"@commitlint/config-conventional": "^20.3.0",
16+
"@commitlint/prompt-cli": "^20.3.0",
1717
"@commitlint/types": "^20.2.0",
18-
"@redocly/cli": "^2.14.0",
18+
"@redocly/cli": "^2.14.3",
1919
"@types/node": "^25.0.3",
20-
"@vitest/coverage-v8": "4.0.16",
20+
"@vitest/coverage-v8": "^4.0.16",
2121
"husky": "^9.1.7",
2222
"typescript": "^5.9.3",
2323
"validate-branch-name": "^1.3.2",

0 commit comments

Comments
 (0)