diff --git a/.editorconfig b/.editorconfig index 48e3b5f15..c8771b1e6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,6 +31,9 @@ indent_size = 2 [client/**] indent_size = 2 +[dev/**.js] +indent_size = 2 + [{package.json,.eslintrc.js,.yarnrc.yml,vite.config.js,cypress.config.js}] indent_size = 2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 404ba07cf..11d092fea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,8 +160,31 @@ jobs: name: coverage path: coverage.json - tests-cypress: - name: Run Tests (Cypress) + tests-cypress-modern: + name: Run Tests (Cypress - Modern) + if: ${{ github.event.inputs.skiptests == 'false' }} + needs: [prepare] + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Run all tests + run: | + echo "Installing dependencies..." + yarn + echo "Running tests..." + yarn cypress + + - name: Upload Video Recordings + uses: actions/upload-artifact@v3.0.0 + if: ${{ always() }} + with: + name: videos-modern + path: cypress/videos/ + + tests-cypress-legacy: + name: Run Tests (Cypress - Legacy) if: ${{ github.event.inputs.skiptests == 'false' }} needs: [prepare] runs-on: ubuntu-latest @@ -202,13 +225,13 @@ jobs: - name: Run all tests run: | echo "Running tests..." - yarn cypress + yarn cypress:legacy - name: Upload Video Recordings uses: actions/upload-artifact@v3.0.0 if: ${{ always() }} with: - name: videos + name: videos-legacy path: cypress/videos/ # ----------------------------------------------------------------- @@ -217,7 +240,7 @@ jobs: release: name: Make Release if: ${{ always() }} - needs: [tests-python, tests-cypress, prepare] + needs: [tests-python, tests-cypress-modern, tests-cypress-legacy, prepare] runs-on: ubuntu-latest env: SHOULD_DEPLOY: ${{needs.prepare.outputs.should_deploy}} diff --git a/.gitignore b/.gitignore index a515bae8a..80e5f0228 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ datatracker.sublime-workspace /.settings /.tmp /.vite +/client/dist /data /dist /docker/docker-compose.extend-custom.yml diff --git a/.pnp.cjs b/.pnp.cjs index 2ea8bb243..2e5000c26 100644 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -33,6 +33,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { [null, {\ "packageLocation": "./",\ "packageDependencies": [\ + ["@faker-js/faker", "npm:7.5.0"],\ ["@fullcalendar/bootstrap5", "npm:5.11.0"],\ ["@fullcalendar/core", "npm:5.11.0"],\ ["@fullcalendar/daygrid", "npm:5.11.0"],\ @@ -42,6 +43,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@fullcalendar/timegrid", "npm:5.11.0"],\ ["@fullcalendar/vue3", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.11.1"],\ ["@parcel/transformer-sass", "npm:2.6.2"],\ + ["@percy/cli", "npm:1.10.0"],\ + ["@percy/cypress", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:3.1.2"],\ ["@popperjs/core", "npm:2.11.5"],\ ["@vitejs/plugin-vue", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.3.3"],\ ["@vue/test-utils", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.0.2"],\ @@ -51,7 +54,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["browserlist", "npm:1.0.1"],\ ["c8", "npm:7.12.0"],\ ["caniuse-lite", "npm:1.0.30001368"],\ - ["cypress", "npm:10.3.1"],\ + ["cypress", "npm:10.7.0"],\ ["cypress-real-events", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.7.1"],\ ["d3", "npm:7.6.1"],\ ["eslint", "npm:8.20.0"],\ @@ -70,9 +73,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["js-cookie", "npm:3.0.1"],\ ["list.js", "npm:2.3.1"],\ ["lodash", "npm:4.17.21"],\ + ["lodash-es", "npm:4.17.21"],\ ["luxon", "npm:3.0.1"],\ ["moment", "npm:2.29.4"],\ ["moment-timezone", "npm:0.5.34"],\ + ["ms", "npm:2.1.3"],\ ["murmurhash-js", "npm:1.0.0"],\ ["naive-ui", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.31.0"],\ ["parcel", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.6.2"],\ @@ -80,12 +85,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["pinia-plugin-persist", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.0.0"],\ ["pug", "npm:3.0.2"],\ ["sass", "npm:1.53.0"],\ + ["seedrandom", "npm:3.0.5"],\ ["select2", "npm:4.1.0-rc.0"],\ ["select2-bootstrap-5-theme", "npm:1.3.0"],\ + ["send", "npm:0.18.0"],\ ["slugify", "npm:1.6.5"],\ ["sortablejs", "npm:1.15.0"],\ ["vite", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.9.14"],\ - ["vitest", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:0.18.1"],\ ["vue", "npm:3.2.37"],\ ["vue-router", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:4.1.2"],\ ["zxcvbn", "npm:4.4.2"]\ @@ -272,6 +278,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["@faker-js/faker", [\ + ["npm:7.5.0", {\ + "packageLocation": "./.yarn/cache/@faker-js-faker-npm-7.5.0-1dcb36d85a-6f2c48a801.zip/node_modules/@faker-js/faker/",\ + "packageDependencies": [\ + ["@faker-js/faker", "npm:7.5.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["@fullcalendar/bootstrap5", [\ ["npm:5.11.0", {\ "packageLocation": "./.yarn/cache/@fullcalendar-bootstrap5-npm-5.11.0-2c476fdabc-164120b931.zip/node_modules/@fullcalendar/bootstrap5/",\ @@ -624,6 +639,37 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["@nodelib/fs.scandir", [\ + ["npm:2.1.5", {\ + "packageLocation": "./.yarn/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-a970d595bd.zip/node_modules/@nodelib/fs.scandir/",\ + "packageDependencies": [\ + ["@nodelib/fs.scandir", "npm:2.1.5"],\ + ["@nodelib/fs.stat", "npm:2.0.5"],\ + ["run-parallel", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nodelib/fs.stat", [\ + ["npm:2.0.5", {\ + "packageLocation": "./.yarn/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-012480b5ca.zip/node_modules/@nodelib/fs.stat/",\ + "packageDependencies": [\ + ["@nodelib/fs.stat", "npm:2.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nodelib/fs.walk", [\ + ["npm:1.2.8", {\ + "packageLocation": "./.yarn/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-190c643f15.zip/node_modules/@nodelib/fs.walk/",\ + "packageDependencies": [\ + ["@nodelib/fs.walk", "npm:1.2.8"],\ + ["@nodelib/fs.scandir", "npm:2.1.5"],\ + ["fastq", "npm:1.13.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["@npmcli/fs", [\ ["npm:2.1.0", {\ "packageLocation": "./.yarn/cache/@npmcli-fs-npm-2.1.0-3b106d08bc-6ec6d678af.zip/node_modules/@npmcli/fs/",\ @@ -1549,6 +1595,207 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["@percy/cli", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-cli-npm-1.10.0-0109f05c2c-5f0c29a140.zip/node_modules/@percy/cli/",\ + "packageDependencies": [\ + ["@percy/cli", "npm:1.10.0"],\ + ["@percy/cli-app", "npm:1.10.0"],\ + ["@percy/cli-build", "npm:1.10.0"],\ + ["@percy/cli-command", "npm:1.10.0"],\ + ["@percy/cli-config", "npm:1.10.0"],\ + ["@percy/cli-exec", "npm:1.10.0"],\ + ["@percy/cli-snapshot", "npm:1.10.0"],\ + ["@percy/cli-upload", "npm:1.10.0"],\ + ["@percy/client", "npm:1.10.0"],\ + ["@percy/logger", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/cli-app", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-cli-app-npm-1.10.0-6eea418e95-cd4de4c9b8.zip/node_modules/@percy/cli-app/",\ + "packageDependencies": [\ + ["@percy/cli-app", "npm:1.10.0"],\ + ["@percy/cli-command", "npm:1.10.0"],\ + ["@percy/cli-exec", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/cli-build", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-cli-build-npm-1.10.0-a2eaffbe3e-effdda8ce5.zip/node_modules/@percy/cli-build/",\ + "packageDependencies": [\ + ["@percy/cli-build", "npm:1.10.0"],\ + ["@percy/cli-command", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/cli-command", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-cli-command-npm-1.10.0-d7f17a9f67-e5825eb0bd.zip/node_modules/@percy/cli-command/",\ + "packageDependencies": [\ + ["@percy/cli-command", "npm:1.10.0"],\ + ["@percy/config", "npm:1.10.0"],\ + ["@percy/core", "npm:1.10.0"],\ + ["@percy/logger", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/cli-config", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-cli-config-npm-1.10.0-abb0246086-0b7b5529a5.zip/node_modules/@percy/cli-config/",\ + "packageDependencies": [\ + ["@percy/cli-config", "npm:1.10.0"],\ + ["@percy/cli-command", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/cli-exec", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-cli-exec-npm-1.10.0-c354c173e8-26b4ce1b2f.zip/node_modules/@percy/cli-exec/",\ + "packageDependencies": [\ + ["@percy/cli-exec", "npm:1.10.0"],\ + ["@percy/cli-command", "npm:1.10.0"],\ + ["cross-spawn", "npm:7.0.3"],\ + ["which", "npm:2.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/cli-snapshot", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-cli-snapshot-npm-1.10.0-06f21aa0b5-9618853d01.zip/node_modules/@percy/cli-snapshot/",\ + "packageDependencies": [\ + ["@percy/cli-snapshot", "npm:1.10.0"],\ + ["@percy/cli-command", "npm:1.10.0"],\ + ["yaml", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/cli-upload", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-cli-upload-npm-1.10.0-3c60056f9c-586c877255.zip/node_modules/@percy/cli-upload/",\ + "packageDependencies": [\ + ["@percy/cli-upload", "npm:1.10.0"],\ + ["@percy/cli-command", "npm:1.10.0"],\ + ["fast-glob", "npm:3.2.11"],\ + ["image-size", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/client", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-client-npm-1.10.0-8b7c6c6c6f-1bac4c60d9.zip/node_modules/@percy/client/",\ + "packageDependencies": [\ + ["@percy/client", "npm:1.10.0"],\ + ["@percy/env", "npm:1.10.0"],\ + ["@percy/logger", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/config", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-config-npm-1.10.0-f3f4b47057-bbe7db8d4c.zip/node_modules/@percy/config/",\ + "packageDependencies": [\ + ["@percy/config", "npm:1.10.0"],\ + ["@percy/logger", "npm:1.10.0"],\ + ["ajv", "npm:8.11.0"],\ + ["cosmiconfig", "npm:7.0.1"],\ + ["yaml", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/core", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/unplugged/@percy-core-npm-1.10.0-43455a9bc4/node_modules/@percy/core/",\ + "packageDependencies": [\ + ["@percy/core", "npm:1.10.0"],\ + ["@percy/client", "npm:1.10.0"],\ + ["@percy/config", "npm:1.10.0"],\ + ["@percy/dom", "npm:1.10.0"],\ + ["@percy/logger", "npm:1.10.0"],\ + ["content-disposition", "npm:0.5.4"],\ + ["cross-spawn", "npm:7.0.3"],\ + ["extract-zip", "npm:2.0.1"],\ + ["fast-glob", "npm:3.2.11"],\ + ["micromatch", "npm:4.0.5"],\ + ["mime-types", "npm:2.1.35"],\ + ["path-to-regexp", "npm:6.2.1"],\ + ["rimraf", "npm:3.0.2"],\ + ["ws", "virtual:43455a9bc47f7a0dc1843dbe7532e49cdfdca6b3e256e631c0203b11f83bbc493c07df77c520cae645e55580740c91837a2799ac43885da1fc67d8418a2dfbf7#npm:8.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/cypress", [\ + ["npm:3.1.2", {\ + "packageLocation": "./.yarn/cache/@percy-cypress-npm-3.1.2-b10a40bb3c-576b14c076.zip/node_modules/@percy/cypress/",\ + "packageDependencies": [\ + ["@percy/cypress", "npm:3.1.2"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:3.1.2", {\ + "packageLocation": "./.yarn/__virtual__/@percy-cypress-virtual-0d3cc2f790/0/cache/@percy-cypress-npm-3.1.2-b10a40bb3c-576b14c076.zip/node_modules/@percy/cypress/",\ + "packageDependencies": [\ + ["@percy/cypress", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:3.1.2"],\ + ["@percy/sdk-utils", "npm:1.10.0"],\ + ["@types/cypress", null],\ + ["cypress", "npm:10.7.0"]\ + ],\ + "packagePeers": [\ + "@types/cypress",\ + "cypress"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/dom", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-dom-npm-1.10.0-1eceb0f594-e6fad16627.zip/node_modules/@percy/dom/",\ + "packageDependencies": [\ + ["@percy/dom", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/env", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-env-npm-1.10.0-72a9b107ce-21fd4fe588.zip/node_modules/@percy/env/",\ + "packageDependencies": [\ + ["@percy/env", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/logger", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-logger-npm-1.10.0-8b3016723d-66ff2ddb5c.zip/node_modules/@percy/logger/",\ + "packageDependencies": [\ + ["@percy/logger", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@percy/sdk-utils", [\ + ["npm:1.10.0", {\ + "packageLocation": "./.yarn/cache/@percy-sdk-utils-npm-1.10.0-bb3a5e31d6-9880758111.zip/node_modules/@percy/sdk-utils/",\ + "packageDependencies": [\ + ["@percy/sdk-utils", "npm:1.10.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["@popperjs/core", [\ ["npm:2.11.5", {\ "packageLocation": "./.yarn/cache/@popperjs-core-npm-2.11.5-a338f16bd4-fd7f9dca3f.zip/node_modules/@popperjs/core/",\ @@ -1610,25 +1857,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["@types/chai", [\ - ["npm:4.3.1", {\ - "packageLocation": "./.yarn/cache/@types-chai-npm-4.3.1-dab3901c30-2ee246b76c.zip/node_modules/@types/chai/",\ - "packageDependencies": [\ - ["@types/chai", "npm:4.3.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["@types/chai-subset", [\ - ["npm:1.3.3", {\ - "packageLocation": "./.yarn/cache/@types-chai-subset-npm-1.3.3-acf55b3b37-4481da7345.zip/node_modules/@types/chai-subset/",\ - "packageDependencies": [\ - ["@types/chai-subset", "npm:1.3.3"],\ - ["@types/chai", "npm:4.3.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["@types/istanbul-lib-coverage", [\ ["npm:2.0.4", {\ "packageLocation": "./.yarn/cache/@types-istanbul-lib-coverage-npm-2.0.4-734954bb56-a25d7589ee.zip/node_modules/@types/istanbul-lib-coverage/",\ @@ -2209,15 +2437,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["assertion-error", [\ - ["npm:1.1.0", {\ - "packageLocation": "./.yarn/cache/assertion-error-npm-1.1.0-66b893015e-fd9429d3a3.zip/node_modules/assertion-error/",\ - "packageDependencies": [\ - ["assertion-error", "npm:1.1.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["astral-regex", [\ ["npm:2.0.0", {\ "packageLocation": "./.yarn/cache/astral-regex-npm-2.0.0-f30d866aab-876231688c.zip/node_modules/astral-regex/",\ @@ -2619,22 +2838,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["chai", [\ - ["npm:4.3.6", {\ - "packageLocation": "./.yarn/cache/chai-npm-4.3.6-dba90e4b0b-acff93fd53.zip/node_modules/chai/",\ - "packageDependencies": [\ - ["chai", "npm:4.3.6"],\ - ["assertion-error", "npm:1.1.0"],\ - ["check-error", "npm:1.0.2"],\ - ["deep-eql", "npm:3.0.1"],\ - ["get-func-name", "npm:2.0.0"],\ - ["loupe", "npm:2.3.4"],\ - ["pathval", "npm:1.1.1"],\ - ["type-detect", "npm:4.0.8"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["chalk", [\ ["npm:2.4.2", {\ "packageLocation": "./.yarn/cache/chalk-npm-2.4.2-3ea16dd91e-ec3661d38f.zip/node_modules/chalk/",\ @@ -2666,15 +2869,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["check-error", [\ - ["npm:1.0.2", {\ - "packageLocation": "./.yarn/cache/check-error-npm-1.0.2-00c540c6e9-d9d1065044.zip/node_modules/check-error/",\ - "packageDependencies": [\ - ["check-error", "npm:1.0.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["check-more-types", [\ ["npm:2.24.0", {\ "packageLocation": "./.yarn/cache/check-more-types-npm-2.24.0-fa2e491b27-b09080ec34.zip/node_modules/check-more-types/",\ @@ -2913,6 +3107,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["content-disposition", [\ + ["npm:0.5.4", {\ + "packageLocation": "./.yarn/cache/content-disposition-npm-0.5.4-2d93678616-afb9d545e2.zip/node_modules/content-disposition/",\ + "packageDependencies": [\ + ["content-disposition", "npm:0.5.4"],\ + ["safe-buffer", "npm:5.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["convert-source-map", [\ ["npm:1.8.0", {\ "packageLocation": "./.yarn/cache/convert-source-map-npm-1.8.0-037f671dde-985d974a2d.zip/node_modules/convert-source-map/",\ @@ -3040,10 +3244,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }]\ ]],\ ["cypress", [\ - ["npm:10.3.1", {\ - "packageLocation": "./.yarn/unplugged/cypress-npm-10.3.1-b9950af2d1/node_modules/cypress/",\ + ["npm:10.7.0", {\ + "packageLocation": "./.yarn/unplugged/cypress-npm-10.7.0-8b88bc0968/node_modules/cypress/",\ "packageDependencies": [\ - ["cypress", "npm:10.3.1"],\ + ["cypress", "npm:10.7.0"],\ ["@cypress/request", "npm:2.88.10"],\ ["@cypress/xvfb", "npm:1.2.4"],\ ["@types/node", "npm:14.18.18"],\ @@ -3061,7 +3265,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["commander", "npm:5.1.0"],\ ["common-tags", "npm:1.8.2"],\ ["dayjs", "npm:1.11.2"],\ - ["debug", "virtual:b9950af2d111388934806057a586eabc99a9a1279d1f7d5a87654ac6209cdd318e086140e128e4a5adc819e925bea187073b27a79d28a166d5dffe758bcd5335#npm:4.3.4"],\ + ["debug", "virtual:8b88bc096804b2c627a32f40725b14a996d877ee8bda48fd45e5a77e728eb7b56f9b03f5f71f79cfdf9db875bd1210a287a22835a04d24de42ccec68f039c184#npm:4.3.4"],\ ["enquirer", "npm:2.3.6"],\ ["eventemitter2", "npm:6.4.5"],\ ["execa", "npm:4.1.0"],\ @@ -3073,7 +3277,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["is-ci", "npm:3.0.1"],\ ["is-installed-globally", "npm:0.4.0"],\ ["lazy-ass", "npm:1.6.0"],\ - ["listr2", "virtual:b9950af2d111388934806057a586eabc99a9a1279d1f7d5a87654ac6209cdd318e086140e128e4a5adc819e925bea187073b27a79d28a166d5dffe758bcd5335#npm:3.14.0"],\ + ["listr2", "virtual:8b88bc096804b2c627a32f40725b14a996d877ee8bda48fd45e5a77e728eb7b56f9b03f5f71f79cfdf9db875bd1210a287a22835a04d24de42ccec68f039c184#npm:3.14.0"],\ ["lodash", "npm:4.17.21"],\ ["log-symbols", "npm:4.1.0"],\ ["minimist", "npm:1.2.6"],\ @@ -3103,7 +3307,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageDependencies": [\ ["cypress-real-events", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.7.1"],\ ["@types/cypress", null],\ - ["cypress", "npm:10.3.1"]\ + ["cypress", "npm:10.7.0"]\ ],\ "packagePeers": [\ "@types/cypress",\ @@ -3568,6 +3772,20 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "HARD"\ }],\ + ["virtual:8b88bc096804b2c627a32f40725b14a996d877ee8bda48fd45e5a77e728eb7b56f9b03f5f71f79cfdf9db875bd1210a287a22835a04d24de42ccec68f039c184#npm:4.3.4", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-dfe5477abf/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\ + "packageDependencies": [\ + ["debug", "virtual:8b88bc096804b2c627a32f40725b14a996d877ee8bda48fd45e5a77e728eb7b56f9b03f5f71f79cfdf9db875bd1210a287a22835a04d24de42ccec68f039c184#npm:4.3.4"],\ + ["@types/supports-color", null],\ + ["ms", "npm:2.1.2"],\ + ["supports-color", "npm:8.1.1"]\ + ],\ + "packagePeers": [\ + "@types/supports-color",\ + "supports-color"\ + ],\ + "linkType": "HARD"\ + }],\ ["virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4", {\ "packageLocation": "./.yarn/__virtual__/debug-virtual-4488998e89/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\ "packageDependencies": [\ @@ -3582,24 +3800,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "HARD"\ }],\ - ["virtual:b9950af2d111388934806057a586eabc99a9a1279d1f7d5a87654ac6209cdd318e086140e128e4a5adc819e925bea187073b27a79d28a166d5dffe758bcd5335#npm:4.3.4", {\ - "packageLocation": "./.yarn/__virtual__/debug-virtual-eda81ef27b/0/cache/debug-npm-4.3.4-4513954577-3dbad3f94e.zip/node_modules/debug/",\ + ["virtual:faadf6353f98b703db6d695690b392666015d2aab4b710ea086196f4598c68e2b84944d3717503cadb554811494ac27c376eca728086556897f6a7cdb35eaef5#npm:2.6.9", {\ + "packageLocation": "./.yarn/__virtual__/debug-virtual-cde84238ac/0/cache/debug-npm-2.6.9-7d4cb597dc-d2f51589ca.zip/node_modules/debug/",\ "packageDependencies": [\ - ["debug", "virtual:b9950af2d111388934806057a586eabc99a9a1279d1f7d5a87654ac6209cdd318e086140e128e4a5adc819e925bea187073b27a79d28a166d5dffe758bcd5335#npm:4.3.4"],\ - ["@types/supports-color", null],\ - ["ms", "npm:2.1.2"],\ - ["supports-color", "npm:8.1.1"]\ - ],\ - "packagePeers": [\ - "@types/supports-color",\ - "supports-color"\ - ],\ - "linkType": "HARD"\ - }],\ - ["virtual:c0858ad0a599e687a7d876de5591e3b098ca550f5c1ad46e7d0e2b6f5720a919cb228a47405daf7d626be1747e41a5b93e4b4d748f16d5e7c36c433aed618452#npm:2.6.9", {\ - "packageLocation": "./.yarn/__virtual__/debug-virtual-398581acf1/0/cache/debug-npm-2.6.9-7d4cb597dc-d2f51589ca.zip/node_modules/debug/",\ - "packageDependencies": [\ - ["debug", "virtual:c0858ad0a599e687a7d876de5591e3b098ca550f5c1ad46e7d0e2b6f5720a919cb228a47405daf7d626be1747e41a5b93e4b4d748f16d5e7c36c433aed618452#npm:2.6.9"],\ + ["debug", "virtual:faadf6353f98b703db6d695690b392666015d2aab4b710ea086196f4598c68e2b84944d3717503cadb554811494ac27c376eca728086556897f6a7cdb35eaef5#npm:2.6.9"],\ ["@types/supports-color", null],\ ["ms", "npm:2.0.0"],\ ["supports-color", null]\ @@ -3611,16 +3815,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["deep-eql", [\ - ["npm:3.0.1", {\ - "packageLocation": "./.yarn/cache/deep-eql-npm-3.0.1-9a66c09c65-4f4c9fb79e.zip/node_modules/deep-eql/",\ - "packageDependencies": [\ - ["deep-eql", "npm:3.0.1"],\ - ["type-detect", "npm:4.0.8"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["deep-is", [\ ["npm:0.1.4", {\ "packageLocation": "./.yarn/cache/deep-is-npm-0.1.4-88938b5a67-edb65dd0d7.zip/node_modules/deep-is/",\ @@ -3685,6 +3879,22 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["depd", "npm:1.1.2"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:2.0.0", {\ + "packageLocation": "./.yarn/cache/depd-npm-2.0.0-b6c51a4b43-abbe19c768.zip/node_modules/depd/",\ + "packageDependencies": [\ + ["depd", "npm:2.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["destroy", [\ + ["npm:1.2.0", {\ + "packageLocation": "./.yarn/cache/destroy-npm-1.2.0-6a511802e2-0acb300b74.zip/node_modules/destroy/",\ + "packageDependencies": [\ + ["destroy", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["detect-libc", [\ @@ -3804,6 +4014,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["ee-first", [\ + ["npm:1.1.1", {\ + "packageLocation": "./.yarn/cache/ee-first-npm-1.1.1-33f8535b39-1b4cac778d.zip/node_modules/ee-first/",\ + "packageDependencies": [\ + ["ee-first", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["electron-to-chromium", [\ ["npm:1.4.137", {\ "packageLocation": "./.yarn/cache/electron-to-chromium-npm-1.4.137-35182e6efc-639d7b9490.zip/node_modules/electron-to-chromium/",\ @@ -3822,6 +4041,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["encodeurl", [\ + ["npm:1.0.2", {\ + "packageLocation": "./.yarn/cache/encodeurl-npm-1.0.2-f8c8454c41-e50e3d508c.zip/node_modules/encodeurl/",\ + "packageDependencies": [\ + ["encodeurl", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["encoding", [\ ["npm:0.1.13", {\ "packageLocation": "./.yarn/cache/encoding-npm-0.1.13-82a1837d30-bb98632f8f.zip/node_modules/encoding/",\ @@ -3974,33 +4202,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-windows-arm64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-npm-0.14.49-8ea32c7f59/node_modules/esbuild/",\ - "packageDependencies": [\ - ["esbuild", "npm:0.14.49"],\ - ["esbuild-android-64", "npm:0.14.49"],\ - ["esbuild-android-arm64", "npm:0.14.49"],\ - ["esbuild-darwin-64", "npm:0.14.49"],\ - ["esbuild-darwin-arm64", "npm:0.14.49"],\ - ["esbuild-freebsd-64", "npm:0.14.49"],\ - ["esbuild-freebsd-arm64", "npm:0.14.49"],\ - ["esbuild-linux-32", "npm:0.14.49"],\ - ["esbuild-linux-64", "npm:0.14.49"],\ - ["esbuild-linux-arm", "npm:0.14.49"],\ - ["esbuild-linux-arm64", "npm:0.14.49"],\ - ["esbuild-linux-mips64le", "npm:0.14.49"],\ - ["esbuild-linux-ppc64le", "npm:0.14.49"],\ - ["esbuild-linux-riscv64", "npm:0.14.49"],\ - ["esbuild-linux-s390x", "npm:0.14.49"],\ - ["esbuild-netbsd-64", "npm:0.14.49"],\ - ["esbuild-openbsd-64", "npm:0.14.49"],\ - ["esbuild-sunos-64", "npm:0.14.49"],\ - ["esbuild-windows-32", "npm:0.14.49"],\ - ["esbuild-windows-64", "npm:0.14.49"],\ - ["esbuild-windows-arm64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-android-64", [\ @@ -4010,13 +4211,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-android-64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-android-64-npm-0.14.49-8ab6d0c211/node_modules/esbuild-android-64/",\ - "packageDependencies": [\ - ["esbuild-android-64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-android-arm64", [\ @@ -4026,13 +4220,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-android-arm64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-android-arm64-npm-0.14.49-286ab74f81/node_modules/esbuild-android-arm64/",\ - "packageDependencies": [\ - ["esbuild-android-arm64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-darwin-64", [\ @@ -4042,13 +4229,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-darwin-64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-darwin-64-npm-0.14.49-55333913ef/node_modules/esbuild-darwin-64/",\ - "packageDependencies": [\ - ["esbuild-darwin-64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-darwin-arm64", [\ @@ -4058,13 +4238,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-darwin-arm64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-darwin-arm64-npm-0.14.49-3434761197/node_modules/esbuild-darwin-arm64/",\ - "packageDependencies": [\ - ["esbuild-darwin-arm64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-freebsd-64", [\ @@ -4074,13 +4247,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-freebsd-64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-freebsd-64-npm-0.14.49-b763ba7ebe/node_modules/esbuild-freebsd-64/",\ - "packageDependencies": [\ - ["esbuild-freebsd-64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-freebsd-arm64", [\ @@ -4090,13 +4256,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-freebsd-arm64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-freebsd-arm64-npm-0.14.49-c11fd04f0b/node_modules/esbuild-freebsd-arm64/",\ - "packageDependencies": [\ - ["esbuild-freebsd-arm64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-linux-32", [\ @@ -4106,13 +4265,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-linux-32", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-linux-32-npm-0.14.49-1634254ec4/node_modules/esbuild-linux-32/",\ - "packageDependencies": [\ - ["esbuild-linux-32", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-linux-64", [\ @@ -4122,13 +4274,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-linux-64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-linux-64-npm-0.14.49-96241737d6/node_modules/esbuild-linux-64/",\ - "packageDependencies": [\ - ["esbuild-linux-64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-linux-arm", [\ @@ -4138,13 +4283,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-linux-arm", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-linux-arm-npm-0.14.49-a8abc07f42/node_modules/esbuild-linux-arm/",\ - "packageDependencies": [\ - ["esbuild-linux-arm", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-linux-arm64", [\ @@ -4154,13 +4292,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-linux-arm64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-linux-arm64-npm-0.14.49-54281525ae/node_modules/esbuild-linux-arm64/",\ - "packageDependencies": [\ - ["esbuild-linux-arm64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-linux-mips64le", [\ @@ -4170,13 +4301,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-linux-mips64le", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-linux-mips64le-npm-0.14.49-bbf71f749a/node_modules/esbuild-linux-mips64le/",\ - "packageDependencies": [\ - ["esbuild-linux-mips64le", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-linux-ppc64le", [\ @@ -4186,13 +4310,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-linux-ppc64le", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-linux-ppc64le-npm-0.14.49-01e0f34004/node_modules/esbuild-linux-ppc64le/",\ - "packageDependencies": [\ - ["esbuild-linux-ppc64le", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-linux-riscv64", [\ @@ -4202,13 +4319,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-linux-riscv64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-linux-riscv64-npm-0.14.49-26ace1600d/node_modules/esbuild-linux-riscv64/",\ - "packageDependencies": [\ - ["esbuild-linux-riscv64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-linux-s390x", [\ @@ -4218,13 +4328,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-linux-s390x", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-linux-s390x-npm-0.14.49-a45311815a/node_modules/esbuild-linux-s390x/",\ - "packageDependencies": [\ - ["esbuild-linux-s390x", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-netbsd-64", [\ @@ -4234,13 +4337,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-netbsd-64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-netbsd-64-npm-0.14.49-3c4da1e04e/node_modules/esbuild-netbsd-64/",\ - "packageDependencies": [\ - ["esbuild-netbsd-64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-openbsd-64", [\ @@ -4250,13 +4346,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-openbsd-64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-openbsd-64-npm-0.14.49-759332d439/node_modules/esbuild-openbsd-64/",\ - "packageDependencies": [\ - ["esbuild-openbsd-64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-sunos-64", [\ @@ -4266,13 +4355,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-sunos-64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-sunos-64-npm-0.14.49-5b833f4bb9/node_modules/esbuild-sunos-64/",\ - "packageDependencies": [\ - ["esbuild-sunos-64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-windows-32", [\ @@ -4282,13 +4364,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-windows-32", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-windows-32-npm-0.14.49-ec5266d8cc/node_modules/esbuild-windows-32/",\ - "packageDependencies": [\ - ["esbuild-windows-32", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-windows-64", [\ @@ -4298,13 +4373,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-windows-64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-windows-64-npm-0.14.49-72426d3535/node_modules/esbuild-windows-64/",\ - "packageDependencies": [\ - ["esbuild-windows-64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["esbuild-windows-arm64", [\ @@ -4314,13 +4382,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["esbuild-windows-arm64", "npm:0.14.38"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:0.14.49", {\ - "packageLocation": "./.yarn/unplugged/esbuild-windows-arm64-npm-0.14.49-88d3b995f3/node_modules/esbuild-windows-arm64/",\ - "packageDependencies": [\ - ["esbuild-windows-arm64", "npm:0.14.49"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["escalade", [\ @@ -4332,6 +4393,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["escape-html", [\ + ["npm:1.0.3", {\ + "packageLocation": "./.yarn/cache/escape-html-npm-1.0.3-376c22ee74-6213ca9ae0.zip/node_modules/escape-html/",\ + "packageDependencies": [\ + ["escape-html", "npm:1.0.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["escape-string-regexp", [\ ["npm:1.0.5", {\ "packageLocation": "./.yarn/cache/escape-string-regexp-npm-1.0.5-3284de402f-6092fda75c.zip/node_modules/escape-string-regexp/",\ @@ -4558,7 +4628,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@typescript-eslint/parser", null],\ ["array-includes", "npm:3.1.4"],\ ["array.prototype.flat", "npm:1.3.0"],\ - ["debug", "virtual:c0858ad0a599e687a7d876de5591e3b098ca550f5c1ad46e7d0e2b6f5720a919cb228a47405daf7d626be1747e41a5b93e4b4d748f16d5e7c36c433aed618452#npm:2.6.9"],\ + ["debug", "virtual:faadf6353f98b703db6d695690b392666015d2aab4b710ea086196f4598c68e2b84944d3717503cadb554811494ac27c376eca728086556897f6a7cdb35eaef5#npm:2.6.9"],\ ["doctrine", "npm:2.1.0"],\ ["eslint", "npm:8.20.0"],\ ["eslint-import-resolver-node", "npm:0.3.6"],\ @@ -4813,6 +4883,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["etag", [\ + ["npm:1.8.1", {\ + "packageLocation": "./.yarn/cache/etag-npm-1.8.1-54a3b989d9-571aeb3dbe.zip/node_modules/etag/",\ + "packageDependencies": [\ + ["etag", "npm:1.8.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["eventemitter2", [\ ["npm:6.4.5", {\ "packageLocation": "./.yarn/cache/eventemitter2-npm-6.4.5-6862f231f1-84504f9cf0.zip/node_modules/eventemitter2/",\ @@ -4899,6 +4978,20 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["fast-glob", [\ + ["npm:3.2.11", {\ + "packageLocation": "./.yarn/cache/fast-glob-npm-3.2.11-bc01135fef-f473105324.zip/node_modules/fast-glob/",\ + "packageDependencies": [\ + ["fast-glob", "npm:3.2.11"],\ + ["@nodelib/fs.stat", "npm:2.0.5"],\ + ["@nodelib/fs.walk", "npm:1.2.8"],\ + ["glob-parent", "npm:5.1.2"],\ + ["merge2", "npm:1.4.1"],\ + ["micromatch", "npm:4.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["fast-json-stable-stringify", [\ ["npm:2.1.0", {\ "packageLocation": "./.yarn/cache/fast-json-stable-stringify-npm-2.1.0-02e8905fda-b191531e36.zip/node_modules/fast-json-stable-stringify/",\ @@ -4917,6 +5010,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["fastq", [\ + ["npm:1.13.0", {\ + "packageLocation": "./.yarn/cache/fastq-npm-1.13.0-a45963881c-32cf15c29a.zip/node_modules/fastq/",\ + "packageDependencies": [\ + ["fastq", "npm:1.13.0"],\ + ["reusify", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["fd-slicer", [\ ["npm:1.1.0", {\ "packageLocation": "./.yarn/cache/fd-slicer-npm-1.1.0-3cade0050a-c8585fd571.zip/node_modules/fd-slicer/",\ @@ -5037,6 +5140,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["fresh", [\ + ["npm:0.5.2", {\ + "packageLocation": "./.yarn/cache/fresh-npm-0.5.2-ad2bb4c0a2-13ea8b08f9.zip/node_modules/fresh/",\ + "packageDependencies": [\ + ["fresh", "npm:0.5.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["fs-extra", [\ ["npm:9.1.0", {\ "packageLocation": "./.yarn/cache/fs-extra-npm-9.1.0-983c2ddb4c-ba71ba32e0.zip/node_modules/fs-extra/",\ @@ -5123,15 +5235,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["get-func-name", [\ - ["npm:2.0.0", {\ - "packageLocation": "./.yarn/cache/get-func-name-npm-2.0.0-afbf363765-8d82e69f3e.zip/node_modules/get-func-name/",\ - "packageDependencies": [\ - ["get-func-name", "npm:2.0.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["get-intrinsic", [\ ["npm:1.1.1", {\ "packageLocation": "./.yarn/cache/get-intrinsic-npm-1.1.1-7e868745da-a9fe2ca8fa.zip/node_modules/get-intrinsic/",\ @@ -5493,6 +5596,20 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["http-errors", [\ + ["npm:2.0.0", {\ + "packageLocation": "./.yarn/cache/http-errors-npm-2.0.0-3f1c503428-9b0a378266.zip/node_modules/http-errors/",\ + "packageDependencies": [\ + ["http-errors", "npm:2.0.0"],\ + ["depd", "npm:2.0.0"],\ + ["inherits", "npm:2.0.4"],\ + ["setprototypeof", "npm:1.2.0"],\ + ["statuses", "npm:2.0.1"],\ + ["toidentifier", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["http-proxy-agent", [\ ["npm:5.0.0", {\ "packageLocation": "./.yarn/cache/http-proxy-agent-npm-5.0.0-7f1f121b83-e2ee1ff165.zip/node_modules/http-proxy-agent/",\ @@ -5575,6 +5692,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["image-size", [\ + ["npm:1.0.2", {\ + "packageLocation": "./.yarn/cache/image-size-npm-1.0.2-ed5424d843-01745fdb47.zip/node_modules/image-size/",\ + "packageDependencies": [\ + ["image-size", "npm:1.0.2"],\ + ["queue", "npm:6.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["immutable", [\ ["npm:4.0.0", {\ "packageLocation": "./.yarn/cache/immutable-npm-4.0.0-74b844f82e-4b5e9181e4.zip/node_modules/immutable/",\ @@ -6291,10 +6418,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "SOFT"\ }],\ - ["virtual:b9950af2d111388934806057a586eabc99a9a1279d1f7d5a87654ac6209cdd318e086140e128e4a5adc819e925bea187073b27a79d28a166d5dffe758bcd5335#npm:3.14.0", {\ - "packageLocation": "./.yarn/__virtual__/listr2-virtual-846882e0be/0/cache/listr2-npm-3.14.0-446f504112-fdb8b2d6bd.zip/node_modules/listr2/",\ + ["virtual:8b88bc096804b2c627a32f40725b14a996d877ee8bda48fd45e5a77e728eb7b56f9b03f5f71f79cfdf9db875bd1210a287a22835a04d24de42ccec68f039c184#npm:3.14.0", {\ + "packageLocation": "./.yarn/__virtual__/listr2-virtual-4936bba79d/0/cache/listr2-npm-3.14.0-446f504112-fdb8b2d6bd.zip/node_modules/listr2/",\ "packageDependencies": [\ - ["listr2", "virtual:b9950af2d111388934806057a586eabc99a9a1279d1f7d5a87654ac6209cdd318e086140e128e4a5adc819e925bea187073b27a79d28a166d5dffe758bcd5335#npm:3.14.0"],\ + ["listr2", "virtual:8b88bc096804b2c627a32f40725b14a996d877ee8bda48fd45e5a77e728eb7b56f9b03f5f71f79cfdf9db875bd1210a287a22835a04d24de42ccec68f039c184#npm:3.14.0"],\ ["@types/enquirer", null],\ ["cli-truncate", "npm:2.1.0"],\ ["colorette", "npm:2.0.16"],\ @@ -6334,15 +6461,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["local-pkg", [\ - ["npm:0.4.2", {\ - "packageLocation": "./.yarn/cache/local-pkg-npm-0.4.2-534016519b-22be451353.zip/node_modules/local-pkg/",\ - "packageDependencies": [\ - ["local-pkg", "npm:0.4.2"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["locate-path", [\ ["npm:2.0.0", {\ "packageLocation": "./.yarn/cache/locate-path-npm-2.0.0-673d28b0ea-02d581edbb.zip/node_modules/locate-path/",\ @@ -6431,16 +6549,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["loupe", [\ - ["npm:2.3.4", {\ - "packageLocation": "./.yarn/cache/loupe-npm-2.3.4-2067703c8d-5af91db61a.zip/node_modules/loupe/",\ - "packageDependencies": [\ - ["loupe", "npm:2.3.4"],\ - ["get-func-name", "npm:2.0.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["lru-cache", [\ ["npm:6.0.0", {\ "packageLocation": "./.yarn/cache/lru-cache-npm-6.0.0-b4c8668fe1-f97f499f89.zip/node_modules/lru-cache/",\ @@ -6530,6 +6638,35 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["merge2", [\ + ["npm:1.4.1", {\ + "packageLocation": "./.yarn/cache/merge2-npm-1.4.1-a2507bd06c-7268db63ed.zip/node_modules/merge2/",\ + "packageDependencies": [\ + ["merge2", "npm:1.4.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["micromatch", [\ + ["npm:4.0.5", {\ + "packageLocation": "./.yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip/node_modules/micromatch/",\ + "packageDependencies": [\ + ["micromatch", "npm:4.0.5"],\ + ["braces", "npm:3.0.2"],\ + ["picomatch", "npm:2.3.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["mime", [\ + ["npm:1.6.0", {\ + "packageLocation": "./.yarn/cache/mime-npm-1.6.0-60ae95038a-fef25e3926.zip/node_modules/mime/",\ + "packageDependencies": [\ + ["mime", "npm:1.6.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["mime-db", [\ ["npm:1.52.0", {\ "packageLocation": "./.yarn/cache/mime-db-npm-1.52.0-b5371d6fd2-0d99a03585.zip/node_modules/mime-db/",\ @@ -7010,6 +7147,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["on-finished", [\ + ["npm:2.4.1", {\ + "packageLocation": "./.yarn/cache/on-finished-npm-2.4.1-907af70f88-d20929a25e.zip/node_modules/on-finished/",\ + "packageDependencies": [\ + ["on-finished", "npm:2.4.1"],\ + ["ee-first", "npm:1.1.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["once", [\ ["npm:1.4.0", {\ "packageLocation": "./.yarn/cache/once-npm-1.4.0-ccf03ef07a-cd0a885013.zip/node_modules/once/",\ @@ -7218,6 +7365,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["path-to-regexp", [\ + ["npm:6.2.1", {\ + "packageLocation": "./.yarn/cache/path-to-regexp-npm-6.2.1-8ebfe03654-f0227af828.zip/node_modules/path-to-regexp/",\ + "packageDependencies": [\ + ["path-to-regexp", "npm:6.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["path-type", [\ ["npm:4.0.0", {\ "packageLocation": "./.yarn/cache/path-type-npm-4.0.0-10d47fc86a-5b1e2daa24.zip/node_modules/path-type/",\ @@ -7227,15 +7383,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["pathval", [\ - ["npm:1.1.1", {\ - "packageLocation": "./.yarn/cache/pathval-npm-1.1.1-ce0311d7e0-090e314771.zip/node_modules/pathval/",\ - "packageDependencies": [\ - ["pathval", "npm:1.1.1"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["pend", [\ ["npm:1.2.0", {\ "packageLocation": "./.yarn/cache/pend-npm-1.2.0-7a13d93266-6c72f52433.zip/node_modules/pend/",\ @@ -7707,6 +7854,34 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["queue", [\ + ["npm:6.0.2", {\ + "packageLocation": "./.yarn/cache/queue-npm-6.0.2-ebbcf599cf-ebc2363924.zip/node_modules/queue/",\ + "packageDependencies": [\ + ["queue", "npm:6.0.2"],\ + ["inherits", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["queue-microtask", [\ + ["npm:1.2.3", {\ + "packageLocation": "./.yarn/cache/queue-microtask-npm-1.2.3-fcc98e4e2d-b676f8c040.zip/node_modules/queue-microtask/",\ + "packageDependencies": [\ + ["queue-microtask", "npm:1.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["range-parser", [\ + ["npm:1.2.1", {\ + "packageLocation": "./.yarn/cache/range-parser-npm-1.2.1-1a470fa390-0a268d4fea.zip/node_modules/range-parser/",\ + "packageDependencies": [\ + ["range-parser", "npm:1.2.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["react-error-overlay", [\ ["npm:6.0.9", {\ "packageLocation": "./.yarn/cache/react-error-overlay-npm-6.0.9-96e7e1e53a-695853bc88.zip/node_modules/react-error-overlay/",\ @@ -7812,16 +7987,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["supports-preserve-symlinks-flag", "npm:1.0.0"]\ ],\ "linkType": "HARD"\ - }],\ - ["patch:resolve@npm%3A1.22.1#~builtin::version=1.22.1&hash=07638b", {\ - "packageLocation": "./.yarn/cache/resolve-patch-46f9469d0d-5656f4d0be.zip/node_modules/resolve/",\ - "packageDependencies": [\ - ["resolve", "patch:resolve@npm%3A1.22.1#~builtin::version=1.22.1&hash=07638b"],\ - ["is-core-module", "npm:2.9.0"],\ - ["path-parse", "npm:1.0.7"],\ - ["supports-preserve-symlinks-flag", "npm:1.0.0"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["resolve-from", [\ @@ -7853,6 +8018,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["reusify", [\ + ["npm:1.0.4", {\ + "packageLocation": "./.yarn/cache/reusify-npm-1.0.4-95ac4aec11-c3076ebcc2.zip/node_modules/reusify/",\ + "packageDependencies": [\ + ["reusify", "npm:1.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["rfdc", [\ ["npm:1.3.0", {\ "packageLocation": "./.yarn/cache/rfdc-npm-1.3.0-272f288ad8-fb2ba8512e.zip/node_modules/rfdc/",\ @@ -7889,14 +8063,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["fsevents", "patch:fsevents@npm%3A2.3.2#~builtin::version=2.3.2&hash=18f3a7"]\ ],\ "linkType": "HARD"\ - }],\ - ["npm:2.76.0", {\ - "packageLocation": "./.yarn/cache/rollup-npm-2.76.0-50edb80f3c-58293e1c63.zip/node_modules/rollup/",\ - "packageDependencies": [\ - ["rollup", "npm:2.76.0"],\ - ["fsevents", "patch:fsevents@npm%3A2.3.2#~builtin::version=2.3.2&hash=18f3a7"]\ - ],\ - "linkType": "HARD"\ }]\ ]],\ ["root-workspace-0b6124", [\ @@ -7904,6 +8070,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./",\ "packageDependencies": [\ ["root-workspace-0b6124", "workspace:."],\ + ["@faker-js/faker", "npm:7.5.0"],\ ["@fullcalendar/bootstrap5", "npm:5.11.0"],\ ["@fullcalendar/core", "npm:5.11.0"],\ ["@fullcalendar/daygrid", "npm:5.11.0"],\ @@ -7913,6 +8080,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@fullcalendar/timegrid", "npm:5.11.0"],\ ["@fullcalendar/vue3", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:5.11.1"],\ ["@parcel/transformer-sass", "npm:2.6.2"],\ + ["@percy/cli", "npm:1.10.0"],\ + ["@percy/cypress", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:3.1.2"],\ ["@popperjs/core", "npm:2.11.5"],\ ["@vitejs/plugin-vue", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.3.3"],\ ["@vue/test-utils", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.0.2"],\ @@ -7922,7 +8091,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["browserlist", "npm:1.0.1"],\ ["c8", "npm:7.12.0"],\ ["caniuse-lite", "npm:1.0.30001368"],\ - ["cypress", "npm:10.3.1"],\ + ["cypress", "npm:10.7.0"],\ ["cypress-real-events", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.7.1"],\ ["d3", "npm:7.6.1"],\ ["eslint", "npm:8.20.0"],\ @@ -7941,9 +8110,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["js-cookie", "npm:3.0.1"],\ ["list.js", "npm:2.3.1"],\ ["lodash", "npm:4.17.21"],\ + ["lodash-es", "npm:4.17.21"],\ ["luxon", "npm:3.0.1"],\ ["moment", "npm:2.29.4"],\ ["moment-timezone", "npm:0.5.34"],\ + ["ms", "npm:2.1.3"],\ ["murmurhash-js", "npm:1.0.0"],\ ["naive-ui", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.31.0"],\ ["parcel", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.6.2"],\ @@ -7951,12 +8122,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["pinia-plugin-persist", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:1.0.0"],\ ["pug", "npm:3.0.2"],\ ["sass", "npm:1.53.0"],\ + ["seedrandom", "npm:3.0.5"],\ ["select2", "npm:4.1.0-rc.0"],\ ["select2-bootstrap-5-theme", "npm:1.3.0"],\ + ["send", "npm:0.18.0"],\ ["slugify", "npm:1.6.5"],\ ["sortablejs", "npm:1.15.0"],\ ["vite", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.9.14"],\ - ["vitest", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:0.18.1"],\ ["vue", "npm:3.2.37"],\ ["vue-router", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:4.1.2"],\ ["zxcvbn", "npm:4.4.2"]\ @@ -7964,6 +8136,16 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "SOFT"\ }]\ ]],\ + ["run-parallel", [\ + ["npm:1.2.0", {\ + "packageLocation": "./.yarn/cache/run-parallel-npm-1.2.0-3f47ff2034-cb4f97ad25.zip/node_modules/run-parallel/",\ + "packageDependencies": [\ + ["run-parallel", "npm:1.2.0"],\ + ["queue-microtask", "npm:1.2.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["rw", [\ ["npm:1.3.3", {\ "packageLocation": "./.yarn/cache/rw-npm-1.3.3-2197930a8d-c20d82421f.zip/node_modules/rw/",\ @@ -8030,6 +8212,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["seedrandom", [\ + ["npm:3.0.5", {\ + "packageLocation": "./.yarn/cache/seedrandom-npm-3.0.5-6946e8f8db-728b56bc3b.zip/node_modules/seedrandom/",\ + "packageDependencies": [\ + ["seedrandom", "npm:3.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["seemly", [\ ["npm:0.3.3", {\ "packageLocation": "./.yarn/cache/seemly-npm-0.3.3-1df3254399-b6445553f8.zip/node_modules/seemly/",\ @@ -8092,6 +8283,28 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["send", [\ + ["npm:0.18.0", {\ + "packageLocation": "./.yarn/cache/send-npm-0.18.0-faadf6353f-74fc07ebb5.zip/node_modules/send/",\ + "packageDependencies": [\ + ["send", "npm:0.18.0"],\ + ["debug", "virtual:faadf6353f98b703db6d695690b392666015d2aab4b710ea086196f4598c68e2b84944d3717503cadb554811494ac27c376eca728086556897f6a7cdb35eaef5#npm:2.6.9"],\ + ["depd", "npm:2.0.0"],\ + ["destroy", "npm:1.2.0"],\ + ["encodeurl", "npm:1.0.2"],\ + ["escape-html", "npm:1.0.3"],\ + ["etag", "npm:1.8.1"],\ + ["fresh", "npm:0.5.2"],\ + ["http-errors", "npm:2.0.0"],\ + ["mime", "npm:1.6.0"],\ + ["ms", "npm:2.1.3"],\ + ["on-finished", "npm:2.4.1"],\ + ["range-parser", "npm:1.2.1"],\ + ["statuses", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["set-blocking", [\ ["npm:2.0.0", {\ "packageLocation": "./.yarn/cache/set-blocking-npm-2.0.0-49e2cffa24-6e65a05f7c.zip/node_modules/set-blocking/",\ @@ -8101,6 +8314,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["setprototypeof", [\ + ["npm:1.2.0", {\ + "packageLocation": "./.yarn/cache/setprototypeof-npm-1.2.0-0fedbdcd3a-be18cbbf70.zip/node_modules/setprototypeof/",\ + "packageDependencies": [\ + ["setprototypeof", "npm:1.2.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["shebang-command", [\ ["npm:2.0.0", {\ "packageLocation": "./.yarn/cache/shebang-command-npm-2.0.0-eb2b01921d-6b52fe8727.zip/node_modules/shebang-command/",\ @@ -8305,6 +8527,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["statuses", [\ + ["npm:2.0.1", {\ + "packageLocation": "./.yarn/cache/statuses-npm-2.0.1-81d2b97fee-18c7623fdb.zip/node_modules/statuses/",\ + "packageDependencies": [\ + ["statuses", "npm:2.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["string-natural-compare", [\ ["npm:2.0.3", {\ "packageLocation": "./.yarn/cache/string-natural-compare-npm-2.0.3-9ad7314e5b-e0f22bb0de.zip/node_modules/string-natural-compare/",\ @@ -8531,24 +8762,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["tinypool", [\ - ["npm:0.2.4", {\ - "packageLocation": "./.yarn/cache/tinypool-npm-0.2.4-1940a28d43-f050bd36c8.zip/node_modules/tinypool/",\ - "packageDependencies": [\ - ["tinypool", "npm:0.2.4"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ - ["tinyspy", [\ - ["npm:1.0.0", {\ - "packageLocation": "./.yarn/cache/tinyspy-npm-1.0.0-6b0cbea3cc-f9a7cea406.zip/node_modules/tinyspy/",\ - "packageDependencies": [\ - ["tinyspy", "npm:1.0.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["tmp", [\ ["npm:0.2.1", {\ "packageLocation": "./.yarn/cache/tmp-npm-0.2.1-a9c8d9c0ca-8b12146541.zip/node_modules/tmp/",\ @@ -8578,6 +8791,15 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["toidentifier", [\ + ["npm:1.0.1", {\ + "packageLocation": "./.yarn/cache/toidentifier-npm-1.0.1-f759712599-952c29e2a8.zip/node_modules/toidentifier/",\ + "packageDependencies": [\ + ["toidentifier", "npm:1.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["token-stream", [\ ["npm:1.0.0", {\ "packageLocation": "./.yarn/cache/token-stream-npm-1.0.0-b6bc01bff8-e8adb56f31.zip/node_modules/token-stream/",\ @@ -8668,15 +8890,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["type-detect", [\ - ["npm:4.0.8", {\ - "packageLocation": "./.yarn/cache/type-detect-npm-4.0.8-8d8127b901-62b5628bff.zip/node_modules/type-detect/",\ - "packageDependencies": [\ - ["type-detect", "npm:4.0.8"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["type-fest", [\ ["npm:0.20.2", {\ "packageLocation": "./.yarn/cache/type-fest-npm-0.20.2-b36432617f-4fb3272df2.zip/node_modules/type-fest/",\ @@ -8845,43 +9058,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ],\ "linkType": "SOFT"\ }],\ - ["npm:3.0.0-beta.10", {\ - "packageLocation": "./.yarn/cache/vite-npm-3.0.0-beta.10-1e22aa4d4f-2b27107dac.zip/node_modules/vite/",\ - "packageDependencies": [\ - ["vite", "npm:3.0.0-beta.10"]\ - ],\ - "linkType": "SOFT"\ - }],\ - ["virtual:1fc33f4bd6116a9fc7ed51fd7378f3446ce4639067e8bf74a88ca6296c7ed2b0f7caf5fcb0663dcbe087d9cbcbbf6d979d5db1a32d0e8c64b86ed894884a5422#npm:3.0.0-beta.10", {\ - "packageLocation": "./.yarn/__virtual__/vite-virtual-98b4265b36/0/cache/vite-npm-3.0.0-beta.10-1e22aa4d4f-2b27107dac.zip/node_modules/vite/",\ - "packageDependencies": [\ - ["vite", "virtual:1fc33f4bd6116a9fc7ed51fd7378f3446ce4639067e8bf74a88ca6296c7ed2b0f7caf5fcb0663dcbe087d9cbcbbf6d979d5db1a32d0e8c64b86ed894884a5422#npm:3.0.0-beta.10"],\ - ["@types/less", null],\ - ["@types/sass", null],\ - ["@types/stylus", null],\ - ["@types/terser", null],\ - ["esbuild", "npm:0.14.49"],\ - ["fsevents", "patch:fsevents@npm%3A2.3.2#~builtin::version=2.3.2&hash=18f3a7"],\ - ["less", null],\ - ["postcss", "npm:8.4.14"],\ - ["resolve", "patch:resolve@npm%3A1.22.1#~builtin::version=1.22.1&hash=07638b"],\ - ["rollup", "npm:2.76.0"],\ - ["sass", null],\ - ["stylus", null],\ - ["terser", null]\ - ],\ - "packagePeers": [\ - "@types/less",\ - "@types/sass",\ - "@types/stylus",\ - "@types/terser",\ - "less",\ - "sass",\ - "stylus",\ - "terser"\ - ],\ - "linkType": "HARD"\ - }],\ ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:2.9.14", {\ "packageLocation": "./.yarn/__virtual__/vite-virtual-2d90dfcffc/0/cache/vite-npm-2.9.14-6654defddb-f78b54f584.zip/node_modules/vite/",\ "packageDependencies": [\ @@ -8909,53 +9085,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ - ["vitest", [\ - ["npm:0.18.1", {\ - "packageLocation": "./.yarn/cache/vitest-npm-0.18.1-e5f5447995-0d3a77625e.zip/node_modules/vitest/",\ - "packageDependencies": [\ - ["vitest", "npm:0.18.1"]\ - ],\ - "linkType": "SOFT"\ - }],\ - ["virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:0.18.1", {\ - "packageLocation": "./.yarn/__virtual__/vitest-virtual-1fc33f4bd6/0/cache/vitest-npm-0.18.1-e5f5447995-0d3a77625e.zip/node_modules/vitest/",\ - "packageDependencies": [\ - ["vitest", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:0.18.1"],\ - ["@edge-runtime/vm", null],\ - ["@types/c8", null],\ - ["@types/chai", "npm:4.3.1"],\ - ["@types/chai-subset", "npm:1.3.3"],\ - ["@types/edge-runtime__vm", null],\ - ["@types/happy-dom", null],\ - ["@types/jsdom", null],\ - ["@types/node", "npm:14.18.18"],\ - ["@types/vitest__ui", null],\ - ["@vitest/ui", null],\ - ["c8", "npm:7.12.0"],\ - ["chai", "npm:4.3.6"],\ - ["debug", "virtual:b86a9fb34323a98c6519528ed55faa0d9b44ca8879307c0b29aa384bde47ff59a7d0c9051b31246f14521dfb71ba3c5d6d0b35c29fffc17bf875aa6ad977d9e8#npm:4.3.4"],\ - ["happy-dom", null],\ - ["jsdom", null],\ - ["local-pkg", "npm:0.4.2"],\ - ["tinypool", "npm:0.2.4"],\ - ["tinyspy", "npm:1.0.0"],\ - ["vite", "virtual:1fc33f4bd6116a9fc7ed51fd7378f3446ce4639067e8bf74a88ca6296c7ed2b0f7caf5fcb0663dcbe087d9cbcbbf6d979d5db1a32d0e8c64b86ed894884a5422#npm:3.0.0-beta.10"]\ - ],\ - "packagePeers": [\ - "@edge-runtime/vm",\ - "@types/c8",\ - "@types/edge-runtime__vm",\ - "@types/happy-dom",\ - "@types/jsdom",\ - "@types/vitest__ui",\ - "@vitest/ui",\ - "c8",\ - "happy-dom",\ - "jsdom"\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["void-elements", [\ ["npm:3.1.0", {\ "packageLocation": "./.yarn/cache/void-elements-npm-3.1.0-4f43780839-0390f81810.zip/node_modules/void-elements/",\ @@ -9250,6 +9379,32 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD"\ }]\ ]],\ + ["ws", [\ + ["npm:8.8.1", {\ + "packageLocation": "./.yarn/cache/ws-npm-8.8.1-955e8c9f58-2152cf862c.zip/node_modules/ws/",\ + "packageDependencies": [\ + ["ws", "npm:8.8.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:43455a9bc47f7a0dc1843dbe7532e49cdfdca6b3e256e631c0203b11f83bbc493c07df77c520cae645e55580740c91837a2799ac43885da1fc67d8418a2dfbf7#npm:8.8.1", {\ + "packageLocation": "./.yarn/__virtual__/ws-virtual-f033cde4fc/0/cache/ws-npm-8.8.1-955e8c9f58-2152cf862c.zip/node_modules/ws/",\ + "packageDependencies": [\ + ["ws", "virtual:43455a9bc47f7a0dc1843dbe7532e49cdfdca6b3e256e631c0203b11f83bbc493c07df77c520cae645e55580740c91837a2799ac43885da1fc67d8418a2dfbf7#npm:8.8.1"],\ + ["@types/bufferutil", null],\ + ["@types/utf-8-validate", null],\ + ["bufferutil", null],\ + ["utf-8-validate", null]\ + ],\ + "packagePeers": [\ + "@types/bufferutil",\ + "@types/utf-8-validate",\ + "bufferutil",\ + "utf-8-validate"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["xml-name-validator", [\ ["npm:4.0.0", {\ "packageLocation": "./.yarn/cache/xml-name-validator-npm-4.0.0-0857c21729-af100b79c2.zip/node_modules/xml-name-validator/",\ @@ -9293,6 +9448,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["yaml", "npm:1.10.2"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:2.1.1", {\ + "packageLocation": "./.yarn/cache/yaml-npm-2.1.1-e717f9b915-f48bb20991.zip/node_modules/yaml/",\ + "packageDependencies": [\ + ["yaml", "npm:2.1.1"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["yargs", [\ diff --git a/.yarn/cache/@faker-js-faker-npm-7.5.0-1dcb36d85a-6f2c48a801.zip b/.yarn/cache/@faker-js-faker-npm-7.5.0-1dcb36d85a-6f2c48a801.zip new file mode 100644 index 000000000..87061eb40 Binary files /dev/null and b/.yarn/cache/@faker-js-faker-npm-7.5.0-1dcb36d85a-6f2c48a801.zip differ diff --git a/.yarn/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-a970d595bd.zip b/.yarn/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-a970d595bd.zip new file mode 100644 index 000000000..99f6bc1e2 Binary files /dev/null and b/.yarn/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-a970d595bd.zip differ diff --git a/.yarn/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-012480b5ca.zip b/.yarn/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-012480b5ca.zip new file mode 100644 index 000000000..e86d01e26 Binary files /dev/null and b/.yarn/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-012480b5ca.zip differ diff --git a/.yarn/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-190c643f15.zip b/.yarn/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-190c643f15.zip new file mode 100644 index 000000000..1750003a7 Binary files /dev/null and b/.yarn/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-190c643f15.zip differ diff --git a/.yarn/cache/@percy-cli-app-npm-1.10.0-6eea418e95-cd4de4c9b8.zip b/.yarn/cache/@percy-cli-app-npm-1.10.0-6eea418e95-cd4de4c9b8.zip new file mode 100644 index 000000000..9e63c5a3e Binary files /dev/null and b/.yarn/cache/@percy-cli-app-npm-1.10.0-6eea418e95-cd4de4c9b8.zip differ diff --git a/.yarn/cache/@percy-cli-build-npm-1.10.0-a2eaffbe3e-effdda8ce5.zip b/.yarn/cache/@percy-cli-build-npm-1.10.0-a2eaffbe3e-effdda8ce5.zip new file mode 100644 index 000000000..86a686926 Binary files /dev/null and b/.yarn/cache/@percy-cli-build-npm-1.10.0-a2eaffbe3e-effdda8ce5.zip differ diff --git a/.yarn/cache/@percy-cli-command-npm-1.10.0-d7f17a9f67-e5825eb0bd.zip b/.yarn/cache/@percy-cli-command-npm-1.10.0-d7f17a9f67-e5825eb0bd.zip new file mode 100644 index 000000000..c248c827d Binary files /dev/null and b/.yarn/cache/@percy-cli-command-npm-1.10.0-d7f17a9f67-e5825eb0bd.zip differ diff --git a/.yarn/cache/@percy-cli-config-npm-1.10.0-abb0246086-0b7b5529a5.zip b/.yarn/cache/@percy-cli-config-npm-1.10.0-abb0246086-0b7b5529a5.zip new file mode 100644 index 000000000..13a3c68c6 Binary files /dev/null and b/.yarn/cache/@percy-cli-config-npm-1.10.0-abb0246086-0b7b5529a5.zip differ diff --git a/.yarn/cache/@percy-cli-exec-npm-1.10.0-c354c173e8-26b4ce1b2f.zip b/.yarn/cache/@percy-cli-exec-npm-1.10.0-c354c173e8-26b4ce1b2f.zip new file mode 100644 index 000000000..9ce466f15 Binary files /dev/null and b/.yarn/cache/@percy-cli-exec-npm-1.10.0-c354c173e8-26b4ce1b2f.zip differ diff --git a/.yarn/cache/@percy-cli-npm-1.10.0-0109f05c2c-5f0c29a140.zip b/.yarn/cache/@percy-cli-npm-1.10.0-0109f05c2c-5f0c29a140.zip new file mode 100644 index 000000000..add840cd4 Binary files /dev/null and b/.yarn/cache/@percy-cli-npm-1.10.0-0109f05c2c-5f0c29a140.zip differ diff --git a/.yarn/cache/@percy-cli-snapshot-npm-1.10.0-06f21aa0b5-9618853d01.zip b/.yarn/cache/@percy-cli-snapshot-npm-1.10.0-06f21aa0b5-9618853d01.zip new file mode 100644 index 000000000..33686ae35 Binary files /dev/null and b/.yarn/cache/@percy-cli-snapshot-npm-1.10.0-06f21aa0b5-9618853d01.zip differ diff --git a/.yarn/cache/@percy-cli-upload-npm-1.10.0-3c60056f9c-586c877255.zip b/.yarn/cache/@percy-cli-upload-npm-1.10.0-3c60056f9c-586c877255.zip new file mode 100644 index 000000000..95d9727f4 Binary files /dev/null and b/.yarn/cache/@percy-cli-upload-npm-1.10.0-3c60056f9c-586c877255.zip differ diff --git a/.yarn/cache/@percy-client-npm-1.10.0-8b7c6c6c6f-1bac4c60d9.zip b/.yarn/cache/@percy-client-npm-1.10.0-8b7c6c6c6f-1bac4c60d9.zip new file mode 100644 index 000000000..69be26bf4 Binary files /dev/null and b/.yarn/cache/@percy-client-npm-1.10.0-8b7c6c6c6f-1bac4c60d9.zip differ diff --git a/.yarn/cache/@percy-config-npm-1.10.0-f3f4b47057-bbe7db8d4c.zip b/.yarn/cache/@percy-config-npm-1.10.0-f3f4b47057-bbe7db8d4c.zip new file mode 100644 index 000000000..492b43be4 Binary files /dev/null and b/.yarn/cache/@percy-config-npm-1.10.0-f3f4b47057-bbe7db8d4c.zip differ diff --git a/.yarn/cache/@percy-core-npm-1.10.0-43455a9bc4-cc578f94bf.zip b/.yarn/cache/@percy-core-npm-1.10.0-43455a9bc4-cc578f94bf.zip new file mode 100644 index 000000000..429d3bfa0 Binary files /dev/null and b/.yarn/cache/@percy-core-npm-1.10.0-43455a9bc4-cc578f94bf.zip differ diff --git a/.yarn/cache/@percy-cypress-npm-3.1.2-b10a40bb3c-576b14c076.zip b/.yarn/cache/@percy-cypress-npm-3.1.2-b10a40bb3c-576b14c076.zip new file mode 100644 index 000000000..b5c56c64b Binary files /dev/null and b/.yarn/cache/@percy-cypress-npm-3.1.2-b10a40bb3c-576b14c076.zip differ diff --git a/.yarn/cache/@percy-dom-npm-1.10.0-1eceb0f594-e6fad16627.zip b/.yarn/cache/@percy-dom-npm-1.10.0-1eceb0f594-e6fad16627.zip new file mode 100644 index 000000000..8b17b6cd9 Binary files /dev/null and b/.yarn/cache/@percy-dom-npm-1.10.0-1eceb0f594-e6fad16627.zip differ diff --git a/.yarn/cache/@percy-env-npm-1.10.0-72a9b107ce-21fd4fe588.zip b/.yarn/cache/@percy-env-npm-1.10.0-72a9b107ce-21fd4fe588.zip new file mode 100644 index 000000000..68cdc9313 Binary files /dev/null and b/.yarn/cache/@percy-env-npm-1.10.0-72a9b107ce-21fd4fe588.zip differ diff --git a/.yarn/cache/@percy-logger-npm-1.10.0-8b3016723d-66ff2ddb5c.zip b/.yarn/cache/@percy-logger-npm-1.10.0-8b3016723d-66ff2ddb5c.zip new file mode 100644 index 000000000..d3745068c Binary files /dev/null and b/.yarn/cache/@percy-logger-npm-1.10.0-8b3016723d-66ff2ddb5c.zip differ diff --git a/.yarn/cache/@percy-sdk-utils-npm-1.10.0-bb3a5e31d6-9880758111.zip b/.yarn/cache/@percy-sdk-utils-npm-1.10.0-bb3a5e31d6-9880758111.zip new file mode 100644 index 000000000..e1793c8b1 Binary files /dev/null and b/.yarn/cache/@percy-sdk-utils-npm-1.10.0-bb3a5e31d6-9880758111.zip differ diff --git a/.yarn/cache/@types-chai-npm-4.3.1-dab3901c30-2ee246b76c.zip b/.yarn/cache/@types-chai-npm-4.3.1-dab3901c30-2ee246b76c.zip deleted file mode 100644 index 2b362280b..000000000 Binary files a/.yarn/cache/@types-chai-npm-4.3.1-dab3901c30-2ee246b76c.zip and /dev/null differ diff --git a/.yarn/cache/@types-chai-subset-npm-1.3.3-acf55b3b37-4481da7345.zip b/.yarn/cache/@types-chai-subset-npm-1.3.3-acf55b3b37-4481da7345.zip deleted file mode 100644 index 7f5de5f47..000000000 Binary files a/.yarn/cache/@types-chai-subset-npm-1.3.3-acf55b3b37-4481da7345.zip and /dev/null differ diff --git a/.yarn/cache/assertion-error-npm-1.1.0-66b893015e-fd9429d3a3.zip b/.yarn/cache/assertion-error-npm-1.1.0-66b893015e-fd9429d3a3.zip deleted file mode 100644 index e7b45eee3..000000000 Binary files a/.yarn/cache/assertion-error-npm-1.1.0-66b893015e-fd9429d3a3.zip and /dev/null differ diff --git a/.yarn/cache/chai-npm-4.3.6-dba90e4b0b-acff93fd53.zip b/.yarn/cache/chai-npm-4.3.6-dba90e4b0b-acff93fd53.zip deleted file mode 100644 index 1a0d17d02..000000000 Binary files a/.yarn/cache/chai-npm-4.3.6-dba90e4b0b-acff93fd53.zip and /dev/null differ diff --git a/.yarn/cache/check-error-npm-1.0.2-00c540c6e9-d9d1065044.zip b/.yarn/cache/check-error-npm-1.0.2-00c540c6e9-d9d1065044.zip deleted file mode 100644 index 23753533b..000000000 Binary files a/.yarn/cache/check-error-npm-1.0.2-00c540c6e9-d9d1065044.zip and /dev/null differ diff --git a/.yarn/cache/content-disposition-npm-0.5.4-2d93678616-afb9d545e2.zip b/.yarn/cache/content-disposition-npm-0.5.4-2d93678616-afb9d545e2.zip new file mode 100644 index 000000000..5f9dc26d3 Binary files /dev/null and b/.yarn/cache/content-disposition-npm-0.5.4-2d93678616-afb9d545e2.zip differ diff --git a/.yarn/cache/cypress-npm-10.3.1-b9950af2d1-7c76157195.zip b/.yarn/cache/cypress-npm-10.3.1-b9950af2d1-7c76157195.zip deleted file mode 100644 index cfd7990c5..000000000 Binary files a/.yarn/cache/cypress-npm-10.3.1-b9950af2d1-7c76157195.zip and /dev/null differ diff --git a/.yarn/cache/cypress-npm-10.7.0-8b88bc0968-ef8a5ae54f.zip b/.yarn/cache/cypress-npm-10.7.0-8b88bc0968-ef8a5ae54f.zip new file mode 100644 index 000000000..f5f2a8780 Binary files /dev/null and b/.yarn/cache/cypress-npm-10.7.0-8b88bc0968-ef8a5ae54f.zip differ diff --git a/.yarn/cache/deep-eql-npm-3.0.1-9a66c09c65-4f4c9fb79e.zip b/.yarn/cache/deep-eql-npm-3.0.1-9a66c09c65-4f4c9fb79e.zip deleted file mode 100644 index 0c632a27e..000000000 Binary files a/.yarn/cache/deep-eql-npm-3.0.1-9a66c09c65-4f4c9fb79e.zip and /dev/null differ diff --git a/.yarn/cache/depd-npm-2.0.0-b6c51a4b43-abbe19c768.zip b/.yarn/cache/depd-npm-2.0.0-b6c51a4b43-abbe19c768.zip new file mode 100644 index 000000000..30053d1cf Binary files /dev/null and b/.yarn/cache/depd-npm-2.0.0-b6c51a4b43-abbe19c768.zip differ diff --git a/.yarn/cache/destroy-npm-1.2.0-6a511802e2-0acb300b74.zip b/.yarn/cache/destroy-npm-1.2.0-6a511802e2-0acb300b74.zip new file mode 100644 index 000000000..3bc30ea4d Binary files /dev/null and b/.yarn/cache/destroy-npm-1.2.0-6a511802e2-0acb300b74.zip differ diff --git a/.yarn/cache/ee-first-npm-1.1.1-33f8535b39-1b4cac778d.zip b/.yarn/cache/ee-first-npm-1.1.1-33f8535b39-1b4cac778d.zip new file mode 100644 index 000000000..458439cba Binary files /dev/null and b/.yarn/cache/ee-first-npm-1.1.1-33f8535b39-1b4cac778d.zip differ diff --git a/.yarn/cache/encodeurl-npm-1.0.2-f8c8454c41-e50e3d508c.zip b/.yarn/cache/encodeurl-npm-1.0.2-f8c8454c41-e50e3d508c.zip new file mode 100644 index 000000000..e9badb765 Binary files /dev/null and b/.yarn/cache/encodeurl-npm-1.0.2-f8c8454c41-e50e3d508c.zip differ diff --git a/.yarn/cache/esbuild-darwin-64-npm-0.14.49-55333913ef-8.zip b/.yarn/cache/esbuild-darwin-64-npm-0.14.49-55333913ef-8.zip deleted file mode 100644 index cb177261d..000000000 Binary files a/.yarn/cache/esbuild-darwin-64-npm-0.14.49-55333913ef-8.zip and /dev/null differ diff --git a/.yarn/cache/esbuild-darwin-arm64-npm-0.14.49-3434761197-8.zip b/.yarn/cache/esbuild-darwin-arm64-npm-0.14.49-3434761197-8.zip deleted file mode 100644 index 62a9524db..000000000 Binary files a/.yarn/cache/esbuild-darwin-arm64-npm-0.14.49-3434761197-8.zip and /dev/null differ diff --git a/.yarn/cache/esbuild-linux-64-npm-0.14.49-96241737d6-8.zip b/.yarn/cache/esbuild-linux-64-npm-0.14.49-96241737d6-8.zip deleted file mode 100644 index f0c71d3c7..000000000 Binary files a/.yarn/cache/esbuild-linux-64-npm-0.14.49-96241737d6-8.zip and /dev/null differ diff --git a/.yarn/cache/esbuild-linux-arm64-npm-0.14.49-54281525ae-8.zip b/.yarn/cache/esbuild-linux-arm64-npm-0.14.49-54281525ae-8.zip deleted file mode 100644 index 3fa33882a..000000000 Binary files a/.yarn/cache/esbuild-linux-arm64-npm-0.14.49-54281525ae-8.zip and /dev/null differ diff --git a/.yarn/cache/esbuild-npm-0.14.49-8ea32c7f59-b718f4c9ea.zip b/.yarn/cache/esbuild-npm-0.14.49-8ea32c7f59-b718f4c9ea.zip deleted file mode 100644 index 1533a361b..000000000 Binary files a/.yarn/cache/esbuild-npm-0.14.49-8ea32c7f59-b718f4c9ea.zip and /dev/null differ diff --git a/.yarn/cache/esbuild-windows-64-npm-0.14.49-72426d3535-8.zip b/.yarn/cache/esbuild-windows-64-npm-0.14.49-72426d3535-8.zip deleted file mode 100644 index f3655daa6..000000000 Binary files a/.yarn/cache/esbuild-windows-64-npm-0.14.49-72426d3535-8.zip and /dev/null differ diff --git a/.yarn/cache/esbuild-windows-arm64-npm-0.14.49-88d3b995f3-8.zip b/.yarn/cache/esbuild-windows-arm64-npm-0.14.49-88d3b995f3-8.zip deleted file mode 100644 index ca844d58d..000000000 Binary files a/.yarn/cache/esbuild-windows-arm64-npm-0.14.49-88d3b995f3-8.zip and /dev/null differ diff --git a/.yarn/cache/escape-html-npm-1.0.3-376c22ee74-6213ca9ae0.zip b/.yarn/cache/escape-html-npm-1.0.3-376c22ee74-6213ca9ae0.zip new file mode 100644 index 000000000..d12a72b12 Binary files /dev/null and b/.yarn/cache/escape-html-npm-1.0.3-376c22ee74-6213ca9ae0.zip differ diff --git a/.yarn/cache/etag-npm-1.8.1-54a3b989d9-571aeb3dbe.zip b/.yarn/cache/etag-npm-1.8.1-54a3b989d9-571aeb3dbe.zip new file mode 100644 index 000000000..e4f07e5fb Binary files /dev/null and b/.yarn/cache/etag-npm-1.8.1-54a3b989d9-571aeb3dbe.zip differ diff --git a/.yarn/cache/fast-glob-npm-3.2.11-bc01135fef-f473105324.zip b/.yarn/cache/fast-glob-npm-3.2.11-bc01135fef-f473105324.zip new file mode 100644 index 000000000..2bd4bfc03 Binary files /dev/null and b/.yarn/cache/fast-glob-npm-3.2.11-bc01135fef-f473105324.zip differ diff --git a/.yarn/cache/fastq-npm-1.13.0-a45963881c-32cf15c29a.zip b/.yarn/cache/fastq-npm-1.13.0-a45963881c-32cf15c29a.zip new file mode 100644 index 000000000..45cfbb099 Binary files /dev/null and b/.yarn/cache/fastq-npm-1.13.0-a45963881c-32cf15c29a.zip differ diff --git a/.yarn/cache/fresh-npm-0.5.2-ad2bb4c0a2-13ea8b08f9.zip b/.yarn/cache/fresh-npm-0.5.2-ad2bb4c0a2-13ea8b08f9.zip new file mode 100644 index 000000000..643fb82ff Binary files /dev/null and b/.yarn/cache/fresh-npm-0.5.2-ad2bb4c0a2-13ea8b08f9.zip differ diff --git a/.yarn/cache/get-func-name-npm-2.0.0-afbf363765-8d82e69f3e.zip b/.yarn/cache/get-func-name-npm-2.0.0-afbf363765-8d82e69f3e.zip deleted file mode 100644 index 7374eae53..000000000 Binary files a/.yarn/cache/get-func-name-npm-2.0.0-afbf363765-8d82e69f3e.zip and /dev/null differ diff --git a/.yarn/cache/http-errors-npm-2.0.0-3f1c503428-9b0a378266.zip b/.yarn/cache/http-errors-npm-2.0.0-3f1c503428-9b0a378266.zip new file mode 100644 index 000000000..de7d02217 Binary files /dev/null and b/.yarn/cache/http-errors-npm-2.0.0-3f1c503428-9b0a378266.zip differ diff --git a/.yarn/cache/image-size-npm-1.0.2-ed5424d843-01745fdb47.zip b/.yarn/cache/image-size-npm-1.0.2-ed5424d843-01745fdb47.zip new file mode 100644 index 000000000..a50468605 Binary files /dev/null and b/.yarn/cache/image-size-npm-1.0.2-ed5424d843-01745fdb47.zip differ diff --git a/.yarn/cache/local-pkg-npm-0.4.2-534016519b-22be451353.zip b/.yarn/cache/local-pkg-npm-0.4.2-534016519b-22be451353.zip deleted file mode 100644 index 2c18a7927..000000000 Binary files a/.yarn/cache/local-pkg-npm-0.4.2-534016519b-22be451353.zip and /dev/null differ diff --git a/.yarn/cache/loupe-npm-2.3.4-2067703c8d-5af91db61a.zip b/.yarn/cache/loupe-npm-2.3.4-2067703c8d-5af91db61a.zip deleted file mode 100644 index e778f0b6e..000000000 Binary files a/.yarn/cache/loupe-npm-2.3.4-2067703c8d-5af91db61a.zip and /dev/null differ diff --git a/.yarn/cache/merge2-npm-1.4.1-a2507bd06c-7268db63ed.zip b/.yarn/cache/merge2-npm-1.4.1-a2507bd06c-7268db63ed.zip new file mode 100644 index 000000000..76aa4f0b4 Binary files /dev/null and b/.yarn/cache/merge2-npm-1.4.1-a2507bd06c-7268db63ed.zip differ diff --git a/.yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip b/.yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip new file mode 100644 index 000000000..060612a94 Binary files /dev/null and b/.yarn/cache/micromatch-npm-4.0.5-cfab5d7669-02a17b671c.zip differ diff --git a/.yarn/cache/mime-npm-1.6.0-60ae95038a-fef25e3926.zip b/.yarn/cache/mime-npm-1.6.0-60ae95038a-fef25e3926.zip new file mode 100644 index 000000000..498dc2d37 Binary files /dev/null and b/.yarn/cache/mime-npm-1.6.0-60ae95038a-fef25e3926.zip differ diff --git a/.yarn/cache/on-finished-npm-2.4.1-907af70f88-d20929a25e.zip b/.yarn/cache/on-finished-npm-2.4.1-907af70f88-d20929a25e.zip new file mode 100644 index 000000000..806952bfc Binary files /dev/null and b/.yarn/cache/on-finished-npm-2.4.1-907af70f88-d20929a25e.zip differ diff --git a/.yarn/cache/path-to-regexp-npm-6.2.1-8ebfe03654-f0227af828.zip b/.yarn/cache/path-to-regexp-npm-6.2.1-8ebfe03654-f0227af828.zip new file mode 100644 index 000000000..60fcee275 Binary files /dev/null and b/.yarn/cache/path-to-regexp-npm-6.2.1-8ebfe03654-f0227af828.zip differ diff --git a/.yarn/cache/pathval-npm-1.1.1-ce0311d7e0-090e314771.zip b/.yarn/cache/pathval-npm-1.1.1-ce0311d7e0-090e314771.zip deleted file mode 100644 index b5cdc4625..000000000 Binary files a/.yarn/cache/pathval-npm-1.1.1-ce0311d7e0-090e314771.zip and /dev/null differ diff --git a/.yarn/cache/queue-microtask-npm-1.2.3-fcc98e4e2d-b676f8c040.zip b/.yarn/cache/queue-microtask-npm-1.2.3-fcc98e4e2d-b676f8c040.zip new file mode 100644 index 000000000..31453282a Binary files /dev/null and b/.yarn/cache/queue-microtask-npm-1.2.3-fcc98e4e2d-b676f8c040.zip differ diff --git a/.yarn/cache/queue-npm-6.0.2-ebbcf599cf-ebc2363924.zip b/.yarn/cache/queue-npm-6.0.2-ebbcf599cf-ebc2363924.zip new file mode 100644 index 000000000..df189658c Binary files /dev/null and b/.yarn/cache/queue-npm-6.0.2-ebbcf599cf-ebc2363924.zip differ diff --git a/.yarn/cache/range-parser-npm-1.2.1-1a470fa390-0a268d4fea.zip b/.yarn/cache/range-parser-npm-1.2.1-1a470fa390-0a268d4fea.zip new file mode 100644 index 000000000..7b40d5913 Binary files /dev/null and b/.yarn/cache/range-parser-npm-1.2.1-1a470fa390-0a268d4fea.zip differ diff --git a/.yarn/cache/resolve-npm-1.22.1-3980488690-07af5fc1e8.zip b/.yarn/cache/resolve-npm-1.22.1-3980488690-07af5fc1e8.zip deleted file mode 100644 index d41402c87..000000000 Binary files a/.yarn/cache/resolve-npm-1.22.1-3980488690-07af5fc1e8.zip and /dev/null differ diff --git a/.yarn/cache/resolve-patch-46f9469d0d-5656f4d0be.zip b/.yarn/cache/resolve-patch-46f9469d0d-5656f4d0be.zip deleted file mode 100644 index c3066c360..000000000 Binary files a/.yarn/cache/resolve-patch-46f9469d0d-5656f4d0be.zip and /dev/null differ diff --git a/.yarn/cache/reusify-npm-1.0.4-95ac4aec11-c3076ebcc2.zip b/.yarn/cache/reusify-npm-1.0.4-95ac4aec11-c3076ebcc2.zip new file mode 100644 index 000000000..595aa09ad Binary files /dev/null and b/.yarn/cache/reusify-npm-1.0.4-95ac4aec11-c3076ebcc2.zip differ diff --git a/.yarn/cache/rollup-npm-2.76.0-50edb80f3c-58293e1c63.zip b/.yarn/cache/rollup-npm-2.76.0-50edb80f3c-58293e1c63.zip deleted file mode 100644 index 05cce5d19..000000000 Binary files a/.yarn/cache/rollup-npm-2.76.0-50edb80f3c-58293e1c63.zip and /dev/null differ diff --git a/.yarn/cache/run-parallel-npm-1.2.0-3f47ff2034-cb4f97ad25.zip b/.yarn/cache/run-parallel-npm-1.2.0-3f47ff2034-cb4f97ad25.zip new file mode 100644 index 000000000..fefbad56f Binary files /dev/null and b/.yarn/cache/run-parallel-npm-1.2.0-3f47ff2034-cb4f97ad25.zip differ diff --git a/.yarn/cache/seedrandom-npm-3.0.5-6946e8f8db-728b56bc3b.zip b/.yarn/cache/seedrandom-npm-3.0.5-6946e8f8db-728b56bc3b.zip new file mode 100644 index 000000000..c2f6b0903 Binary files /dev/null and b/.yarn/cache/seedrandom-npm-3.0.5-6946e8f8db-728b56bc3b.zip differ diff --git a/.yarn/cache/send-npm-0.18.0-faadf6353f-74fc07ebb5.zip b/.yarn/cache/send-npm-0.18.0-faadf6353f-74fc07ebb5.zip new file mode 100644 index 000000000..72320b46d Binary files /dev/null and b/.yarn/cache/send-npm-0.18.0-faadf6353f-74fc07ebb5.zip differ diff --git a/.yarn/cache/setprototypeof-npm-1.2.0-0fedbdcd3a-be18cbbf70.zip b/.yarn/cache/setprototypeof-npm-1.2.0-0fedbdcd3a-be18cbbf70.zip new file mode 100644 index 000000000..f6bd1cbd7 Binary files /dev/null and b/.yarn/cache/setprototypeof-npm-1.2.0-0fedbdcd3a-be18cbbf70.zip differ diff --git a/.yarn/cache/statuses-npm-2.0.1-81d2b97fee-18c7623fdb.zip b/.yarn/cache/statuses-npm-2.0.1-81d2b97fee-18c7623fdb.zip new file mode 100644 index 000000000..d54195d67 Binary files /dev/null and b/.yarn/cache/statuses-npm-2.0.1-81d2b97fee-18c7623fdb.zip differ diff --git a/.yarn/cache/tinypool-npm-0.2.4-1940a28d43-f050bd36c8.zip b/.yarn/cache/tinypool-npm-0.2.4-1940a28d43-f050bd36c8.zip deleted file mode 100644 index 1adf2233e..000000000 Binary files a/.yarn/cache/tinypool-npm-0.2.4-1940a28d43-f050bd36c8.zip and /dev/null differ diff --git a/.yarn/cache/tinyspy-npm-1.0.0-6b0cbea3cc-f9a7cea406.zip b/.yarn/cache/tinyspy-npm-1.0.0-6b0cbea3cc-f9a7cea406.zip deleted file mode 100644 index 0c7877e2e..000000000 Binary files a/.yarn/cache/tinyspy-npm-1.0.0-6b0cbea3cc-f9a7cea406.zip and /dev/null differ diff --git a/.yarn/cache/toidentifier-npm-1.0.1-f759712599-952c29e2a8.zip b/.yarn/cache/toidentifier-npm-1.0.1-f759712599-952c29e2a8.zip new file mode 100644 index 000000000..595363e93 Binary files /dev/null and b/.yarn/cache/toidentifier-npm-1.0.1-f759712599-952c29e2a8.zip differ diff --git a/.yarn/cache/type-detect-npm-4.0.8-8d8127b901-62b5628bff.zip b/.yarn/cache/type-detect-npm-4.0.8-8d8127b901-62b5628bff.zip deleted file mode 100644 index a3c01d86a..000000000 Binary files a/.yarn/cache/type-detect-npm-4.0.8-8d8127b901-62b5628bff.zip and /dev/null differ diff --git a/.yarn/cache/vite-npm-3.0.0-beta.10-1e22aa4d4f-2b27107dac.zip b/.yarn/cache/vite-npm-3.0.0-beta.10-1e22aa4d4f-2b27107dac.zip deleted file mode 100644 index 1db61067e..000000000 Binary files a/.yarn/cache/vite-npm-3.0.0-beta.10-1e22aa4d4f-2b27107dac.zip and /dev/null differ diff --git a/.yarn/cache/vitest-npm-0.18.1-e5f5447995-0d3a77625e.zip b/.yarn/cache/vitest-npm-0.18.1-e5f5447995-0d3a77625e.zip deleted file mode 100644 index cf42cd3ef..000000000 Binary files a/.yarn/cache/vitest-npm-0.18.1-e5f5447995-0d3a77625e.zip and /dev/null differ diff --git a/.yarn/cache/ws-npm-8.8.1-955e8c9f58-2152cf862c.zip b/.yarn/cache/ws-npm-8.8.1-955e8c9f58-2152cf862c.zip new file mode 100644 index 000000000..120d3587c Binary files /dev/null and b/.yarn/cache/ws-npm-8.8.1-955e8c9f58-2152cf862c.zip differ diff --git a/.yarn/cache/yaml-npm-2.1.1-e717f9b915-f48bb20991.zip b/.yarn/cache/yaml-npm-2.1.1-e717f9b915-f48bb20991.zip new file mode 100644 index 000000000..b2d8391c8 Binary files /dev/null and b/.yarn/cache/yaml-npm-2.1.1-e717f9b915-f48bb20991.zip differ diff --git a/client/agenda/App.vue b/client/App.vue similarity index 95% rename from client/agenda/App.vue rename to client/App.vue index 8ef43a485..7e9605bd5 100644 --- a/client/agenda/App.vue +++ b/client/App.vue @@ -12,9 +12,9 @@ n-theme import { onBeforeUnmount ,onMounted, ref } from 'vue' import { NMessageProvider } from 'naive-ui' -import { useAgendaStore } from './store' +import { useAgendaStore } from './agenda/store' -import NTheme from '../components/n-theme.vue' +import NTheme from './components/n-theme.vue' // STORES @@ -51,7 +51,7 @@ onBeforeUnmount(() => {