Run Playwright test in container
This commit is contained in:
		
							parent
							
								
									07eea0f484
								
							
						
					
					
						commit
						4d74a0fd79
					
				
							
								
								
									
										35
									
								
								.github/workflows/e2e-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										35
									
								
								.github/workflows/e2e-tests.yml
									
									
									
									
										vendored
									
									
								
							| @ -23,7 +23,23 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       - name: Get Playwright version |       - name: Get Playwright version | ||||||
|         id: playwright-version |         id: playwright-version | ||||||
|         run: echo "PLAYWRIGHT_VERSION=$(jq -r .dependencies.playwright package.json)" >> "$GITHUB_OUTPUT" |         run: echo "PLAYWRIGHT_VERSION=$(jq -r '.devDependencies["@playwright/test"]' package.json)" >> "$GITHUB_OUTPUT" | ||||||
|  |       - name: Start Playwright container | ||||||
|  |         run: | | ||||||
|  |           CONTAINER_ID=$(docker create \ | ||||||
|  |                            --network host \ | ||||||
|  |                            -it \ | ||||||
|  |                            --rm \ | ||||||
|  |                            --init \ | ||||||
|  |                            --workdir /home/pwuser \ | ||||||
|  |                            --user pwuser \ | ||||||
|  |                            mcr.microsoft.com/playwright:v$PLAYWRIGHT_VERSION-noble \ | ||||||
|  |                            npx -y playwright@$PLAYWRIGHT_VERSION run-server --port 3000 --host 0.0.0.0 \ | ||||||
|  |                         ) | ||||||
|  |           docker start $CONTAINER_ID | ||||||
|  |           echo "CONTAINER_ID=$CONTAINER_ID" >> "$GITHUB_ENV" | ||||||
|  |         env: | ||||||
|  |           PLAYWRIGHT_VERSION: ${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }} | ||||||
| 
 | 
 | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: pnpm install |         run: pnpm install | ||||||
| @ -31,17 +47,10 @@ jobs: | |||||||
|       - name: Build app |       - name: Build app | ||||||
|         run: pnpm build |         run: pnpm build | ||||||
| 
 | 
 | ||||||
|       - name: Restore Playwright browsers from cache |  | ||||||
|         uses: actions/cache@v3 |  | ||||||
|         with: |  | ||||||
|           path: ~/.cache/ms-playwright |  | ||||||
|           key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }} |  | ||||||
|           restore-keys: | |  | ||||||
|             ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}- |  | ||||||
|             ${{ runner.os }}-playwright- |  | ||||||
| 
 |  | ||||||
|       - name: Install Playwright Browsers |  | ||||||
|         run: pnpm exec playwright install --with-deps |  | ||||||
| 
 |  | ||||||
|       - name: Run Playwright tests |       - name: Run Playwright tests | ||||||
|         run: pnpm run test:e2e --shard=${{ matrix.shard }} |         run: pnpm run test:e2e --shard=${{ matrix.shard }} | ||||||
|  |         env: | ||||||
|  |           PW_TEST_CONNECT_WS_ENDPOINT: "ws://127.0.0.1:3000/" | ||||||
|  |       - name: Stop Playwright container | ||||||
|  |         run: | | ||||||
|  |           docker stop $CONTAINER_ID | ||||||
|  | |||||||
| @ -109,7 +109,7 @@ | |||||||
|     "@antfu/eslint-config": "^0.41.0", |     "@antfu/eslint-config": "^0.41.0", | ||||||
|     "@iconify-json/mdi": "^1.1.50", |     "@iconify-json/mdi": "^1.1.50", | ||||||
|     "@intlify/unplugin-vue-i18n": "^2.0.0", |     "@intlify/unplugin-vue-i18n": "^2.0.0", | ||||||
|     "@playwright/test": "^1.32.3", |     "@playwright/test": "1.55.0", | ||||||
|     "@rushstack/eslint-patch": "^1.2.0", |     "@rushstack/eslint-patch": "^1.2.0", | ||||||
|     "@tsconfig/node18": "^18.2.0", |     "@tsconfig/node18": "^18.2.0", | ||||||
|     "@types/bcryptjs": "^2.4.2", |     "@types/bcryptjs": "^2.4.2", | ||||||
|  | |||||||
							
								
								
									
										193
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										193
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @ -49,7 +49,7 @@ importers: | |||||||
|         version: 10.3.0(vue@3.3.4) |         version: 10.3.0(vue@3.3.4) | ||||||
|       '@vueuse/head': |       '@vueuse/head': | ||||||
|         specifier: ^1.0.0 |         specifier: ^1.0.0 | ||||||
|         version: 1.0.0(typescript@5.2.2)(vue@3.3.4) |         version: 1.0.0(vue@3.3.4) | ||||||
|       '@vueuse/router': |       '@vueuse/router': | ||||||
|         specifier: ^10.0.0 |         specifier: ^10.0.0 | ||||||
|         version: 10.0.0(vue-router@4.1.6(vue@3.3.4))(vue@3.3.4) |         version: 10.0.0(vue-router@4.1.6(vue@3.3.4))(vue@3.3.4) | ||||||
| @ -220,8 +220,8 @@ importers: | |||||||
|         specifier: ^2.0.0 |         specifier: ^2.0.0 | ||||||
|         version: 2.0.0(rollup@2.79.2)(vue-i18n@9.9.1(vue@3.3.4)) |         version: 2.0.0(rollup@2.79.2)(vue-i18n@9.9.1(vue@3.3.4)) | ||||||
|       '@playwright/test': |       '@playwright/test': | ||||||
|         specifier: ^1.32.3 |         specifier: 1.55.0 | ||||||
|         version: 1.32.3 |         version: 1.55.0 | ||||||
|       '@rushstack/eslint-patch': |       '@rushstack/eslint-patch': | ||||||
|         specifier: ^1.2.0 |         specifier: ^1.2.0 | ||||||
|         version: 1.2.0 |         version: 1.2.0 | ||||||
| @ -332,7 +332,7 @@ importers: | |||||||
|         version: 4.0.0 |         version: 4.0.0 | ||||||
|       vitest: |       vitest: | ||||||
|         specifier: ^0.34.0 |         specifier: ^0.34.0 | ||||||
|         version: 0.34.0(jsdom@22.0.0)(less@4.1.3)(terser@5.37.0) |         version: 0.34.0(jsdom@22.0.0)(less@4.1.3)(playwright@1.55.0)(terser@5.37.0) | ||||||
|       workbox-window: |       workbox-window: | ||||||
|         specifier: ^7.0.0 |         specifier: ^7.0.0 | ||||||
|         version: 7.0.0 |         version: 7.0.0 | ||||||
| @ -1626,9 +1626,9 @@ packages: | |||||||
|     resolution: {integrity: sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==} |     resolution: {integrity: sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw==} | ||||||
|     engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} |     engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} | ||||||
| 
 | 
 | ||||||
