Skip to content

Commit cccb7e6

Browse files
chore(deps): update all non-major dependencies (updated)
1 parent 6d8300b commit cccb7e6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"laravel/framework": "^10.0",
14+
"laravel/framework": "^v10.0.3",
1515
"guzzlehttp/guzzle": "^7.0",
16-
"symfony/console": "^6.0",
16+
"symfony/console": "^v6.0.19",
1717
"monolog/monolog": "^3.0",
18-
"doctrine/dbal": "^3.0"
18+
"doctrine/dbal": "^3.10.0"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^10.0",
21+
"phpunit/phpunit": "^10.0.19",
2222
"mockery/mockery": "^1.5",
2323
"fakerphp/faker": "^1.20",
2424
"laravel/pint": "^1.0",
25-
"nunomaduro/collision": "^7.0"
25+
"nunomaduro/collision": "^v7.0.5"
2626
},
2727
"autoload": {
2828
"psr-4": {

deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
bun.sh: ^1.2.16
2+
bun.sh: ^1.2.19

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@
5353
"dependencies": {
5454
"@types/prompts": "^2.4.9",
5555
"bunfig": "^0.10.1",
56-
"cac": "6.7.13",
56+
"cac": "6.7.14",
5757
"prompts": "^2.4.2",
58-
"ts-pkgx": "0.4.4"
58+
"ts-pkgx": "0.4.20"
5959
},
6060
"devDependencies": {
6161
"@stacksjs/docs": "^0.70.23",
62-
"@stacksjs/eslint-config": "^4.10.2-beta.3",
63-
"@types/bun": "^1.2.17",
64-
"bun-plugin-dtsx": "^0.9.5",
65-
"typescript": "^5.8.3"
62+
"@stacksjs/eslint-config": "^4.14.0-beta.3",
63+
"@types/bun": "^1.2.19",
64+
"bun-plugin-dtsx": "^0.21.12",
65+
"typescript": "^5.9.2"
6666
},
6767
"overrides": {
6868
"unconfig": "0.3.10"

0 commit comments

Comments
 (0)