mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-07 23:04:14 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a57467539b | ||
|
|
c612c97e43 | ||
|
|
683e93abe0 | ||
|
|
ba63441e7c | ||
|
|
879409d530 | ||
|
|
6105b575c6 |
@@ -9,10 +9,10 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"fleetbase/core-api": "^1.5.25",
|
||||
"fleetbase/fleetops-api": "^0.5.18",
|
||||
"fleetbase/core-api": "^1.5.28",
|
||||
"fleetbase/fleetops-api": "^0.5.21",
|
||||
"fleetbase/registry-bridge": "^0.0.18",
|
||||
"fleetbase/storefront-api": "^0.3.24",
|
||||
"fleetbase/storefront-api": "^0.3.25",
|
||||
"guzzlehttp/guzzle": "^7.0.1",
|
||||
"laravel/framework": "^10.0",
|
||||
"laravel/octane": "^2.3",
|
||||
|
||||
324
api/composer.lock
generated
324
api/composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "5ed3802d7d4fb0ed3f419e792989ed0a",
|
||||
"content-hash": "f0a26ff630d75f3b59d45653ac52cc28",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-crt-php",
|
||||
@@ -62,16 +62,16 @@
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.339.1",
|
||||
"version": "3.339.12",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "3675e58c8fa971f4b4a24e7b0bee8673bda1ba00"
|
||||
"reference": "a63e79c15a972c54bf015a16cce3f3572e0c8221"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3675e58c8fa971f4b4a24e7b0bee8673bda1ba00",
|
||||
"reference": "3675e58c8fa971f4b4a24e7b0bee8673bda1ba00",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a63e79c15a972c54bf015a16cce3f3572e0c8221",
|
||||
"reference": "a63e79c15a972c54bf015a16cce3f3572e0c8221",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -97,7 +97,6 @@
|
||||
"ext-openssl": "*",
|
||||
"ext-pcntl": "*",
|
||||
"ext-sockets": "*",
|
||||
"paragonie/random_compat": ">= 2",
|
||||
"phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
|
||||
"psr/cache": "^2.0 || ^3.0",
|
||||
"psr/simple-cache": "^2.0 || ^3.0",
|
||||
@@ -154,9 +153,9 @@
|
||||
"support": {
|
||||
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.339.1"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.339.12"
|
||||
},
|
||||
"time": "2025-01-28T19:05:47+00:00"
|
||||
"time": "2025-02-12T19:08:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php-laravel",
|
||||
@@ -2059,31 +2058,28 @@
|
||||
},
|
||||
{
|
||||
"name": "edamov/pushok",
|
||||
"version": "0.16.0",
|
||||
"version": "0.18.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/edamov/pushok.git",
|
||||
"reference": "4dd7a9d3dcd02c7ee55cc96b0e5cf184a093c275"
|
||||
"reference": "52dae5b5b2dc47e5aa5a2919e4696874fc2bb153"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/edamov/pushok/zipball/4dd7a9d3dcd02c7ee55cc96b0e5cf184a093c275",
|
||||
"reference": "4dd7a9d3dcd02c7ee55cc96b0e5cf184a093c275",
|
||||
"url": "https://api.github.com/repos/edamov/pushok/zipball/52dae5b5b2dc47e5aa5a2919e4696874fc2bb153",
|
||||
"reference": "52dae5b5b2dc47e5aa5a2919e4696874fc2bb153",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"ext-intl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-openssl": "*",
|
||||
"ext-xml": "*",
|
||||
"lib-curl": ">=7.46.0",
|
||||
"lib-openssl": ">=1.0.2.5",
|
||||
"php": "^8.1",
|
||||
"web-token/jwt-library": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-xdebug": "*",
|
||||
"php-coveralls/php-coveralls": "^2.0",
|
||||
"phpunit/phpunit": "^10.5",
|
||||
"squizlabs/php_codesniffer": "^3.4"
|
||||
@@ -2121,9 +2117,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/edamov/pushok/issues",
|
||||
"source": "https://github.com/edamov/pushok/tree/0.16.0"
|
||||
"source": "https://github.com/edamov/pushok/tree/0.18.0"
|
||||
},
|
||||
"time": "2024-02-26T10:34:34+00:00"
|
||||
"time": "2025-02-03T11:39:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
@@ -2374,16 +2370,16 @@
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/core-api",
|
||||
"version": "1.5.25",
|
||||
"version": "1.5.28",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/core-api.git",
|
||||
"reference": "be8d40a088d9319c5698d185901793937df76c04"
|
||||
"reference": "a027b6af3b9653237ad5d88ef7c5fe3f9e6508ab"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/be8d40a088d9319c5698d185901793937df76c04",
|
||||
"reference": "be8d40a088d9319c5698d185901793937df76c04",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/a027b6af3b9653237ad5d88ef7c5fe3f9e6508ab",
|
||||
"reference": "a027b6af3b9653237ad5d88ef7c5fe3f9e6508ab",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2468,22 +2464,22 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/core-api/issues",
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.5.25"
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.5.28"
|
||||
},
|
||||
"time": "2025-01-29T15:46:19+00:00"
|
||||
"time": "2025-02-12T14:57:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/fleetops-api",
|
||||
"version": "0.5.18",
|
||||
"version": "0.5.21",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/fleetops.git",
|
||||
"reference": "0d38c54a2cf10f5790a9465e3df1bc82f76bc471"
|
||||
"reference": "abc3b40c2728273938c67efa13a7a43bf263c8b3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/fleetops/zipball/0d38c54a2cf10f5790a9465e3df1bc82f76bc471",
|
||||
"reference": "0d38c54a2cf10f5790a9465e3df1bc82f76bc471",
|
||||
"url": "https://api.github.com/repos/fleetbase/fleetops/zipball/abc3b40c2728273938c67efa13a7a43bf263c8b3",
|
||||
"reference": "abc3b40c2728273938c67efa13a7a43bf263c8b3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2557,9 +2553,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/fleetops/issues",
|
||||
"source": "https://github.com/fleetbase/fleetops/tree/v0.5.18"
|
||||
"source": "https://github.com/fleetbase/fleetops/tree/v0.5.21"
|
||||
},
|
||||
"time": "2025-01-29T15:51:40+00:00"
|
||||
"time": "2025-02-13T06:34:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/laravel-mysql-spatial",
|
||||
@@ -2711,16 +2707,16 @@
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/storefront-api",
|
||||
"version": "0.3.24",
|
||||
"version": "0.3.26",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/storefront.git",
|
||||
"reference": "d8390a92a4b6b424c5d87737473f881a93b618ea"
|
||||
"reference": "6f53138561f6f481a5a4f1f07a9240017f024798"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/storefront/zipball/d8390a92a4b6b424c5d87737473f881a93b618ea",
|
||||
"reference": "d8390a92a4b6b424c5d87737473f881a93b618ea",
|
||||
"url": "https://api.github.com/repos/fleetbase/storefront/zipball/6f53138561f6f481a5a4f1f07a9240017f024798",
|
||||
"reference": "6f53138561f6f481a5a4f1f07a9240017f024798",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2788,9 +2784,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/storefront/issues",
|
||||
"source": "https://github.com/fleetbase/storefront/tree/v0.3.24"
|
||||
"source": "https://github.com/fleetbase/storefront/tree/v0.3.26"
|
||||
},
|
||||
"time": "2025-01-29T15:49:42+00:00"
|
||||
"time": "2025-02-12T14:56:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/twilio",
|
||||
@@ -3337,16 +3333,16 @@
|
||||
},
|
||||
{
|
||||
"name": "giggsey/libphonenumber-for-php",
|
||||
"version": "8.13.53",
|
||||
"version": "8.13.54",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
|
||||
"reference": "b3362a3c04f87b02c6e712774d20f9e577c3918c"
|
||||
"reference": "42d3a03d4f47fcb784666743f4323a7b87a2b2ba"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/b3362a3c04f87b02c6e712774d20f9e577c3918c",
|
||||
"reference": "b3362a3c04f87b02c6e712774d20f9e577c3918c",
|
||||
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/42d3a03d4f47fcb784666743f4323a7b87a2b2ba",
|
||||
"reference": "42d3a03d4f47fcb784666743f4323a7b87a2b2ba",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3410,7 +3406,7 @@
|
||||
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
|
||||
"source": "https://github.com/giggsey/libphonenumber-for-php"
|
||||
},
|
||||
"time": "2025-01-15T17:09:39+00:00"
|
||||
"time": "2025-01-31T14:50:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "giggsey/locale",
|
||||
@@ -3539,16 +3535,16 @@
|
||||
},
|
||||
{
|
||||
"name": "google/apiclient-services",
|
||||
"version": "v0.392.0",
|
||||
"version": "v0.394.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
||||
"reference": "a74c2790865bd1f06c0a49460ef1c0edb0be0e7e"
|
||||
"reference": "17fa8210d62c02c398fb4985ed4bc461d18989c1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/a74c2790865bd1f06c0a49460ef1c0edb0be0e7e",
|
||||
"reference": "a74c2790865bd1f06c0a49460ef1c0edb0be0e7e",
|
||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/17fa8210d62c02c398fb4985ed4bc461d18989c1",
|
||||
"reference": "17fa8210d62c02c398fb4985ed4bc461d18989c1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3577,22 +3573,22 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.392.0"
|
||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.394.0"
|
||||
},
|
||||
"time": "2025-01-27T01:10:20+00:00"
|
||||
"time": "2025-02-10T01:06:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/auth",
|
||||
"version": "v1.45.2",
|
||||
"version": "v1.46.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
||||
"reference": "bf86c992aba9452584cb0c63afd52cc1f6a27ccc"
|
||||
"reference": "7fafae99a41984cbfb92508174263cf7bf3049b9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/bf86c992aba9452584cb0c63afd52cc1f6a27ccc",
|
||||
"reference": "bf86c992aba9452584cb0c63afd52cc1f6a27ccc",
|
||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/7fafae99a41984cbfb92508174263cf7bf3049b9",
|
||||
"reference": "7fafae99a41984cbfb92508174263cf7bf3049b9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3636,24 +3632,24 @@
|
||||
"oauth2"
|
||||
],
|
||||
"support": {
|
||||
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
||||
"docs": "https://cloud.google.com/php/docs/reference/auth/latest",
|
||||
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.45.2"
|
||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.46.0"
|
||||
},
|
||||
"time": "2025-01-28T21:56:26+00:00"
|
||||
"time": "2025-02-12T22:21:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/cloud-core",
|
||||
"version": "v1.61.0",
|
||||
"version": "v1.62.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/google-cloud-php-core.git",
|
||||
"reference": "c2cd6aff17704dd5a59e2c1c802509f9e82d36fd"
|
||||
"reference": "8de597fbd6fcac35a33594672d180c5e271fb4f0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/c2cd6aff17704dd5a59e2c1c802509f9e82d36fd",
|
||||
"reference": "c2cd6aff17704dd5a59e2c1c802509f9e82d36fd",
|
||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/8de597fbd6fcac35a33594672d180c5e271fb4f0",
|
||||
"reference": "8de597fbd6fcac35a33594672d180c5e271fb4f0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3704,9 +3700,9 @@
|
||||
],
|
||||
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
|
||||
"support": {
|
||||
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.61.0"
|
||||
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.62.0"
|
||||
},
|
||||
"time": "2025-01-11T02:14:50+00:00"
|
||||
"time": "2025-02-08T00:05:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/cloud-storage",
|
||||
@@ -3767,16 +3763,16 @@
|
||||
},
|
||||
{
|
||||
"name": "google/common-protos",
|
||||
"version": "4.9.0",
|
||||
"version": "4.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/googleapis/common-protos-php.git",
|
||||
"reference": "a2d1a583819286db5ef9403c6a2bfa29c9636c46"
|
||||
"reference": "88bb76504910ddfe8fec457b622145c5731ab8ea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/a2d1a583819286db5ef9403c6a2bfa29c9636c46",
|
||||
"reference": "a2d1a583819286db5ef9403c6a2bfa29c9636c46",
|
||||
"url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/88bb76504910ddfe8fec457b622145c5731ab8ea",
|
||||
"reference": "88bb76504910ddfe8fec457b622145c5731ab8ea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3820,9 +3816,9 @@
|
||||
"google"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/googleapis/common-protos-php/tree/v4.9.0"
|
||||
"source": "https://github.com/googleapis/common-protos-php/tree/v4.10.0"
|
||||
},
|
||||
"time": "2025-01-11T02:14:50+00:00"
|
||||
"time": "2025-02-03T23:47:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "google/gax",
|
||||
@@ -4447,16 +4443,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/uri-template",
|
||||
"version": "v1.0.3",
|
||||
"version": "v1.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/uri-template.git",
|
||||
"reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
|
||||
"reference": "30e286560c137526eccd4ce21b2de477ab0676d2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
|
||||
"reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
|
||||
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2",
|
||||
"reference": "30e286560c137526eccd4ce21b2de477ab0676d2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4513,7 +4509,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/uri-template/issues",
|
||||
"source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
|
||||
"source": "https://github.com/guzzle/uri-template/tree/v1.0.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -4529,7 +4525,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-12-03T19:50:20+00:00"
|
||||
"time": "2025-02-03T10:55:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "hammerstone/fast-paginate",
|
||||
@@ -5255,25 +5251,25 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel-notification-channels/apn",
|
||||
"version": "v5.4.0",
|
||||
"version": "v5.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel-notification-channels/apn.git",
|
||||
"reference": "bde87ebcd96afe34bf47558fb26acdd6412d0ba6"
|
||||
"reference": "4ed67d59640fb93a2e100ba354d54cfe3e2d5fd2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel-notification-channels/apn/zipball/bde87ebcd96afe34bf47558fb26acdd6412d0ba6",
|
||||
"reference": "bde87ebcd96afe34bf47558fb26acdd6412d0ba6",
|
||||
"url": "https://api.github.com/repos/laravel-notification-channels/apn/zipball/4ed67d59640fb93a2e100ba354d54cfe3e2d5fd2",
|
||||
"reference": "4ed67d59640fb93a2e100ba354d54cfe3e2d5fd2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"edamov/pushok": "^0.16",
|
||||
"illuminate/cache": "^9.0|^10.0|^11.0",
|
||||
"illuminate/config": "^9.0|^10.0|^11.0",
|
||||
"illuminate/events": "^9.0|^10.0|^11.0",
|
||||
"illuminate/notifications": "^9.0|^10.0|^11.0",
|
||||
"illuminate/support": "^9.0|^10.0|^11.0",
|
||||
"edamov/pushok": "^0.18",
|
||||
"illuminate/cache": "^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/config": "^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/events": "^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/notifications": "^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
|
||||
"nesbot/carbon": "^2.66|^3.0",
|
||||
"php": "^8.1"
|
||||
},
|
||||
@@ -5313,9 +5309,9 @@
|
||||
"homepage": "https://github.com/laravel-notification-channels/apn",
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel-notification-channels/apn/issues",
|
||||
"source": "https://github.com/laravel-notification-channels/apn/tree/v5.4.0"
|
||||
"source": "https://github.com/laravel-notification-channels/apn/tree/v5.5.0"
|
||||
},
|
||||
"time": "2024-08-13T09:38:30+00:00"
|
||||
"time": "2025-02-10T21:43:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel-notification-channels/fcm",
|
||||
@@ -5531,16 +5527,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v10.48.27",
|
||||
"version": "v10.48.28",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "eb0be33e4b806b92f396357b99ffcb2d3ef67957"
|
||||
"reference": "e714e7e0c1ae51bf747e3df5b10fa60c54e3e0e1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/eb0be33e4b806b92f396357b99ffcb2d3ef67957",
|
||||
"reference": "eb0be33e4b806b92f396357b99ffcb2d3ef67957",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/e714e7e0c1ae51bf747e3df5b10fa60c54e3e0e1",
|
||||
"reference": "e714e7e0c1ae51bf747e3df5b10fa60c54e3e0e1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5734,20 +5730,20 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2025-01-24T16:17:36+00:00"
|
||||
"time": "2025-01-31T10:04:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/octane",
|
||||
"version": "v2.6.1",
|
||||
"version": "v2.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/octane.git",
|
||||
"reference": "6d46153a04d73d07466bbb1f70d827614dc131eb"
|
||||
"reference": "c9580d430fa8459823bd1dfbcb2bcfd591548cec"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/octane/zipball/6d46153a04d73d07466bbb1f70d827614dc131eb",
|
||||
"reference": "6d46153a04d73d07466bbb1f70d827614dc131eb",
|
||||
"url": "https://api.github.com/repos/laravel/octane/zipball/c9580d430fa8459823bd1dfbcb2bcfd591548cec",
|
||||
"reference": "c9580d430fa8459823bd1dfbcb2bcfd591548cec",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -5824,7 +5820,7 @@
|
||||
"issues": "https://github.com/laravel/octane/issues",
|
||||
"source": "https://github.com/laravel/octane"
|
||||
},
|
||||
"time": "2025-01-28T15:16:08+00:00"
|
||||
"time": "2025-02-11T15:04:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/prompts",
|
||||
@@ -7494,16 +7490,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "2.72.6",
|
||||
"version": "2.73.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/CarbonPHP/carbon.git",
|
||||
"reference": "1e9d50601e7035a4c61441a208cb5bed73e108c5"
|
||||
"reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/1e9d50601e7035a4c61441a208cb5bed73e108c5",
|
||||
"reference": "1e9d50601e7035a4c61441a208cb5bed73e108c5",
|
||||
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075",
|
||||
"reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -7597,7 +7593,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-12-27T09:28:11+00:00"
|
||||
"time": "2025-01-08T20:10:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nette/caching",
|
||||
@@ -8718,20 +8714,20 @@
|
||||
},
|
||||
{
|
||||
"name": "phpoffice/phpspreadsheet",
|
||||
"version": "1.29.9",
|
||||
"version": "1.29.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
||||
"reference": "ffb47b639649fc9c8a6fa67977a27b756592ed85"
|
||||
"reference": "c80041b1628c4f18030407134fe88303661d4e4e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/ffb47b639649fc9c8a6fa67977a27b756592ed85",
|
||||
"reference": "ffb47b639649fc9c8a6fa67977a27b756592ed85",
|
||||
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c80041b1628c4f18030407134fe88303661d4e4e",
|
||||
"reference": "c80041b1628c4f18030407134fe88303661d4e4e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer/pcre": "^3.3",
|
||||
"composer/pcre": "^1||^2||^3",
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
@@ -8818,9 +8814,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
||||
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.9"
|
||||
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.10"
|
||||
},
|
||||
"time": "2025-01-26T04:55:00+00:00"
|
||||
"time": "2025-02-08T02:56:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpoption/phpoption",
|
||||
@@ -10901,16 +10897,16 @@
|
||||
},
|
||||
{
|
||||
"name": "sentry/sentry-laravel",
|
||||
"version": "4.11.0",
|
||||
"version": "4.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/getsentry/sentry-laravel.git",
|
||||
"reference": "ad7d59652f6fb2934b54ef9d469abeaaf5f4eb96"
|
||||
"reference": "da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/ad7d59652f6fb2934b54ef9d469abeaaf5f4eb96",
|
||||
"reference": "ad7d59652f6fb2934b54ef9d469abeaaf5f4eb96",
|
||||
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0",
|
||||
"reference": "da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -10974,7 +10970,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/getsentry/sentry-laravel/issues",
|
||||
"source": "https://github.com/getsentry/sentry-laravel/tree/4.11.0"
|
||||
"source": "https://github.com/getsentry/sentry-laravel/tree/4.12.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10986,33 +10982,33 @@
|
||||
"type": "custom"
|
||||
}
|
||||
],
|
||||
"time": "2025-01-23T12:35:37+00:00"
|
||||
"time": "2025-02-05T13:13:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-activitylog",
|
||||
"version": "4.9.1",
|
||||
"version": "4.10.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-activitylog.git",
|
||||
"reference": "9abddaa9f2681d97943748c7fa04161cf4642e8c"
|
||||
"reference": "466f30f7245fe3a6e328ad5e6812bd43b4bddea5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/9abddaa9f2681d97943748c7fa04161cf4642e8c",
|
||||
"reference": "9abddaa9f2681d97943748c7fa04161cf4642e8c",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/466f30f7245fe3a6e328ad5e6812bd43b4bddea5",
|
||||
"reference": "466f30f7245fe3a6e328ad5e6812bd43b4bddea5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0",
|
||||
"illuminate/database": "^8.69 || ^9.27 || ^10.0 || ^11.0",
|
||||
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
|
||||
"illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
|
||||
"illuminate/database": "^8.69 || ^9.27 || ^10.0 || ^11.0 || ^12.0",
|
||||
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
|
||||
"php": "^8.1",
|
||||
"spatie/laravel-package-tools": "^1.6.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-json": "*",
|
||||
"orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0",
|
||||
"pestphp/pest": "^1.20 || ^2.0"
|
||||
"orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
|
||||
"pestphp/pest": "^1.20 || ^2.0 || ^3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@@ -11065,7 +11061,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-activitylog/issues",
|
||||
"source": "https://github.com/spatie/laravel-activitylog/tree/4.9.1"
|
||||
"source": "https://github.com/spatie/laravel-activitylog/tree/4.10.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11077,7 +11073,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-18T11:31:57+00:00"
|
||||
"time": "2025-02-10T15:38:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-google-cloud-storage",
|
||||
@@ -11154,27 +11150,27 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-package-tools",
|
||||
"version": "1.18.3",
|
||||
"version": "1.19.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-package-tools.git",
|
||||
"reference": "ba67eee37d86ed775dab7dad58a7cbaf9a6cfe78"
|
||||
"reference": "1c9c30ac6a6576b8d15c6c37b6cf23d748df2faa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/ba67eee37d86ed775dab7dad58a7cbaf9a6cfe78",
|
||||
"reference": "ba67eee37d86ed775dab7dad58a7cbaf9a6cfe78",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/1c9c30ac6a6576b8d15c6c37b6cf23d748df2faa",
|
||||
"reference": "1c9c30ac6a6576b8d15c6c37b6cf23d748df2faa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "^9.28|^10.0|^11.0",
|
||||
"illuminate/contracts": "^9.28|^10.0|^11.0|^12.0",
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.5",
|
||||
"orchestra/testbench": "^7.7|^8.0|^9.0",
|
||||
"pestphp/pest": "^1.22|^2",
|
||||
"phpunit/phpunit": "^9.5.24|^10.5",
|
||||
"orchestra/testbench": "^7.7|^8.0|^9.0|^10.0",
|
||||
"pestphp/pest": "^1.23|^2.1|^3.1",
|
||||
"phpunit/phpunit": "^9.5.24|^10.5|^11.5",
|
||||
"spatie/pest-plugin-test-time": "^1.1|^2.2"
|
||||
},
|
||||
"type": "library",
|
||||
@@ -11202,7 +11198,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-package-tools/issues",
|
||||
"source": "https://github.com/spatie/laravel-package-tools/tree/1.18.3"
|
||||
"source": "https://github.com/spatie/laravel-package-tools/tree/1.19.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11210,34 +11206,34 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-01-22T08:51:18+00:00"
|
||||
"time": "2025-02-06T14:58:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-permission",
|
||||
"version": "6.10.1",
|
||||
"version": "6.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-permission.git",
|
||||
"reference": "8bb69d6d67387f7a00d93a2f5fab98860f06e704"
|
||||
"reference": "bb3ad222d65ec804c219cc52a8b54f5af2e1636a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/8bb69d6d67387f7a00d93a2f5fab98860f06e704",
|
||||
"reference": "8bb69d6d67387f7a00d93a2f5fab98860f06e704",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-permission/zipball/bb3ad222d65ec804c219cc52a8b54f5af2e1636a",
|
||||
"reference": "bb3ad222d65ec804c219cc52a8b54f5af2e1636a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/auth": "^8.12|^9.0|^10.0|^11.0",
|
||||
"illuminate/container": "^8.12|^9.0|^10.0|^11.0",
|
||||
"illuminate/contracts": "^8.12|^9.0|^10.0|^11.0",
|
||||
"illuminate/database": "^8.12|^9.0|^10.0|^11.0",
|
||||
"illuminate/auth": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/container": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/contracts": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/database": "^8.12|^9.0|^10.0|^11.0|^12.0",
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"larastan/larastan": "^1.0|^2.0",
|
||||
"laravel/passport": "^11.0|^12.0",
|
||||
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0",
|
||||
"phpunit/phpunit": "^9.4|^10.1"
|
||||
"laravel/pint": "^1.0",
|
||||
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0",
|
||||
"phpunit/phpunit": "^9.4|^10.1|^11.5"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@@ -11285,7 +11281,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-permission/issues",
|
||||
"source": "https://github.com/spatie/laravel-permission/tree/6.10.1"
|
||||
"source": "https://github.com/spatie/laravel-permission/tree/6.13.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11293,7 +11289,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-08T18:45:41+00:00"
|
||||
"time": "2025-02-05T15:42:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-responsecache",
|
||||
@@ -11380,16 +11376,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-schedule-monitor",
|
||||
"version": "3.9.2",
|
||||
"version": "3.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-schedule-monitor.git",
|
||||
"reference": "9af9b59b419e16f2466c851623efe8f84a9535cf"
|
||||
"reference": "36855a55de727acf51918c1e66be2296449047da"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-schedule-monitor/zipball/9af9b59b419e16f2466c851623efe8f84a9535cf",
|
||||
"reference": "9af9b59b419e16f2466c851623efe8f84a9535cf",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-schedule-monitor/zipball/36855a55de727acf51918c1e66be2296449047da",
|
||||
"reference": "36855a55de727acf51918c1e66be2296449047da",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -11447,7 +11443,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/laravel-schedule-monitor/issues",
|
||||
"source": "https://github.com/spatie/laravel-schedule-monitor/tree/3.9.2"
|
||||
"source": "https://github.com/spatie/laravel-schedule-monitor/tree/3.10.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -11455,7 +11451,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-01-17T09:27:05+00:00"
|
||||
"time": "2025-02-05T08:20:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-sluggable",
|
||||
@@ -16097,16 +16093,16 @@
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
"version": "1.12.1",
|
||||
"version": "1.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/myclabs/DeepCopy.git",
|
||||
"reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
|
||||
"reference": "024473a478be9df5fdaca2c793f2232fe788e414"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
|
||||
"reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
|
||||
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
|
||||
"reference": "024473a478be9df5fdaca2c793f2232fe788e414",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -16145,7 +16141,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
||||
"source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
|
||||
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -16153,7 +16149,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-08T17:47:46+00:00"
|
||||
"time": "2025-02-12T12:17:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/php-enum",
|
||||
@@ -16755,16 +16751,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "10.5.43",
|
||||
"version": "10.5.45",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "fb117a8772c14fdc41acb1ded0de44de0c9091f9"
|
||||
"reference": "bd68a781d8e30348bc297449f5234b3458267ae8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fb117a8772c14fdc41acb1ded0de44de0c9091f9",
|
||||
"reference": "fb117a8772c14fdc41acb1ded0de44de0c9091f9",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bd68a781d8e30348bc297449f5234b3458267ae8",
|
||||
"reference": "bd68a781d8e30348bc297449f5234b3458267ae8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -16836,7 +16832,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.43"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.45"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -16852,7 +16848,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-01-29T13:59:45+00:00"
|
||||
"time": "2025-02-06T16:08:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
@@ -18282,5 +18278,5 @@
|
||||
"php": "^8.0"
|
||||
},
|
||||
"platform-dev": [],
|
||||
"plugin-api-version": "2.6.0"
|
||||
"plugin-api-version": "2.2.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fleetbase/console",
|
||||
"version": "0.5.23",
|
||||
"version": "0.5.26",
|
||||
"private": true,
|
||||
"description": "Modular logistics and supply chain operating system (LSOS)",
|
||||
"repository": "https://github.com/fleetbase/fleetbase",
|
||||
@@ -29,15 +29,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ember/legacy-built-in-components": "^0.4.2",
|
||||
"@fleetbase/dev-engine": "^0.2.9",
|
||||
"@fleetbase/ember-core": "latest",
|
||||
"@fleetbase/ember-ui": "latest",
|
||||
"@fleetbase/fleetops-data": "latest",
|
||||
"@fleetbase/fleetops-engine": "^0.5.18",
|
||||
"@fleetbase/fleetops-engine": "^0.5.21",
|
||||
"@fleetbase/iam-engine": "^0.1.3",
|
||||
"@fleetbase/dev-engine": "^0.2.9",
|
||||
"@fleetbase/leaflet-routing-machine": "^3.2.16",
|
||||
"@fleetbase/registry-bridge-engine": "^0.0.18",
|
||||
"@fleetbase/storefront-engine": "^0.3.24",
|
||||
"@fleetbase/storefront-engine": "^0.3.25",
|
||||
"@fortawesome/ember-fontawesome": "^2.0.0",
|
||||
"ember-changeset": "^4.1.2",
|
||||
"ember-changeset-validations": "^4.1.1",
|
||||
|
||||
3129
console/pnpm-lock.yaml
generated
3129
console/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Submodule packages/core-api updated: be8d40a088...a027b6af3b
Submodule packages/ember-core updated: 4669d8379f...8cf9fc6537
Submodule packages/ember-ui updated: a7e9ba03c2...eab5966713
Submodule packages/fleetops updated: 0d38c54a2c...abc3b40c27
Submodule packages/storefront updated: d8390a92a4...6f53138561
Reference in New Issue
Block a user