|   '@playwright/test@1.32.3': |   '@playwright/test@1.55.0': | ||||||
|     resolution: {integrity: sha512-BvWNvK0RfBriindxhLVabi8BRe3X0J9EVjKlcmhxjg4giWBD/xleLcg2dz7Tx0agu28rczjNIPQWznwzDwVsZQ==} |     resolution: {integrity: sha512-04IXzPwHrW69XusN/SIdDdKZBzMfOT9UNT/YiJit/xpy2VuAoB8NHc8Aplb96zsWDddLnbkPL3TsmrS04ZU2xQ==} | ||||||
|     engines: {node: '>=14'} |     engines: {node: '>=18'} | ||||||
|     hasBin: true |     hasBin: true | ||||||
| 
 | 
 | ||||||
|   '@polka/url@1.0.0-next.28': |   '@polka/url@1.0.0-next.28': | ||||||
| @ -2303,9 +2303,6 @@ packages: | |||||||
|   '@vue/compiler-core@3.3.7': |   '@vue/compiler-core@3.3.7': | ||||||
|     resolution: {integrity: sha512-pACdY6YnTNVLXsB86YD8OF9ihwpolzhhtdLVHhBL6do/ykr6kKXNYABRtNMGrsQXpEXXyAdwvWWkuTbs4MFtPQ==} |     resolution: {integrity: sha512-pACdY6YnTNVLXsB86YD8OF9ihwpolzhhtdLVHhBL6do/ykr6kKXNYABRtNMGrsQXpEXXyAdwvWWkuTbs4MFtPQ==} | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-core@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} |  | ||||||
| 
 |  | ||||||
|   '@vue/compiler-dom@3.2.47': |   '@vue/compiler-dom@3.2.47': | ||||||
|     resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==} |     resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==} | ||||||
| 
 | 
 | ||||||
| @ -2315,18 +2312,12 @@ packages: | |||||||
|   '@vue/compiler-dom@3.3.7': |   '@vue/compiler-dom@3.3.7': | ||||||
|     resolution: {integrity: sha512-0LwkyJjnUPssXv/d1vNJ0PKfBlDoQs7n81CbO6Q0zdL7H1EzqYRrTVXDqdBVqro0aJjo/FOa1qBAPVI4PGSHBw==} |     resolution: {integrity: sha512-0LwkyJjnUPssXv/d1vNJ0PKfBlDoQs7n81CbO6Q0zdL7H1EzqYRrTVXDqdBVqro0aJjo/FOa1qBAPVI4PGSHBw==} | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-dom@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} |  | ||||||
| 
 |  | ||||||
|   '@vue/compiler-sfc@3.2.47': |   '@vue/compiler-sfc@3.2.47': | ||||||
|     resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} |     resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==} | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-sfc@3.3.4': |   '@vue/compiler-sfc@3.3.4': | ||||||
|     resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==} |     resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==} | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-sfc@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} |  | ||||||
| 
 |  | ||||||
