mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 18:30:55 -06:00
Bump laravel/ui from 3.3.3 to 3.4.0
Bumps [laravel/ui](https://github.com/laravel/ui) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/laravel/ui/releases) - [Changelog](https://github.com/laravel/ui/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/laravel/ui/compare/v3.3.3...v3.4.0) --- updated-dependencies: - dependency-name: laravel/ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1d93cf41fd
commit
59948d6746
@ -96,7 +96,7 @@
|
|||||||
"jc5/recovery": "^2",
|
"jc5/recovery": "^2",
|
||||||
"laravel/framework": "^8.74",
|
"laravel/framework": "^8.74",
|
||||||
"laravel/passport": "10.*",
|
"laravel/passport": "10.*",
|
||||||
"laravel/ui": "^3.3",
|
"laravel/ui": "^3.4",
|
||||||
"laravelcollective/html": "6.*",
|
"laravelcollective/html": "6.*",
|
||||||
"league/commonmark": "2.*",
|
"league/commonmark": "2.*",
|
||||||
"league/csv": "^9.7",
|
"league/csv": "^9.7",
|
||||||
|
17
composer.lock
generated
17
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "657bcbb1de0338b33b9b43c80f8f2463",
|
"content-hash": "7d37b747ba7921fdd67f5a50a3fe29e5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@ -2155,16 +2155,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/ui",
|
"name": "laravel/ui",
|
||||||
"version": "v3.3.3",
|
"version": "v3.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/ui.git",
|
"url": "https://github.com/laravel/ui.git",
|
||||||
"reference": "08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6"
|
"reference": "b3e804559bf3973ecca160a4ae1068e6c7c167c6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/ui/zipball/08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6",
|
"url": "https://api.github.com/repos/laravel/ui/zipball/b3e804559bf3973ecca160a4ae1068e6c7c167c6",
|
||||||
"reference": "08ea313a35dfc89ff0cd9916ca0bcef9715d0ed6",
|
"reference": "b3e804559bf3973ecca160a4ae1068e6c7c167c6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -2174,6 +2174,9 @@
|
|||||||
"illuminate/validation": "^8.42|^9.0",
|
"illuminate/validation": "^8.42|^9.0",
|
||||||
"php": "^7.3|^8.0"
|
"php": "^7.3|^8.0"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"orchestra/testbench": "^6.23|^7.0"
|
||||||
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -2207,9 +2210,9 @@
|
|||||||
"ui"
|
"ui"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/laravel/ui/tree/v3.3.3"
|
"source": "https://github.com/laravel/ui/tree/v3.4.0"
|
||||||
},
|
},
|
||||||
"time": "2021-11-21T22:20:05+00:00"
|
"time": "2021-11-30T16:22:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravelcollective/html",
|
"name": "laravelcollective/html",
|
||||||
|
Loading…
Reference in New Issue
Block a user