1 Commits

Author SHA1 Message Date
b83b0952e6 fix(deps): update dependency vue-router to v5
All checks were successful
Build Test / test (pull_request) Successful in 38s
JS Unit Tests / test (pull_request) Successful in 35s
PHP Unit Tests / test (pull_request) Successful in 1m9s
2026-05-15 12:23:41 +00:00
4 changed files with 882 additions and 671 deletions

View File

@@ -29,7 +29,7 @@
"sebastiankrupinski/jmap-client-php": "dev-main" "sebastiankrupinski/jmap-client-php": "dev-main"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^13.0" "phpunit/phpunit": "^11.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

16
composer.lock generated
View File

@@ -1260,16 +1260,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.5.55", "version": "11.5.53",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "adc7262fccc12de2b30f12a8aa0b33775d814f00" "reference": "a997a653a82845f1240d73ee73a8a4e97e4b0607"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/adc7262fccc12de2b30f12a8aa0b33775d814f00", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a997a653a82845f1240d73ee73a8a4e97e4b0607",
"reference": "adc7262fccc12de2b30f12a8aa0b33775d814f00", "reference": "a997a653a82845f1240d73ee73a8a4e97e4b0607",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1342,7 +1342,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.55" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.53"
}, },
"funding": [ "funding": [
{ {
@@ -1366,7 +1366,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-02-18T12:37:06+00:00" "time": "2026-02-10T12:28:25+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@@ -2467,9 +2467,9 @@
"platform": { "platform": {
"php": ">=8.2 <=8.5" "php": ">=8.2 <=8.5"
}, },
"platform-dev": {}, "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "8.2" "php": "8.2"
}, },
"plugin-api-version": "2.9.0" "plugin-api-version": "2.3.0"
} }

1531
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,8 +28,8 @@
"@vitest/coverage-v8": "^4.0.18", "@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18", "@vitest/ui": "^4.0.18",
"@vue/tsconfig": "^0.9.0", "@vue/tsconfig": "^0.9.0",
"typescript": "~6.0.0", "typescript": "~5.8.3",
"vite": "^8.0.0", "vite": "^7.1.2",
"vue-tsc": "^3.0.5" "vue-tsc": "^3.0.5"
} }
} }