|   '@vue/compiler-ssr@3.2.47': |   '@vue/compiler-ssr@3.2.47': | ||||||
|     resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==} |     resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==} | ||||||
| 
 | 
 | ||||||
| @ -2336,9 +2327,6 @@ packages: | |||||||
|   '@vue/compiler-ssr@3.3.7': |   '@vue/compiler-ssr@3.3.7': | ||||||
|     resolution: {integrity: sha512-TxOfNVVeH3zgBc82kcUv+emNHo+vKnlRrkv8YvQU5+Y5LJGJwSNzcmLUoxD/dNzv0bhQ/F0s+InlgV0NrApJZg==} |     resolution: {integrity: sha512-TxOfNVVeH3zgBc82kcUv+emNHo+vKnlRrkv8YvQU5+Y5LJGJwSNzcmLUoxD/dNzv0bhQ/F0s+InlgV0NrApJZg==} | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-ssr@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} |  | ||||||
| 
 |  | ||||||
|   '@vue/devtools-api@6.5.0': |   '@vue/devtools-api@6.5.0': | ||||||
|     resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} |     resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} | ||||||
| 
 | 
 | ||||||
| @ -2359,21 +2347,12 @@ packages: | |||||||
|   '@vue/reactivity@3.3.4': |   '@vue/reactivity@3.3.4': | ||||||
|     resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} |     resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} | ||||||
| 
 | 
 | ||||||
|   '@vue/reactivity@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} |  | ||||||
| 
 |  | ||||||
|   '@vue/runtime-core@3.3.4': |   '@vue/runtime-core@3.3.4': | ||||||
|     resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==} |     resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==} | ||||||
| 
 | 
 | ||||||
|   '@vue/runtime-core@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==} |  | ||||||
| 
 |  | ||||||
|   '@vue/runtime-dom@3.3.4': |   '@vue/runtime-dom@3.3.4': | ||||||
|     resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==} |     resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==} | ||||||
| 
 | 
 | ||||||
|   '@vue/runtime-dom@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==} |  | ||||||
| 
 |  | ||||||
|   '@vue/server-renderer@3.3.4': |   '@vue/server-renderer@3.3.4': | ||||||
|     resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} |     resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
| @ -2384,11 +2363,6 @@ packages: | |||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       vue: 3.3.7 |       vue: 3.3.7 | ||||||
| 
 | 
 | ||||||
|   '@vue/server-renderer@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==} |  | ||||||
|     peerDependencies: |  | ||||||
|       vue: 3.5.13 |  | ||||||
| 
 |  | ||||||
|   '@vue/shared@3.2.47': |   '@vue/shared@3.2.47': | ||||||
|     resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} |     resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} | ||||||
| 
 | 
 | ||||||
| @ -2398,9 +2372,6 @@ packages: | |||||||
|   '@vue/shared@3.3.7': |   '@vue/shared@3.3.7': | ||||||
|     resolution: {integrity: sha512-N/tbkINRUDExgcPTBvxNkvHGu504k8lzlNQRITVnm6YjOjwa4r0nnbd4Jb01sNpur5hAllyRJzSK5PvB9PPwRg==} |     resolution: {integrity: sha512-N/tbkINRUDExgcPTBvxNkvHGu504k8lzlNQRITVnm6YjOjwa4r0nnbd4Jb01sNpur5hAllyRJzSK5PvB9PPwRg==} | ||||||
| 
 | 
 | ||||||
|   '@vue/shared@3.5.13': |  | ||||||
|     resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} |  | ||||||
| 
 |  | ||||||
|   '@vue/test-utils@2.3.2': |   '@vue/test-utils@2.3.2': | ||||||
|     resolution: {integrity: sha512-hJnVaYhbrIm0yBS0+e1Y0Sj85cMyAi+PAbK4JHqMRUZ6S622Goa+G7QzkRSyvCteG8wop7tipuEbHoZo26wsSA==} |     resolution: {integrity: sha512-hJnVaYhbrIm0yBS0+e1Y0Sj85cMyAi+PAbK4JHqMRUZ6S622Goa+G7QzkRSyvCteG8wop7tipuEbHoZo26wsSA==} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
| @ -2434,8 +2405,10 @@ packages: | |||||||
|   '@vueuse/shared@10.3.0': |   '@vueuse/shared@10.3.0': | ||||||
|     resolution: {integrity: sha512-kGqCTEuFPMK4+fNWy6dUOiYmxGcUbtznMwBZLC1PubidF4VZY05B+Oht7Jh7/6x4VOWGpvu3R37WHi81cKpiqg==} |     resolution: {integrity: sha512-kGqCTEuFPMK4+fNWy6dUOiYmxGcUbtznMwBZLC1PubidF4VZY05B+Oht7Jh7/6x4VOWGpvu3R37WHi81cKpiqg==} | ||||||
| 
 | 
 | ||||||
