Skip to content

Commit f2faef8

Browse files
committed
Update dependencies
1 parent 10cdc94 commit f2faef8

File tree

8 files changed

+6662
-10340
lines changed

8 files changed

+6662
-10340
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"laravel/jetstream": "^2.2",
1717
"laravel/sanctum": "^2.6",
1818
"laravel/tinker": "^2.5",
19-
"livewire/livewire": "^2.0"
19+
"livewire/livewire": "^2.0",
20+
"phpunit/phpunit": "^9.6"
2021
},
2122
"require-dev": {
2223
"facade/ignition": "^2.5",
2324
"fakerphp/faker": "^1.9.1",
2425
"laravel/sail": "^1.0.1",
2526
"mockery/mockery": "^1.4.2",
26-
"nunomaduro/collision": "^5.0",
27-
"phpunit/phpunit": "^9.3.3"
27+
"nunomaduro/collision": "^5.0"
2828
},
2929
"config": {
3030
"optimize-autoloader": true,

composer.lock

Lines changed: 3985 additions & 3633 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cmprovision4 (1.6.2) unstable; urgency=medium
66
* Improve error reporting when users try to provision Pi4/CM4 Lite
77
modules but forget to insert SD card. Or if the image is bigger
88
than cards' capacity.
9+
* Update dependencies
910

1011
-- Floris Bos <[email protected]> Tue, 21 Mar 2023 15:14:18 +0100
1112

package-lock.json

Lines changed: 2662 additions & 6693 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"devDependencies": {
1313
"@tailwindcss/forms": "^0.2.1",
1414
"@tailwindcss/typography": "^0.3.0",
15-
"alpinejs": "^2.7.3",
16-
"autoprefixer": "^10.0.2",
17-
"axios": "^0.21",
18-
"laravel-mix": "^6.0.6",
15+
"alpinejs": "^2.8.2",
16+
"autoprefixer": "^10.4.14",
17+
"axios": "^0.21.4",
18+
"laravel-mix": "^6.0.49",
1919
"lodash": "^4.17.19",
20-
"postcss": "^8.1.14",
20+
"postcss": "^8.4.21",
2121
"postcss-import": "^12.0.1",
22-
"tailwindcss": "^2.0.1"
22+
"tailwindcss": "^2.2.19"
2323
}
2424
}

public/css/app.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/js/app.js": "/js/app.js?id=b5a51da5699d6f2007c0",
3-
"/css/app.css": "/css/app.css?id=497d1ddde413ab917efb"
2+
"/js/app.js": "/js/app.js?id=40b47e15135bd5e81b9d705b2db3798c",
3+
"/css/app.css": "/css/app.css?id=4eb62889bb86d2bb9a46b59368e89a3c"
44
}

0 commit comments

Comments
 (0)