1 Commits

Author SHA1 Message Date
Sebastian fc5467db32 Update dependency jsdom to v30
Build Test / test (pull_request) Successful in 44s
JS Unit Tests / test (pull_request) Successful in 29s
PHP Integration Tests / Integration Tests (pull_request) Failing after 2m3s
PHP Unit Tests / test (pull_request) Successful in 2m47s
2026-07-28 03:05:10 +00:00
2 changed files with 796 additions and 567 deletions
+794 -565
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -20,11 +20,11 @@
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"typescript": "~5.9.0",
"vite": "^8.0.0",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10",
"@vitest/coverage-v8": "^4.1.6",
"@vue/test-utils": "^2.4.10",
"jsdom": "^29.1.1",
"jsdom": "^30.0.0",
"vitest": "^4.1.6"
}
}