|   '@vueuse/shared@12.0.0': |   '@vueuse/shared@14.0.0-alpha.0': | ||||||
|     resolution: {integrity: sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==} |     resolution: {integrity: sha512-J8cmTJkB0hAwPBXRR5U3N9FJkhPBrhyYiQm21kZ3j/o8W69Pg6JlPSxLOJtkg+AwC/r5x7Gpq2Vglv84vHotwA==} | ||||||
|  |     peerDependencies: | ||||||
|  |       vue: ^3.5.0 | ||||||
| 
 | 
 | ||||||
|   '@zhead/schema@1.0.0-beta.13': |   '@zhead/schema@1.0.0-beta.13': | ||||||
|     resolution: {integrity: sha512-P1A1vRGFBhITco8Iw4/hvnDYoE/SoVrd71dW1pBFdXJb3vP+pBtoOuhbEKy0ROJGOyzQuqvFibcwzyLlWMqNiQ==} |     resolution: {integrity: sha512-P1A1vRGFBhITco8Iw4/hvnDYoE/SoVrd71dW1pBFdXJb3vP+pBtoOuhbEKy0ROJGOyzQuqvFibcwzyLlWMqNiQ==} | ||||||
| @ -2896,9 +2869,6 @@ packages: | |||||||
|   csstype@3.1.2: |   csstype@3.1.2: | ||||||
|     resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} |     resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} | ||||||
| 
 | 
 | ||||||
|   csstype@3.1.3: |  | ||||||
|     resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} |  | ||||||
| 
 |  | ||||||
|   dash-get@1.0.2: |   dash-get@1.0.2: | ||||||
|     resolution: {integrity: sha512-4FbVrHDwfOASx7uQVxeiCTo7ggSdYZbqs8lH+WU6ViypPlDbe9y6IP5VVUDQBv9DcnyaiPT5XT0UWHgJ64zLeQ==} |     resolution: {integrity: sha512-4FbVrHDwfOASx7uQVxeiCTo7ggSdYZbqs8lH+WU6ViypPlDbe9y6IP5VVUDQBv9DcnyaiPT5XT0UWHgJ64zLeQ==} | ||||||
| 
 | 
 | ||||||
| @ -3246,6 +3216,7 @@ packages: | |||||||
|   eslint-plugin-i@2.28.0-2: |   eslint-plugin-i@2.28.0-2: | ||||||
|     resolution: {integrity: sha512-z48kG4qmE4TmiLcxbmvxMT5ycwvPkXaWW0XpU1L768uZaTbiDbxsHMEdV24JHlOR1xDsPpKW39BfP/pRdYIwFA==} |     resolution: {integrity: sha512-z48kG4qmE4TmiLcxbmvxMT5ycwvPkXaWW0XpU1L768uZaTbiDbxsHMEdV24JHlOR1xDsPpKW39BfP/pRdYIwFA==} | ||||||
|     engines: {node: '>=12'} |     engines: {node: '>=12'} | ||||||
|  |     deprecated: Please migrate to the brand new `eslint-plugin-import-x` instead | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
|       eslint: ^7.2.0 || ^8 |       eslint: ^7.2.0 || ^8 | ||||||
| 
 | 
 | ||||||
| @ -4611,9 +4582,14 @@ packages: | |||||||
|     resolution: {integrity: sha512-lmOWYQ7s9KOUJ1R+YTOR3HrjdbxIS2Z4de0P/Jx2dQPteznJl2eX3tXxKClpvbfyGP59B5bbhW8ftN59HbbFSg==} |     resolution: {integrity: sha512-lmOWYQ7s9KOUJ1R+YTOR3HrjdbxIS2Z4de0P/Jx2dQPteznJl2eX3tXxKClpvbfyGP59B5bbhW8ftN59HbbFSg==} | ||||||
|     engines: {node: '>=10'} |     engines: {node: '>=10'} | ||||||
| 
 | 
 | ||||||
|   playwright-core@1.32.3: |   playwright-core@1.55.0: | ||||||
|     resolution: {integrity: sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==} |     resolution: {integrity: sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==} | ||||||
|     engines: {node: '>=14'} |     engines: {node: '>=18'} | ||||||
|  |     hasBin: true | ||||||
|  | 
 | ||||||
|  |   playwright@1.55.0: | ||||||
|  |     resolution: {integrity: sha512-sdCWStblvV1YU909Xqx0DhOjPZE4/5lJsIS84IfN9dAZfcl/CIZ5O8l3o0j7hPMjDvqoTF8ZUcc+i/GL5erstA==} | ||||||
|  |     engines: {node: '>=18'} | ||||||
|     hasBin: true |     hasBin: true | ||||||
| 
 | 
 | ||||||
|   pluralize@8.0.0: |   pluralize@8.0.0: | ||||||
| @ -5071,6 +5047,7 @@ packages: | |||||||
|   source-map@0.8.0-beta.0: |   source-map@0.8.0-beta.0: | ||||||
|     resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} |     resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} | ||||||
|     engines: {node: '>= 8'} |     engines: {node: '>= 8'} | ||||||
|  |     deprecated: The work that was done in this beta branch won't be included in future versions | ||||||
| 
 | 
 | ||||||
