diff --git a/containers/widget-server/package.json b/containers/widget-server/package.json index b5153ff6..832a5599 100644 --- a/containers/widget-server/package.json +++ b/containers/widget-server/package.json @@ -19,6 +19,6 @@ "e2e:all": "yarn playwright test --reporter=dot" }, "devDependencies": { - "@playwright/test": "^1.48.0" + "@playwright/test": "1.48.0" } } diff --git a/example-widget-mui/package.json b/example-widget-mui/package.json index 33f2e737..fe589949 100644 --- a/example-widget-mui/package.json +++ b/example-widget-mui/package.json @@ -54,22 +54,22 @@ }, "devDependencies": { "@matrix-widget-toolkit/testing": "3.0.1", - "@testing-library/dom": "^10.4.0", - "@testing-library/jest-dom": "^6.5.0", - "@testing-library/react": "^16.0.1", - "@testing-library/user-event": "^14.5.2", - "@types/node": "^22.7.5", - "@types/react": "^18.2.74", - "@types/react-dom": "^18.2.24", - "@vitejs/plugin-basic-ssl": "^1.1.0", - "@vitejs/plugin-react-swc": "^3.7.1", - "@vitest/coverage-v8": "^2.1.3", - "axe-core": "^4.10.0", - "happy-dom": "^15.7.3", - "i18next-parser": "^9.0.2", - "msw": "^2.4.11", - "typescript": "^5.6.3", - "vite": "^5.4.8", - "vitest": "^2.1.3" + "@testing-library/dom": "10.4.0", + "@testing-library/jest-dom": "6.5.0", + "@testing-library/react": "16.0.1", + "@testing-library/user-event": "14.5.2", + "@types/node": "22.7.5", + "@types/react": "18.3.1", + "@types/react-dom": "18.2.24", + "@vitejs/plugin-basic-ssl": "1.1.0", + "@vitejs/plugin-react-swc": "3.7.1", + "@vitest/coverage-v8": "2.1.3", + "axe-core": "4.10.0", + "happy-dom": "15.10.2", + "i18next-parser": "9.0.2", + "msw": "2.4.11", + "typescript": "5.6.3", + "vite": "5.4.8", + "vitest": "2.1.3" } } diff --git a/package.json b/package.json index 41a82ba0..f97a200b 100644 --- a/package.json +++ b/package.json @@ -28,30 +28,30 @@ "check-api-report": "yarn workspaces run check-api-report" }, "devDependencies": { - "@changesets/cli": "^2.27.9", - "@eslint/compat": "^1.2.0", - "@eslint/js": "^9.12.0", - "@microsoft/api-extractor": "^7.47.9", - "@rollup/plugin-commonjs": "^28.0.0", - "cross-env": "^7.0.3", - "depcheck": "^1.4.7", - "dree": "^5.1.5", - "eslint": "^9.7.0", - "eslint-config-prettier": "^9.1.0", - "eslint-plugin-notice": "^1.0.0", - "eslint-plugin-promise": "^7.1.0", - "eslint-plugin-react": "^7.37.1", - "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-testing-library": "^6.4.0", - "eslint-plugin-vitest": "^0.5.4", - "husky": "^9.1.6", - "lint-staged": "^15.2.10", - "prettier": "^3.3.3", - "prettier-plugin-organize-imports": "^4.1.0", - "rollup": "^4.24.0", - "typescript": "^5.6.3", - "typescript-eslint": "^8.8.1", - "yarn-deduplicate": "^6.0.2" + "@changesets/cli": "2.27.9", + "@eslint/compat": "1.2.0", + "@eslint/js": "9.12.0", + "@microsoft/api-extractor": "7.47.9", + "@rollup/plugin-commonjs": "28.0.0", + "cross-env": "7.0.3", + "depcheck": "1.4.7", + "dree": "5.1.5", + "eslint": "9.7.0", + "eslint-config-prettier": "9.1.0", + "eslint-plugin-notice": "1.0.0", + "eslint-plugin-promise": "7.1.0", + "eslint-plugin-react": "7.37.1", + "eslint-plugin-react-hooks": "5.0.0", + "eslint-plugin-testing-library": "6.4.0", + "eslint-plugin-vitest": "0.5.4", + "husky": "9.1.6", + "lint-staged": "15.2.10", + "prettier": "3.3.3", + "prettier-plugin-organize-imports": "4.1.0", + "rollup": "4.24.0", + "typescript": "5.6.3", + "typescript-eslint": "8.8.1", + "yarn-deduplicate": "6.0.2" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ diff --git a/packages/api/package.json b/packages/api/package.json index b5b868a7..38d6f136 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -12,13 +12,13 @@ }, "type": "module", "devDependencies": { - "@rollup/plugin-commonjs": "^28.0.0", - "@types/node": "^22.7.5", - "@types/qs": "^6.9.16", - "@vitest/coverage-v8": "^2.1.3", + "@rollup/plugin-commonjs": "28.0.0", + "@types/node": "22.7.5", + "@types/qs": "6.9.16", + "@vitest/coverage-v8": "2.1.3", "typescript": "5.6.3", - "vite": "^5.4.8", - "vitest": "^2.1.3" + "vite": "5.4.8", + "vitest": "2.1.3" }, "scripts": { "build": "tsc && rollup --config ../../rollup.config.mjs", diff --git a/packages/mui/package.json b/packages/mui/package.json index 3a47245a..2545d991 100644 --- a/packages/mui/package.json +++ b/packages/mui/package.json @@ -12,18 +12,18 @@ }, "type": "module", "devDependencies": { - "@testing-library/jest-dom": "^6.5.0", - "@testing-library/react": "^16.0.1", - "@testing-library/user-event": "^14.5.2", - "@types/node": "^22.7.5", - "@types/react": "^18.2.74", - "@vitest/coverage-v8": "^2.1.3", - "axe-core": "^4.10.0", - "copyfiles": "^2.4.1", - "i18next-parser": "^9.0.2", - "typescript": "^5.6.3", - "vite": "^5.4.8", - "vitest": "^2.1.3" + "@testing-library/jest-dom": "6.5.0", + "@testing-library/react": "16.0.1", + "@testing-library/user-event": "14.5.2", + "@types/node": "22.7.5", + "@types/react": "18.3.1", + "@vitest/coverage-v8": "2.1.3", + "axe-core": "4.10.0", + "copyfiles": "2.4.1", + "i18next-parser": "9.0.2", + "typescript": "5.6.3", + "vite": "5.4.8", + "vitest": "2.1.3" }, "peerDependencies": { "react": "^18.2.0" diff --git a/packages/react/package.json b/packages/react/package.json index 1c678580..bf3d80eb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -12,15 +12,15 @@ }, "type": "module", "devDependencies": { - "@testing-library/jest-dom": "^6.5.0", - "@testing-library/react": "^16.0.1", - "@testing-library/user-event": "^14.5.2", - "@types/node": "^22.7.5", - "@types/react": "^18.2.74", - "@vitest/coverage-v8": "^2.1.3", - "typescript": "^5.6.3", - "vite": "^5.4.8", - "vitest": "^2.1.3" + "@testing-library/jest-dom": "6.5.0", + "@testing-library/react": "16.0.1", + "@testing-library/user-event": "14.5.2", + "@types/node": "22.7.5", + "@types/react": "18.3.1", + "@vitest/coverage-v8": "2.1.3", + "typescript": "5.6.3", + "vite": "5.4.8", + "vitest": "2.1.3" }, "scripts": { "build": "tsc && rollup --config ../../rollup.config.mjs", diff --git a/packages/testing/package.json b/packages/testing/package.json index d59d0871..a5b0d228 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -12,10 +12,10 @@ }, "type": "module", "devDependencies": { - "@types/node": "^22.7.5", - "@vitest/coverage-v8": "^2.1.3", - "typescript": "^5.6.3", - "vite": "^5.4.8" + "@types/node": "22.7.5", + "@vitest/coverage-v8": "2.1.3", + "typescript": "5.6.3", + "vite": "5.4.8" }, "scripts": { "build": "tsc && rollup --config ../../rollup.config.mjs", diff --git a/yarn.lock b/yarn.lock index 8c806d2a..7eeb20da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -204,7 +204,7 @@ dependencies: "@changesets/types" "^6.0.0" -"@changesets/cli@^2.27.9": +"@changesets/cli@2.27.9": version "2.27.9" resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.27.9.tgz#7b58a4c9eaf95d81fe0d1386705ecefe94a20062" integrity sha512-q42a/ZbDnxPpCb5Wkm6tMVIxgeI9C/bexntzTeCFBrQEdpisQqk8kCHllYZMDjYtEc1ZzumbMJAG8H0Z4rdvjg== @@ -716,7 +716,7 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae" integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A== -"@eslint/compat@^1.2.0": +"@eslint/compat@1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.2.0.tgz#8d36b8c0e1e9e91068a1df8938977a9e4535d83c" integrity sha512-CkPWddN7J9JPrQedEr2X7AjK9y1jaMJtxZ4A/+jTMFA2+n5BWhcKHW/EbJyARqg2zzQfgtWUtVmG3hrG6+nGpg== @@ -745,16 +745,16 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" +"@eslint/js@9.12.0": + version "9.12.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.12.0.tgz#69ca3ca9fab9a808ec6d67b8f6edb156cbac91e1" + integrity sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA== + "@eslint/js@9.7.0": version "9.7.0" resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.7.0.tgz#b712d802582f02b11cfdf83a85040a296afec3f0" integrity sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng== -"@eslint/js@^9.12.0": - version "9.12.0" - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.12.0.tgz#69ca3ca9fab9a808ec6d67b8f6edb156cbac91e1" - integrity sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA== - "@eslint/object-schema@^2.1.4": version "2.1.4" resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843" @@ -911,7 +911,7 @@ "@microsoft/tsdoc-config" "~0.17.0" "@rushstack/node-core-library" "5.9.0" -"@microsoft/api-extractor@^7.47.9": +"@microsoft/api-extractor@7.47.9": version "7.47.9" resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.47.9.tgz#256bfb61ba5b65da19b7c284e1a73085b84a14c5" integrity sha512-TTq30M1rikVsO5wZVToQT/dGyJY7UXJmjiRtkHPLb74Prx3Etw8+bX7Bv7iLuby6ysb7fuu1NFWqma+csym8Jw== @@ -1083,7 +1083,7 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@playwright/test@^1.48.0": +"@playwright/test@1.48.0": version "1.48.0" resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.48.0.tgz#4b81434a3ca75e2a6f82a645287784223a45434c" integrity sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w== @@ -1110,7 +1110,7 @@ resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4" integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg== -"@rollup/plugin-commonjs@^28.0.0": +"@rollup/plugin-commonjs@28.0.0": version "28.0.0" resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.0.tgz#44b5e49cb5d5e6233f1e4996013a8649fdbb9557" integrity sha512-BJcu+a+Mpq476DMXG+hevgPSl56bkUoi88dKT8t3RyUp8kGuOh+2bU8Gs7zXDlu+fyZggnJ+iOBGrb/O1SorYg== @@ -1350,7 +1350,7 @@ dependencies: "@swc/counter" "^0.1.3" -"@testing-library/dom@^10.4.0": +"@testing-library/dom@10.4.0": version "10.4.0" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8" integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ== @@ -1364,7 +1364,7 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.5.0": +"@testing-library/jest-dom@6.5.0": version "6.5.0" resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz#50484da3f80fb222a853479f618a9ce5c47bfe54" integrity sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA== @@ -1377,14 +1377,14 @@ lodash "^4.17.21" redent "^3.0.0" -"@testing-library/react@^16.0.1": +"@testing-library/react@16.0.1": version "16.0.1" resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.0.1.tgz#29c0ee878d672703f5e7579f239005e4e0faa875" integrity sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg== dependencies: "@babel/runtime" "^7.12.5" -"@testing-library/user-event@^14.5.2": +"@testing-library/user-event@14.5.2": version "14.5.2" resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd" integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ== @@ -1436,7 +1436,7 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@^22.7.5": +"@types/node@*", "@types/node@22.7.5": version "22.7.5" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b" integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ== @@ -1465,12 +1465,12 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451" integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA== -"@types/qs@^6.9.16": +"@types/qs@6.9.16": version "6.9.16" resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.16.tgz#52bba125a07c0482d26747d5d4947a64daf8f794" integrity sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A== -"@types/react-dom@^18.2.24": +"@types/react-dom@18.2.24": version "18.2.24" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.24.tgz#8dda8f449ae436a7a6e91efed8035d4ab03ff759" integrity sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg== @@ -1484,7 +1484,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.2.74": +"@types/react@*", "@types/react@18.3.1": version "18.3.1" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e" integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw== @@ -1696,19 +1696,19 @@ "@typescript-eslint/types" "8.8.1" eslint-visitor-keys "^3.4.3" -"@vitejs/plugin-basic-ssl@^1.1.0": +"@vitejs/plugin-basic-ssl@1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz#8b840305a6b48e8764803435ec0c716fa27d3802" integrity sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A== -"@vitejs/plugin-react-swc@^3.7.1": +"@vitejs/plugin-react-swc@3.7.1": version "3.7.1" resolved "https://registry.yarnpkg.com/@vitejs/plugin-react-swc/-/plugin-react-swc-3.7.1.tgz#bc5af48ef35c525d623fa14177c912cbaa86a846" integrity sha512-vgWOY0i1EROUK0Ctg1hwhtC3SdcDjZcdit4Ups4aPkDcB1jYhmo+RMYWY87cmXMhvtD5uf8lV89j2w16vkdSVg== dependencies: "@swc/core" "^1.7.26" -"@vitest/coverage-v8@^2.1.3": +"@vitest/coverage-v8@2.1.3": version "2.1.3" resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-2.1.3.tgz#22d519e5e56385ec126305492f5a3cfe5b44b14d" integrity sha512-2OJ3c7UPoFSmBZwqD2VEkUw6A/tzPF0LmW0ZZhhB8PFxuc+9IBG/FaSM+RLEenc7ljzFvGN+G0nGQoZnh7sy2A== @@ -2079,7 +2079,7 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axe-core@^4.10.0: +axe-core@4.10.0: version "4.10.0" resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59" integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g== @@ -2438,7 +2438,7 @@ copy-to-clipboard@^3.3.1: dependencies: toggle-selection "^1.0.6" -copyfiles@^2.4.1: +copyfiles@2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.4.1.tgz#d2dcff60aaad1015f09d0b66e7f0f1c5cd3c5da5" integrity sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg== @@ -2467,7 +2467,7 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.1.0: path-type "^4.0.0" yaml "^1.10.0" -cross-env@^7.0.3: +cross-env@7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf" integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw== @@ -2609,7 +2609,7 @@ define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1: has-property-descriptors "^1.0.0" object-keys "^1.1.1" -depcheck@^1.4.7: +depcheck@1.4.7: version "1.4.7" resolved "https://registry.yarnpkg.com/depcheck/-/depcheck-1.4.7.tgz#57976e2fa43625f477efc0f19ad868ef94f8a26c" integrity sha512-1lklS/bV5chOxwNKA/2XUUk/hPORp8zihZsXflr8x0kLwmcZ9Y9BsS6Hs3ssvA+2wUVbG0U2Ciqvm1SokNjPkA== @@ -2720,7 +2720,7 @@ domutils@^3.0.1, domutils@^3.1.0: domelementtype "^2.3.0" domhandler "^5.0.3" -dree@^5.1.5: +dree@5.1.5: version "5.1.5" resolved "https://registry.yarnpkg.com/dree/-/dree-5.1.5.tgz#7341107e5c5c694cad4e3f903ab2beec29864386" integrity sha512-4VZ5m1EgV+467S2LdTUxCE1L98ikzGFW7PTE8FlPSk7jvkbqeKQN1vCfwQ6w1vYVgAZMSooyvoae5F/LQWozhw== @@ -2987,12 +2987,12 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-config-prettier@^9.1.0: +eslint-config-prettier@9.1.0: version "9.1.0" resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== -eslint-plugin-notice@^1.0.0: +eslint-plugin-notice@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-plugin-notice/-/eslint-plugin-notice-1.0.0.tgz#4b98ffdf2274d10f34a4231a74efafdecad6cde4" integrity sha512-M3VLQMZzZpvfTZ/vy9FmClIKq5rLBbQpM0KgfLZPJPrVXpmJYeobmmb+lfJzHWdNm8PWwvw8KlafQWo2N9xx1Q== @@ -3001,17 +3001,17 @@ eslint-plugin-notice@^1.0.0: lodash "^4.17.21" metric-lcs "^0.1.2" -eslint-plugin-promise@^7.1.0: +eslint-plugin-promise@7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.1.0.tgz#06b3ad6d36b3c3ef3ec201c8a8d97049cf5dbb20" integrity sha512-8trNmPxdAy3W620WKDpaS65NlM5yAumod6XeC4LOb+jxlkG4IVcp68c6dXY2ev+uT4U1PtG57YDV6EGAXN0GbQ== -eslint-plugin-react-hooks@^5.0.0: +eslint-plugin-react-hooks@5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101" integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw== -eslint-plugin-react@^7.37.1: +eslint-plugin-react@7.37.1: version "7.37.1" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd" integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg== @@ -3035,14 +3035,14 @@ eslint-plugin-react@^7.37.1: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" -eslint-plugin-testing-library@^6.4.0: +eslint-plugin-testing-library@6.4.0: version "6.4.0" resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-6.4.0.tgz#1ba8a7422e3e31cc315a73ff17c34908f56f9838" integrity sha512-yeWF+YgCgvNyPNI9UKnG0FjeE2sk93N/3lsKqcmR8dSfeXJwFT5irnWo7NjLf152HkRzfoFjh3LsBUrhvFz4eA== dependencies: "@typescript-eslint/utils" "^5.62.0" -eslint-plugin-vitest@^0.5.4: +eslint-plugin-vitest@0.5.4: version "0.5.4" resolved "https://registry.yarnpkg.com/eslint-plugin-vitest/-/eslint-plugin-vitest-0.5.4.tgz#2838a40ee116ba7c15eb6132df31371d960e3bf5" integrity sha512-um+odCkccAHU53WdKAw39MY61+1x990uXjSPguUCq3VcEHdqJrOb8OTMrbYlY6f9jAKx7x98kLVlIe3RJeJqoQ== @@ -3075,7 +3075,7 @@ eslint-visitor-keys@^4.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb" integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== -eslint@^9.7.0: +eslint@9.7.0: version "9.7.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.7.0.tgz#bedb48e1cdc2362a0caaa106a4c6ed943e8b09e4" integrity sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw== @@ -3604,7 +3604,7 @@ gulp-sort@^2.0.0: dependencies: through2 "^2.0.1" -happy-dom@^15.7.3: +happy-dom@15.10.2: version "15.10.2" resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-15.10.2.tgz#14ae6652d1a80d2611e3f5832cb61ab5e2d1b539" integrity sha512-NbA5XrSovenJIIcfixCREX3ZnV7yHP4phhbfuxxf4CPn+LZpz/jIM9EqJ2DrPwgVDSMoAKH3pZwQvkbsSiCrUw== @@ -3732,7 +3732,7 @@ human-signals@^5.0.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28" integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ== -husky@^9.1.6: +husky@9.1.6: version "9.1.6" resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.6.tgz#e23aa996b6203ab33534bdc82306b0cf2cb07d6c" integrity sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A== @@ -3763,7 +3763,7 @@ i18next-http-backend@^2.6.2: dependencies: cross-fetch "4.0.0" -i18next-parser@^9.0.2: +i18next-parser@9.0.2: version "9.0.2" resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-9.0.2.tgz#f9d627422d33c352967556c8724975d58f1f5a95" integrity sha512-Q1yTZljBp1DcVAQD7LxduEqFRpjIeZc+5VnQ+gU8qG9WvY3U5rqK0IVONRWNtngh3orb197bfy1Sz4wlwcplxg== @@ -4323,7 +4323,7 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -lint-staged@^15.2.10: +lint-staged@15.2.10: version "15.2.10" resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.10.tgz#92ac222f802ba911897dcf23671da5bb80643cd2" integrity sha512-5dY5t743e1byO19P9I4b3x8HJwalIznL5E1FWYnU6OWw33KxNBSLAc6Cy7F2PsFEO8FKnLwjwm5hx7aMF0jzZg== @@ -4577,7 +4577,7 @@ ms@^2.1.3: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -msw@^2.4.11: +msw@2.4.11: version "2.4.11" resolved "https://registry.yarnpkg.com/msw/-/msw-2.4.11.tgz#17001366c7c8de1540436d06d194f8facffed0f4" integrity sha512-TVEw9NOPTc6ufOQLJ53234S9NBRxQbu7xFMxs+OCP43JQcNEIOKiZHxEm2nDzYIrwccoIhUxUf8wr99SukD76A== @@ -4994,21 +4994,21 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier-plugin-organize-imports@^4.1.0: +prettier-plugin-organize-imports@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-4.1.0.tgz#f3d3764046a8e7ba6491431158b9be6ffd83b90f" integrity sha512-5aWRdCgv645xaa58X8lOxzZoiHAldAPChljr/MT0crXVOWTZ+Svl4hIWlz+niYSlO6ikE5UXkN1JrRvIP2ut0A== +prettier@3.3.3: + version "3.3.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" + integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== + prettier@^2.7.1: version "2.8.8" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -prettier@^3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" - integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== - pretty-format@^27.0.2: version "27.5.1" resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e" @@ -5396,7 +5396,7 @@ rimraf@^3.0.2: dependencies: glob "^7.1.3" -rollup@^4.20.0, rollup@^4.24.0: +rollup@4.24.0, rollup@^4.20.0: version "4.24.0" resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.24.0.tgz#c14a3576f20622ea6a5c9cad7caca5e6e9555d05" integrity sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg== @@ -6122,7 +6122,7 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript-eslint@^8.8.1: +typescript-eslint@8.8.1: version "8.8.1" resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.8.1.tgz#b375c877b2184d883b6228170bc66f0fca847c9a" integrity sha512-R0dsXFt6t4SAFjUSKFjMh4pXDtq04SsFKCVGDP3ZOzNP7itF0jBcZYU4fMsZr4y7O7V7Nc751dDeESbe4PbQMQ== @@ -6136,7 +6136,7 @@ typescript@5.4.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== -typescript@5.6.3, typescript@^5.0.4, typescript@^5.6.3: +typescript@5.6.3, typescript@^5.0.4: version "5.6.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== @@ -6285,7 +6285,7 @@ vite-node@2.1.3: pathe "^1.1.2" vite "^5.0.0" -vite@^5.0.0, vite@^5.4.8: +vite@5.4.8, vite@^5.0.0: version "5.4.8" resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8" integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ== @@ -6296,7 +6296,7 @@ vite@^5.0.0, vite@^5.4.8: optionalDependencies: fsevents "~2.3.3" -vitest@^2.1.3: +vitest@2.1.3, vitest@^2.1.3: version "2.1.3" resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.3.tgz#dae1055dd328621b59fc6e594fd988fbf2e5370e" integrity sha512-Zrxbg/WiIvUP2uEzelDNTXmEMJXuzJ1kCpbDvaKByFA9MNeO95V+7r/3ti0qzJzrxdyuUw5VduN7k+D3VmVOSA== @@ -6559,7 +6559,7 @@ yargs@^17.7.2: y18n "^5.0.5" yargs-parser "^21.1.1" -yarn-deduplicate@^6.0.2: +yarn-deduplicate@6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/yarn-deduplicate/-/yarn-deduplicate-6.0.2.tgz#63498d2d4c3a8567e992a994ce0ab51aa5681f2e" integrity sha512-Efx4XEj82BgbRJe5gvQbZmEO7pU5DgHgxohYZp98/+GwPqdU90RXtzvHirb7hGlde0sQqk5G3J3Woyjai8hVqA==