1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

chore(deps): update dependency @testing-library/svelte to v5 (#9044)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-23 21:01:58 +00:00 committed by GitHub
parent 0466da03ae
commit 4458cc4370
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View file

@ -35,7 +35,7 @@
"@sveltejs/kit": "^2.5.2",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.1.0",
"@testing-library/svelte": "^5.0.0",
"@types/dom-to-image": "^2.6.7",
"@types/justified-layout": "^4.1.4",
"@types/lodash-es": "^4.17.12",
@ -2130,9 +2130,9 @@
}
},
"node_modules/@testing-library/svelte": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/@testing-library/svelte/-/svelte-4.2.3.tgz",
"integrity": "sha512-8vM2+JSPc6wZWkO9ICPmHvzacjy8jBw+iVjmNs+0VsPV3AO3v4P8qCLWTaQ9nYW/e+IR1BCy3MM3Uqg21dlBkw==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@testing-library/svelte/-/svelte-5.0.1.tgz",
"integrity": "sha512-UP/n37BVDMLp9Ntlr7sYQ2jwOeFZR8bquesk9sCSjBGv/YmxuKrUuP+98KNGvEkW2uAep8rFKHgs9nRUJ40yXw==",
"dev": true,
"dependencies": {
"@testing-library/dom": "^9.3.1"

View file

@ -29,7 +29,7 @@
"@sveltejs/kit": "^2.5.2",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.1.0",
"@testing-library/svelte": "^5.0.0",
"@types/dom-to-image": "^2.6.7",
"@types/justified-layout": "^4.1.4",
"@types/lodash-es": "^4.17.12",