|   sourcemap-codec@1.4.8: |   sourcemap-codec@1.4.8: | ||||||
|     resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} |     resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} | ||||||
| @ -5701,14 +5678,6 @@ packages: | |||||||
|   vue@3.3.4: |   vue@3.3.4: | ||||||
|     resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} |     resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} | ||||||
| 
 | 
 | ||||||
|   vue@3.5.13: |  | ||||||
|     resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} |  | ||||||
|     peerDependencies: |  | ||||||
|       typescript: '*' |  | ||||||
|     peerDependenciesMeta: |  | ||||||
|       typescript: |  | ||||||
|         optional: true |  | ||||||
| 
 |  | ||||||
|   vuedraggable@4.1.0: |   vuedraggable@4.1.0: | ||||||
|     resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==} |     resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==} | ||||||
|     peerDependencies: |     peerDependencies: | ||||||
| @ -6117,7 +6086,7 @@ snapshots: | |||||||
|       '@babel/traverse': 7.23.2 |       '@babel/traverse': 7.23.2 | ||||||
|       '@babel/types': 7.23.0 |       '@babel/types': 7.23.0 | ||||||
|       convert-source-map: 2.0.0 |       convert-source-map: 2.0.0 | ||||||
|       debug: 4.3.4 |       debug: 4.4.0 | ||||||
|       gensync: 1.0.0-beta.2 |       gensync: 1.0.0-beta.2 | ||||||
|       json5: 2.2.3 |       json5: 2.2.3 | ||||||
|       semver: 6.3.1 |       semver: 6.3.1 | ||||||
| @ -7030,7 +6999,7 @@ snapshots: | |||||||
|       '@babel/helper-split-export-declaration': 7.22.6 |       '@babel/helper-split-export-declaration': 7.22.6 | ||||||
|       '@babel/parser': 7.23.0 |       '@babel/parser': 7.23.0 | ||||||
|       '@babel/types': 7.23.0 |       '@babel/types': 7.23.0 | ||||||
|       debug: 4.3.4 |       debug: 4.4.0 | ||||||
|       globals: 11.12.0 |       globals: 11.12.0 | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
| @ -7462,12 +7431,9 @@ snapshots: | |||||||
|       tiny-glob: 0.2.9 |       tiny-glob: 0.2.9 | ||||||
|       tslib: 2.5.0 |       tslib: 2.5.0 | ||||||
| 
 | 
 | ||||||
|   '@playwright/test@1.32.3': |   '@playwright/test@1.55.0': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@types/node': 18.15.11 |       playwright: 1.55.0 | ||||||
|       playwright-core: 1.32.3 |  | ||||||
|     optionalDependencies: |  | ||||||
|       fsevents: 2.3.2 |  | ||||||
| 
 | 
 | ||||||
|   '@polka/url@1.0.0-next.28': {} |   '@polka/url@1.0.0-next.28': {} | ||||||
| 
 | 
 | ||||||
| @ -7968,10 +7934,10 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       '@typescript-eslint/types': 6.9.1 |       '@typescript-eslint/types': 6.9.1 | ||||||
|       '@typescript-eslint/visitor-keys': 6.9.1 |       '@typescript-eslint/visitor-keys': 6.9.1 | ||||||
|       debug: 4.3.4 |       debug: 4.4.0 | ||||||
|       globby: 11.1.0 |       globby: 11.1.0 | ||||||
|       is-glob: 4.0.3 |       is-glob: 4.0.3 | ||||||
|       semver: 7.5.4 |       semver: 7.6.3 | ||||||
|       ts-api-utils: 1.0.1(typescript@5.2.2) |       ts-api-utils: 1.0.1(typescript@5.2.2) | ||||||
|     optionalDependencies: |     optionalDependencies: | ||||||
|       typescript: 5.2.2 |       typescript: 5.2.2 | ||||||
| @ -8016,7 +7982,7 @@ snapshots: | |||||||
|       '@typescript-eslint/types': 6.9.1 |       '@typescript-eslint/types': 6.9.1 | ||||||
|       '@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2) |       '@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2) | ||||||
|       eslint: 8.47.0 |       eslint: 8.47.0 | ||||||
|       semver: 7.5.4 |       semver: 7.6.3 | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
|       - typescript |       - typescript | ||||||
| @ -8049,15 +8015,13 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       '@unhead/schema': 0.5.1 |       '@unhead/schema': 0.5.1 | ||||||
| 
 | 
 | ||||||
|   '@unhead/vue@0.5.1(typescript@5.2.2)(vue@3.3.4)': |   '@unhead/vue@0.5.1(vue@3.3.4)': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@unhead/dom': 0.5.1 |       '@unhead/dom': 0.5.1 | ||||||
|       '@unhead/schema': 0.5.1 |       '@unhead/schema': 0.5.1 | ||||||
|       '@vueuse/shared': 12.0.0(typescript@5.2.2) |       '@vueuse/shared': 14.0.0-alpha.0(vue@3.3.4) | ||||||
|       unhead: 0.5.1 |       unhead: 0.5.1 | ||||||
|       vue: 3.3.4 |       vue: 3.3.4 | ||||||
|     transitivePeerDependencies: |  | ||||||
|       - typescript |  | ||||||
| 
 | 
 | ||||||
|   '@unocss/astro@0.65.1(rollup@2.79.2)(vite@4.4.9(@types/node@18.15.11)(less@4.1.3)(terser@5.37.0))(vue@3.3.4)': |   '@unocss/astro@0.65.1(rollup@2.79.2)(vite@4.4.9(@types/node@18.15.11)(less@4.1.3)(terser@5.37.0))(vue@3.3.4)': | ||||||
|     dependencies: |     dependencies: | ||||||
| @ -8341,14 +8305,6 @@ snapshots: | |||||||
|       source-map-js: 1.0.2 |       source-map-js: 1.0.2 | ||||||
|     optional: true |     optional: true | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-core@3.5.13': |  | ||||||
|     dependencies: |  | ||||||
|       '@babel/parser': 7.26.3 |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
|       entities: 4.5.0 |  | ||||||
|       estree-walker: 2.0.2 |  | ||||||
|       source-map-js: 1.2.1 |  | ||||||
| 
 |  | ||||||
|   '@vue/compiler-dom@3.2.47': |   '@vue/compiler-dom@3.2.47': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@vue/compiler-core': 3.2.47 |       '@vue/compiler-core': 3.2.47 | ||||||
| @ -8365,11 +8321,6 @@ snapshots: | |||||||
|       '@vue/shared': 3.3.7 |       '@vue/shared': 3.3.7 | ||||||
|     optional: true |     optional: true | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-dom@3.5.13': |  | ||||||
|     dependencies: |  | ||||||
|       '@vue/compiler-core': 3.5.13 |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
| 
 |  | ||||||
|   '@vue/compiler-sfc@3.2.47': |   '@vue/compiler-sfc@3.2.47': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@babel/parser': 7.21.4 |       '@babel/parser': 7.21.4 | ||||||
| @ -8396,18 +8347,6 @@ snapshots: | |||||||
|       postcss: 8.4.28 |       postcss: 8.4.28 | ||||||
|       source-map-js: 1.0.2 |       source-map-js: 1.0.2 | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-sfc@3.5.13': |  | ||||||
|     dependencies: |  | ||||||
|       '@babel/parser': 7.26.3 |  | ||||||
|       '@vue/compiler-core': 3.5.13 |  | ||||||
|       '@vue/compiler-dom': 3.5.13 |  | ||||||
|       '@vue/compiler-ssr': 3.5.13 |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
|       estree-walker: 2.0.2 |  | ||||||
|       magic-string: 0.30.15 |  | ||||||
|       postcss: 8.4.49 |  | ||||||
|       source-map-js: 1.2.1 |  | ||||||
| 
 |  | ||||||
|   '@vue/compiler-ssr@3.2.47': |   '@vue/compiler-ssr@3.2.47': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@vue/compiler-dom': 3.2.47 |       '@vue/compiler-dom': 3.2.47 | ||||||
| @ -8424,11 +8363,6 @@ snapshots: | |||||||
|       '@vue/shared': 3.3.7 |       '@vue/shared': 3.3.7 | ||||||
|     optional: true |     optional: true | ||||||
| 
 | 
 | ||||||
|   '@vue/compiler-ssr@3.5.13': |  | ||||||
|     dependencies: |  | ||||||
|       '@vue/compiler-dom': 3.5.13 |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
| 
 |  | ||||||
|   '@vue/devtools-api@6.5.0': {} |   '@vue/devtools-api@6.5.0': {} | ||||||
| 
 | 
 | ||||||
|   '@vue/language-core@1.8.1(typescript@5.2.2)': |   '@vue/language-core@1.8.1(typescript@5.2.2)': | ||||||
| @ -8464,33 +8398,17 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       '@vue/shared': 3.3.4 |       '@vue/shared': 3.3.4 | ||||||
| 
 | 
 | ||||||
|   '@vue/reactivity@3.5.13': |  | ||||||
|     dependencies: |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
| 
 |  | ||||||
|   '@vue/runtime-core@3.3.4': |   '@vue/runtime-core@3.3.4': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@vue/reactivity': 3.3.4 |       '@vue/reactivity': 3.3.4 | ||||||
|       '@vue/shared': 3.3.4 |       '@vue/shared': 3.3.4 | ||||||
| 
 | 
 | ||||||
|   '@vue/runtime-core@3.5.13': |  | ||||||
|     dependencies: |  | ||||||
|       '@vue/reactivity': 3.5.13 |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
| 
 |  | ||||||
|   '@vue/runtime-dom@3.3.4': |   '@vue/runtime-dom@3.3.4': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@vue/runtime-core': 3.3.4 |       '@vue/runtime-core': 3.3.4 | ||||||
|       '@vue/shared': 3.3.4 |       '@vue/shared': 3.3.4 | ||||||
|       csstype: 3.1.2 |       csstype: 3.1.2 | ||||||
| 
 | 
 | ||||||
|   '@vue/runtime-dom@3.5.13': |  | ||||||
|     dependencies: |  | ||||||
|       '@vue/reactivity': 3.5.13 |  | ||||||
|       '@vue/runtime-core': 3.5.13 |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
|       csstype: 3.1.3 |  | ||||||
| 
 |  | ||||||
|   '@vue/server-renderer@3.3.4(vue@3.3.4)': |   '@vue/server-renderer@3.3.4(vue@3.3.4)': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@vue/compiler-ssr': 3.3.4 |       '@vue/compiler-ssr': 3.3.4 | ||||||
| @ -8504,12 +8422,6 @@ snapshots: | |||||||
|       vue: 3.3.4 |       vue: 3.3.4 | ||||||
|     optional: true |     optional: true | ||||||
| 
 | 
 | ||||||
|   '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.2.2))': |  | ||||||
|     dependencies: |  | ||||||
|       '@vue/compiler-ssr': 3.5.13 |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
|       vue: 3.5.13(typescript@5.2.2) |  | ||||||
| 
 |  | ||||||
|   '@vue/shared@3.2.47': {} |   '@vue/shared@3.2.47': {} | ||||||
| 
 | 
 | ||||||
|   '@vue/shared@3.3.4': {} |   '@vue/shared@3.3.4': {} | ||||||
| @ -8517,8 +8429,6 @@ snapshots: | |||||||
|   '@vue/shared@3.3.7': |   '@vue/shared@3.3.7': | ||||||
|     optional: true |     optional: true | ||||||
| 
 | 
 | ||||||
|   '@vue/shared@3.5.13': {} |  | ||||||
| 
 |  | ||||||
|   '@vue/test-utils@2.3.2(vue@3.3.4)': |   '@vue/test-utils@2.3.2(vue@3.3.4)': | ||||||
|     dependencies: |     dependencies: | ||||||
|       js-beautify: 1.14.6 |       js-beautify: 1.14.6 | ||||||
| @ -8546,14 +8456,12 @@ snapshots: | |||||||
|       - '@vue/composition-api' |       - '@vue/composition-api' | ||||||
|       - vue |       - vue | ||||||
| 
 | 
 | ||||||
|   '@vueuse/head@1.0.0(typescript@5.2.2)(vue@3.3.4)': |   '@vueuse/head@1.0.0(vue@3.3.4)': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@unhead/schema': 0.5.1 |       '@unhead/schema': 0.5.1 | ||||||
|       '@unhead/ssr': 0.5.1 |       '@unhead/ssr': 0.5.1 | ||||||
|       '@unhead/vue': 0.5.1(typescript@5.2.2)(vue@3.3.4) |       '@unhead/vue': 0.5.1(vue@3.3.4) | ||||||
|       vue: 3.3.4 |       vue: 3.3.4 | ||||||
|     transitivePeerDependencies: |  | ||||||
|       - typescript |  | ||||||
| 
 | 
 | ||||||
|   '@vueuse/metadata@10.3.0': {} |   '@vueuse/metadata@10.3.0': {} | ||||||
| 
 | 
 | ||||||
| @ -8580,11 +8488,9 @@ snapshots: | |||||||
|       - '@vue/composition-api' |       - '@vue/composition-api' | ||||||
|       - vue |       - vue | ||||||
| 
 | 
 | ||||||
|   '@vueuse/shared@12.0.0(typescript@5.2.2)': |   '@vueuse/shared@14.0.0-alpha.0(vue@3.3.4)': | ||||||
|     dependencies: |     dependencies: | ||||||
|       vue: 3.5.13(typescript@5.2.2) |       vue: 3.3.4 | ||||||
|     transitivePeerDependencies: |  | ||||||
|       - typescript |  | ||||||
| 
 | 
 | ||||||
|   '@zhead/schema@1.0.0-beta.13': {} |   '@zhead/schema@1.0.0-beta.13': {} | ||||||
| 
 | 
 | ||||||
| @ -8608,7 +8514,7 @@ snapshots: | |||||||
| 
 | 
 | ||||||
|   agent-base@6.0.2: |   agent-base@6.0.2: | ||||||
|     dependencies: |     dependencies: | ||||||
|       debug: 4.3.4 |       debug: 4.4.0 | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
| 
 | 
 | ||||||
| @ -9084,8 +8990,6 @@ snapshots: | |||||||
| 
 | 
 | ||||||
|   csstype@3.1.2: {} |   csstype@3.1.2: {} | ||||||
| 
 | 
 | ||||||
|   csstype@3.1.3: {} |  | ||||||
| 
 |  | ||||||
|   dash-get@1.0.2: {} |   dash-get@1.0.2: {} | ||||||
| 
 | 
 | ||||||
|   data-uri-to-buffer@4.0.1: {} |   data-uri-to-buffer@4.0.1: {} | ||||||
| @ -10016,14 +9920,14 @@ snapshots: | |||||||
|     dependencies: |     dependencies: | ||||||
|       '@tootallnate/once': 2.0.0 |       '@tootallnate/once': 2.0.0 | ||||||
|       agent-base: 6.0.2 |       agent-base: 6.0.2 | ||||||
|       debug: 4.3.4 |       debug: 4.4.0 | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
| 
 | 
 | ||||||
|   https-proxy-agent@5.0.1: |   https-proxy-agent@5.0.1: | ||||||
|     dependencies: |     dependencies: | ||||||
|       agent-base: 6.0.2 |       agent-base: 6.0.2 | ||||||
|       debug: 4.3.4 |       debug: 4.4.0 | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
| 
 | 
 | ||||||
| @ -10972,7 +10876,13 @@ snapshots: | |||||||
| 
 | 
 | ||||||
|   plausible-tracker@0.3.8: {} |   plausible-tracker@0.3.8: {} | ||||||
| 
 | 
 | ||||||
|   playwright-core@1.32.3: {} |   playwright-core@1.55.0: {} | ||||||
|  | 
 | ||||||
|  |   playwright@1.55.0: | ||||||
|  |     dependencies: | ||||||
|  |       playwright-core: 1.55.0 | ||||||
|  |     optionalDependencies: | ||||||
|  |       fsevents: 2.3.2 | ||||||
| 
 | 
 | ||||||
|   pluralize@8.0.0: {} |   pluralize@8.0.0: {} | ||||||
| 
 | 
 | ||||||
| @ -12018,7 +11928,7 @@ snapshots: | |||||||
|   vite-node@0.34.0(@types/node@18.15.11)(less@4.1.3)(terser@5.37.0): |   vite-node@0.34.0(@types/node@18.15.11)(less@4.1.3)(terser@5.37.0): | ||||||
|     dependencies: |     dependencies: | ||||||
|       cac: 6.7.14 |       cac: 6.7.14 | ||||||
|       debug: 4.3.4 |       debug: 4.4.0 | ||||||
|       mlly: 1.4.0 |       mlly: 1.4.0 | ||||||
|       pathe: 1.1.1 |       pathe: 1.1.1 | ||||||
|       picocolors: 1.0.0 |       picocolors: 1.0.0 | ||||||
| @ -12073,7 +11983,7 @@ snapshots: | |||||||
|       less: 4.1.3 |       less: 4.1.3 | ||||||
|       terser: 5.37.0 |       terser: 5.37.0 | ||||||
| 
 | 
 | ||||||
|   vitest@0.34.0(jsdom@22.0.0)(less@4.1.3)(terser@5.37.0): |   vitest@0.34.0(jsdom@22.0.0)(less@4.1.3)(playwright@1.55.0)(terser@5.37.0): | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@types/chai': 4.3.5 |       '@types/chai': 4.3.5 | ||||||
|       '@types/chai-subset': 1.3.3 |       '@types/chai-subset': 1.3.3 | ||||||
| @ -12101,6 +12011,7 @@ snapshots: | |||||||
|       why-is-node-running: 2.2.2 |       why-is-node-running: 2.2.2 | ||||||
|     optionalDependencies: |     optionalDependencies: | ||||||
|       jsdom: 22.0.0 |       jsdom: 22.0.0 | ||||||
|  |       playwright: 1.55.0 | ||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - less |       - less | ||||||
|       - lightningcss |       - lightningcss | ||||||
| @ -12180,16 +12091,6 @@ snapshots: | |||||||
|       '@vue/server-renderer': 3.3.4(vue@3.3.4) |       '@vue/server-renderer': 3.3.4(vue@3.3.4) | ||||||
|       '@vue/shared': 3.3.4 |       '@vue/shared': 3.3.4 | ||||||
| 
 | 
 | ||||||
|   vue@3.5.13(typescript@5.2.2): |  | ||||||
|     dependencies: |  | ||||||
|       '@vue/compiler-dom': 3.5.13 |  | ||||||
|       '@vue/compiler-sfc': 3.5.13 |  | ||||||
|       '@vue/runtime-dom': 3.5.13 |  | ||||||
|       '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.2.2)) |  | ||||||
|       '@vue/shared': 3.5.13 |  | ||||||
|     optionalDependencies: |  | ||||||
|       typescript: 5.2.2 |  | ||||||
| 
 |  | ||||||
|   vuedraggable@4.1.0(vue@3.3.4): |   vuedraggable@4.1.0(vue@3.3.4): | ||||||
|     dependencies: |     dependencies: | ||||||
|       sortablejs: 1.14.0 |       sortablejs: 1.14.0 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user