diff --git a/apps/payments/vue/package.json b/apps/payments/vue/package.json
index 91bcdaab9..b6a48eaa0 100644
--- a/apps/payments/vue/package.json
+++ b/apps/payments/vue/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@crossmint/client-sdk-base": "workspace:*",
"@crossmint/client-sdk-smart-wallet": "workspace:*",
- "@crossmint/client-sdk-vue-ui": "workspace:*",
+
"vue": "3.3.4",
"vue-router": "4.2.4"
},
diff --git a/apps/payments/vue/src/components/Minting.vue b/apps/payments/vue/src/components/Minting.vue
index bed6de57b..e0ba0e535 100644
--- a/apps/payments/vue/src/components/Minting.vue
+++ b/apps/payments/vue/src/components/Minting.vue
@@ -2,7 +2,7 @@
import { ref } from "vue";
import { useRoute } from "vue-router";
-import { useCrossmintEvents } from "@crossmint/client-sdk-vue-ui";
+import { useCrossmintEvents } from "@crossmint/client-sdk-base";
const { listenToMintingEvents } = useCrossmintEvents({ environment: "http://localhost:3000" });
const route = useRoute();
diff --git a/apps/payments/vue/src/components/PayWithCC.vue b/apps/payments/vue/src/components/PayWithCC.vue
index 4c0f6f4d4..bee95055a 100644
--- a/apps/payments/vue/src/components/PayWithCC.vue
+++ b/apps/payments/vue/src/components/PayWithCC.vue
@@ -3,7 +3,6 @@ import { ref } from "vue";
import { useRouter } from "vue-router";
import type { CrossmintEvent } from "@crossmint/client-sdk-base";
-import "@crossmint/client-sdk-vue-ui/dist/index.css";
const email = ref("");
const wallet = ref("");
@@ -102,21 +101,11 @@ function onEvent(event: CrossmintEvent) {
-
+
diff --git a/crossmint-sdk.code-workspace b/crossmint-sdk.code-workspace
index bbd117f65..2cdf29337 100644
--- a/crossmint-sdk.code-workspace
+++ b/crossmint-sdk.code-workspace
@@ -60,10 +60,7 @@
"name": "⚪ @crossmint/client-sdk-vanilla-ui",
"path": "packages/client/ui/vanilla-ui"
},
- {
- "name": "🟢 @crossmint/client-sdk-vue-ui",
- "path": "packages/client/ui/vue-ui"
- },
+
{
"name": "✅ @crossmint/client-sdk-verifiable-credentials",
"path": "packages/client/verifiable-credentials"
diff --git a/packages/client/ui/vue-ui/.eslintrc.cjs b/packages/client/ui/vue-ui/.eslintrc.cjs
deleted file mode 100644
index 7af152c38..000000000
--- a/packages/client/ui/vue-ui/.eslintrc.cjs
+++ /dev/null
@@ -1,15 +0,0 @@
-/* eslint-env node */
-require("@rushstack/eslint-patch/modern-module-resolution");
-
-module.exports = {
- root: true,
- extends: [
- "plugin:vue/vue3-essential",
- "eslint:recommended",
- "@vue/eslint-config-typescript",
- "@vue/eslint-config-prettier/skip-formatting",
- ],
- parserOptions: {
- ecmaVersion: "latest",
- },
-};
diff --git a/packages/client/ui/vue-ui/.gitignore b/packages/client/ui/vue-ui/.gitignore
deleted file mode 100644
index 2a7e39d03..000000000
--- a/packages/client/ui/vue-ui/.gitignore
+++ /dev/null
@@ -1,30 +0,0 @@
-# Logs
-logs
-*.log
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-pnpm-debug.log*
-lerna-debug.log*
-
-node_modules
-.DS_Store
-dist
-dist-ssr
-coverage
-*.local
-
-/cypress/videos/
-/cypress/screenshots/
-
-# Editor directories and files
-.vscode/*
-!.vscode/extensions.json
-.idea
-*.suo
-*.ntvs*
-*.njsproj
-*.sln
-*.sw?
-
-tsconfig.tsbuildinfo
diff --git a/packages/client/ui/vue-ui/CHANGELOG.md b/packages/client/ui/vue-ui/CHANGELOG.md
deleted file mode 100644
index 057dabdf1..000000000
--- a/packages/client/ui/vue-ui/CHANGELOG.md
+++ /dev/null
@@ -1,295 +0,0 @@
-# @crossmint/client-sdk-vue-ui
-
-## 1.1.52
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.5.6
-
-## 1.1.51
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.5.5
-
-## 1.1.50
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.5.4
-
-## 1.1.49
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.5.3
-
-## 1.1.48
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.5.2
-
-## 1.1.47
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.5.1
-
-## 1.1.46
-
-### Patch Changes
-
-- Updated dependencies [e597884]
- - @crossmint/client-sdk-base@1.5.0
-
-## 1.1.45
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.4.21
-
-## 1.1.44
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.4.20
-
-## 1.1.43
-
-### Patch Changes
-
-- Updated dependencies [e24643c]
- - @crossmint/client-sdk-base@1.4.19
-
-## 1.1.42
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.4.18
-
-## 1.1.41
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.4.17
-
-## 1.1.40
-
-### Patch Changes
-
-- Updated dependencies [b9bf059]
- - @crossmint/client-sdk-base@1.4.16
-
-## 1.1.39
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.4.15
-
-## 1.1.38
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.4.14
-
-## 1.1.37
-
-### Patch Changes
-
-- Updated dependencies [3f9d7bc]
- - @crossmint/client-sdk-base@1.4.13
-
-## 1.1.36
-
-### Patch Changes
-
-- Updated dependencies [063ae65]
- - @crossmint/client-sdk-base@1.4.12
-
-## 1.1.35
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.4.11
-
-## 1.1.34
-
-### Patch Changes
-
-- Updated dependencies [c83894c]
- - @crossmint/client-sdk-base@1.4.10
-
-## 1.1.33
-
-### Patch Changes
-
-- Updated dependencies [5cf34dd]
- - @crossmint/client-sdk-base@1.4.9
-
-## 1.1.32
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.4.8
-
-## 1.1.31
-
-### Patch Changes
-
-- Updated dependencies [5b05a67]
- - @crossmint/client-sdk-base@1.4.7
-
-## 1.1.30
-
-### Patch Changes
-
-- Updated dependencies [9c244a3]
- - @crossmint/client-sdk-base@1.4.6
-
-## 1.1.29
-
-### Patch Changes
-
-- Updated dependencies [345cdc3]
- - @crossmint/client-sdk-base@1.4.5
-
-## 1.1.28
-
-### Patch Changes
-
-- Updated dependencies [75f80cf]
- - @crossmint/client-sdk-base@1.4.4
-
-## 1.1.27
-
-### Patch Changes
-
-- Updated dependencies [b9041e2]
- - @crossmint/client-sdk-base@1.4.3
-
-## 1.1.26
-
-### Patch Changes
-
-- Updated dependencies [32e9c60]
- - @crossmint/client-sdk-base@1.4.2
-
-## 1.1.25
-
-### Patch Changes
-
-- e267c9f: chore: remove source maps
-- Updated dependencies [e267c9f]
- - @crossmint/client-sdk-base@1.4.1
-
-## 1.1.24
-
-### Patch Changes
-
-- Updated dependencies [548c4d9]
- - @crossmint/client-sdk-base@1.4.0
-
-## 1.1.23
-
-### Patch Changes
-
-- Updated dependencies [d072a64]
- - @crossmint/client-sdk-base@1.3.4
-
-## 1.1.22
-
-### Patch Changes
-
-- Updated dependencies [6ab0ac1]
- - @crossmint/client-sdk-base@1.3.3
-
-## 1.1.21
-
-### Patch Changes
-
-- Updated dependencies [e30569f]
-- Updated dependencies [ea8ce4d]
- - @crossmint/client-sdk-base@1.3.2
-
-## 1.1.20
-
-### Patch Changes
-
-- Updated dependencies [2c7561c]
- - @crossmint/client-sdk-base@1.3.1
-
-## 1.1.19
-
-### Patch Changes
-
-- Updated dependencies [88a801d]
- - @crossmint/client-sdk-base@1.3.0
-
-## 1.1.18
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.2.8
-
-## 1.1.17
-
-### Patch Changes
-
-- Updated dependencies [08177a6]
- - @crossmint/client-sdk-base@1.2.7
-
-## 1.1.16
-
-### Patch Changes
-
-- Updated dependencies [30f42da]
-- Updated dependencies [456daec]
- - @crossmint/client-sdk-base@1.2.6
-
-## 1.1.15
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.2.5
-
-## 1.1.14
-
-### Patch Changes
-
-- Updated dependencies [f8f0c66]
- - @crossmint/client-sdk-base@1.2.4
-
-## 1.1.13
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.2.3
-
-## 1.1.12
-
-### Patch Changes
-
-- Updated dependencies [12b5eac]
- - @crossmint/client-sdk-base@1.2.2
-
-## 1.1.11
-
-### Patch Changes
-
-- @crossmint/client-sdk-base@1.2.1
-
-## 1.1.10
-
-### Patch Changes
-
-- Updated dependencies [c5f8027]
- - @crossmint/client-sdk-base@1.2.0
-
-## 1.1.9
-
-### Patch Changes
-
-- 655f990: bump
-- Updated dependencies [655f990]
- - @crossmint/client-sdk-base@1.1.14
diff --git a/packages/client/ui/vue-ui/README.md b/packages/client/ui/vue-ui/README.md
deleted file mode 100644
index dedd6f2d3..000000000
--- a/packages/client/ui/vue-ui/README.md
+++ /dev/null
@@ -1 +0,0 @@
-# client-sdk-vue-ui
diff --git a/packages/client/ui/vue-ui/package.json b/packages/client/ui/vue-ui/package.json
deleted file mode 100644
index 3f812d211..000000000
--- a/packages/client/ui/vue-ui/package.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "@crossmint/client-sdk-vue-ui",
- "version": "1.1.52",
- "type": "module",
- "exports": {
- ".": {
- "import": "./dist/index.js",
- "require": "./dist/index.cjs",
- "types": "./dist/index.d.ts"
- },
- "./dist/index.css": "./dist/style.css"
- },
- "main": "./dist/index.cjs",
- "module": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "files": ["dist", "LICENSE"],
- "scripts": {
- "dev": "vite",
- "type-check-and-build": "run-p type-check build-only",
- "preview": "vite preview",
- "test:unit": "vitest",
- "build": "vite build",
- "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "@crossmint/client-sdk-base": "workspace:*",
- "vue": "3.3.4"
- },
- "devDependencies": {
- "@rushstack/eslint-patch": "1.3.3",
- "@types/jsdom": "21.1.2",
- "@vitejs/plugin-vue": "4.3.4",
- "@vue/eslint-config-prettier": "8.0.0",
- "@vue/eslint-config-typescript": "11.0.3",
- "@vue/test-utils": "2.4.1",
- "@vue/tsconfig": "0.4.0",
- "eslint-plugin-vue": "9.17.0",
- "jsdom": "22.1.0",
- "npm-run-all": "4.1.5",
- "vite": "4.4.9",
- "vite-plugin-dts": "3.5.3",
- "vitest": "1.6.1",
- "vue-tsc": "1.8.10"
- }
-}
diff --git a/packages/client/ui/vue-ui/src/components/CrossmintPaymentElement.vue b/packages/client/ui/vue-ui/src/components/CrossmintPaymentElement.vue
deleted file mode 100644
index 8d77d65ba..000000000
--- a/packages/client/ui/vue-ui/src/components/CrossmintPaymentElement.vue
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
diff --git a/packages/client/ui/vue-ui/src/components/index.ts b/packages/client/ui/vue-ui/src/components/index.ts
deleted file mode 100644
index efc329cfd..000000000
--- a/packages/client/ui/vue-ui/src/components/index.ts
+++ /dev/null
@@ -1 +0,0 @@
-export { default as CrossmintPaymentElement } from "./CrossmintPaymentElement.vue";
diff --git a/packages/client/ui/vue-ui/src/env.d.ts b/packages/client/ui/vue-ui/src/env.d.ts
deleted file mode 100644
index 899b0bc98..000000000
--- a/packages/client/ui/vue-ui/src/env.d.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-///
-
-declare module "*.vue" {
- import type { DefineComponent } from "vue";
- const component: DefineComponent<{}, {}, any>;
- export default component;
-}
diff --git a/packages/client/ui/vue-ui/src/index.ts b/packages/client/ui/vue-ui/src/index.ts
deleted file mode 100644
index aa69e1a0f..000000000
--- a/packages/client/ui/vue-ui/src/index.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import type { App } from "vue";
-
-import type { CrossmintEvent, CrossmintEventMap } from "@crossmint/client-sdk-base";
-import { CrossmintEvents, useCrossmintEvents } from "@crossmint/client-sdk-base";
-
-import { CrossmintPaymentElement } from "./components";
-
-export default {
- install: (app: App) => {
- app.component("CrossmintPaymentElement", CrossmintPaymentElement);
- },
-};
-
-export { CrossmintPaymentElement, useCrossmintEvents, CrossmintEvents };
-export type { CrossmintEvent, CrossmintEventMap };
diff --git a/packages/client/ui/vue-ui/tsconfig.json b/packages/client/ui/vue-ui/tsconfig.json
deleted file mode 100644
index ad56ba9d6..000000000
--- a/packages/client/ui/vue-ui/tsconfig.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "extends": "@vue/tsconfig/tsconfig.dom.json",
- "compilerOptions": {
- "composite": true,
- "rootDir": "src",
- "baseUrl": ".",
- "paths": {
- "@/*": ["src/*"]
- }
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
-}
diff --git a/packages/client/ui/vue-ui/turbo.json b/packages/client/ui/vue-ui/turbo.json
deleted file mode 100644
index 64a6700cd..000000000
--- a/packages/client/ui/vue-ui/turbo.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "$schema": "https://turbo.build/schema.json",
- "extends": ["//"],
- "tasks": {
- "build": {
- "dependsOn": ["^build"],
- "inputs": ["src/**", "tsup.config.ts", "!./**/*.test.{ts,tsx}", "tsconfig.json"],
- "outputs": ["dist/**"]
- },
- "test:vitest": {
- "inputs": ["src/**", "vitest.config.ts"]
- }
- }
-}
diff --git a/packages/client/ui/vue-ui/vite.config.ts b/packages/client/ui/vue-ui/vite.config.ts
deleted file mode 100644
index 7aee3751c..000000000
--- a/packages/client/ui/vue-ui/vite.config.ts
+++ /dev/null
@@ -1,29 +0,0 @@
-import vue from "@vitejs/plugin-vue";
-import { resolve } from "path";
-import { defineConfig } from "vite";
-import dts from "vite-plugin-dts";
-
-export default defineConfig({
- plugins: [vue(), dts()],
- build: {
- sourcemap: true,
- outDir: "dist",
- lib: {
- entry: resolve(__dirname, "./src/index.ts"),
- name: "CrossmintVueSDKUi",
- formats: ["es", "cjs"],
- fileName: "index",
- },
- rollupOptions: {
- // make sure to externalize deps that shouldn't be bundled into your library
- external: ["vue"],
- output: {
- // Provide global variables to use in the UMD build for externalized deps
- globals: {
- vue: "Vue",
- },
- exports: "named",
- },
- },
- },
-});
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6ae503a6e..325d0d909 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -273,9 +273,6 @@ importers:
'@crossmint/client-sdk-smart-wallet':
specifier: workspace:*
version: link:../../../packages/client/wallets/smart-wallet
- '@crossmint/client-sdk-vue-ui':
- specifier: workspace:*
- version: link:../../../packages/client/ui/vue-ui
vue:
specifier: 3.3.4
version: 3.3.4
@@ -494,10 +491,10 @@ importers:
version: 18.3.1
jest:
specifier: ^29.7.0
- version: 29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ version: 29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
jest-expo:
specifier: ~52.0.6
- version: 52.0.6(@babel/core@7.26.10)(bufferutil@4.0.9)(encoding@0.1.13)(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(jest@29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5))
+ version: 52.0.6(@babel/core@7.26.10)(bufferutil@4.0.9)(encoding@0.1.13)(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(jest@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5))
react-test-renderer:
specifier: 18.3.1
version: 18.3.1(react@18.3.1)
@@ -1025,58 +1022,6 @@ importers:
specifier: 2.8.0
version: 2.8.0
- packages/client/ui/vue-ui:
- dependencies:
- '@crossmint/client-sdk-base':
- specifier: workspace:*
- version: link:../../base
- vue:
- specifier: 3.3.4
- version: 3.3.4
- devDependencies:
- '@rushstack/eslint-patch':
- specifier: 1.3.3
- version: 1.3.3
- '@types/jsdom':
- specifier: 21.1.2
- version: 21.1.2
- '@vitejs/plugin-vue':
- specifier: 4.3.4
- version: 4.3.4(vite@4.4.9(@types/node@22.7.5)(lightningcss@1.30.1)(terser@5.39.0))(vue@3.3.4)
- '@vue/eslint-config-prettier':
- specifier: 8.0.0
- version: 8.0.0(@types/eslint@9.6.1)(eslint@8.57.1)(prettier@2.8.8)
- '@vue/eslint-config-typescript':
- specifier: 11.0.3
- version: 11.0.3(eslint-plugin-vue@9.17.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.8.2)
- '@vue/test-utils':
- specifier: 2.4.1
- version: 2.4.1(@vue/server-renderer@3.3.4(vue@3.3.4))(vue@3.3.4)
- '@vue/tsconfig':
- specifier: 0.4.0
- version: 0.4.0
- eslint-plugin-vue:
- specifier: 9.17.0
- version: 9.17.0(eslint@8.57.1)
- jsdom:
- specifier: 22.1.0
- version: 22.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- npm-run-all:
- specifier: 4.1.5
- version: 4.1.5
- vite:
- specifier: 4.4.9
- version: 4.4.9(@types/node@22.7.5)(lightningcss@1.30.1)(terser@5.39.0)
- vite-plugin-dts:
- specifier: 3.5.3
- version: 3.5.3(@types/node@22.7.5)(rollup@4.43.0)(typescript@5.8.2)(vite@4.4.9(@types/node@22.7.5)(lightningcss@1.30.1)(terser@5.39.0))
- vitest:
- specifier: 1.6.1
- version: 1.6.1(@types/node@22.7.5)(jsdom@22.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0)
- vue-tsc:
- specifier: 1.8.10
- version: 1.8.10(typescript@5.8.2)
-
packages/client/verifiable-credentials:
dependencies:
'@crossmint/client-sdk-base':
@@ -4942,9 +4887,6 @@ packages:
resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- '@one-ini/wasm@0.1.1':
- resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==}
-
'@paulmillr/qr@0.2.1':
resolution: {integrity: sha512-IHnV6A+zxU7XwmKFinmYjUcwlyK9+xkG3/s9KcQhI9BjQKycrJ1JRO+FbNYPwZiPKW3je/DR0k7w8/gLa5eaxQ==}
deprecated: 'The package is now available as "qr": npm install qr'
@@ -4953,10 +4895,6 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
- '@pkgr/core@0.2.4':
- resolution: {integrity: sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==}
- engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
-
'@playwright/test@1.52.0':
resolution: {integrity: sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==}
engines: {node: '>=18'}
@@ -6068,15 +6006,6 @@ packages:
peerDependencies:
rollup: ^1.20.0||^2.0.0
- '@rollup/pluginutils@5.1.4':
- resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
-
'@rollup/rollup-android-arm-eabi@4.40.1':
resolution: {integrity: sha512-kxz0YeeCrRUHz3zyqvd7n+TVRlNyTifBsmnmNPtk3hQURUyG9eAB+usz6DAwagMusjx/zb3AjvDUvhFGDAexGw==}
cpu: [arm]
@@ -7176,9 +7105,6 @@ packages:
'@types/jsdom@20.0.1':
resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==}
- '@types/jsdom@21.1.2':
- resolution: {integrity: sha512-bGj+7TaCkOwkJfx7HtS9p22Ij0A2aKMuz8a1+owpkxa1wU/HUBy/WAXhdv90uDdVI9rSjGvUrXmLSeA9VP3JeA==}
-
'@types/json-schema@7.0.15':
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
@@ -7610,21 +7536,12 @@ packages:
'@vitest/utils@1.6.1':
resolution: {integrity: sha512-jOrrUvXM4Av9ZWiG1EajNto0u96kWAhJ1LmPmJhXXQx/32MecEKd10pOLYgS2BQx1TgkGhloPU1ArDW2vvaY6g==}
- '@volar/language-core@1.10.10':
- resolution: {integrity: sha512-nsV1o3AZ5n5jaEAObrS3MWLBWaGwUj/vAsc15FVNIv+DbpizQRISg9wzygsHBr56ELRH8r4K75vkYNMtsSNNWw==}
-
'@volar/language-core@1.11.1':
resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==}
- '@volar/source-map@1.10.10':
- resolution: {integrity: sha512-GVKjLnifV4voJ9F0vhP56p4+F3WGf+gXlRtjFZsv6v3WxBTWU3ZVeaRaEHJmWrcv5LXmoYYpk/SC25BKemPRkg==}
-
'@volar/source-map@1.11.1':
resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==}
- '@volar/typescript@1.10.10':
- resolution: {integrity: sha512-4a2r5bdUub2m+mYVnLu2wt59fuoYWe7nf0uXtGHU8QQ5LDNfzAR0wK7NgDiQ9rcl2WT3fxT2AA9AylAwFtj50A==}
-
'@volar/typescript@1.11.1':
resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==}
@@ -7649,31 +7566,6 @@ packages:
'@vue/devtools-api@6.6.4':
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
- '@vue/eslint-config-prettier@8.0.0':
- resolution: {integrity: sha512-55dPqtC4PM/yBjhAr+yEw6+7KzzdkBuLmnhBrDfp4I48+wy+Giqqj9yUr5T2uD/BkBROjjmqnLZmXRdOx/VtQg==}
- peerDependencies:
- eslint: '>= 8.0.0'
- prettier: '>= 3.0.0'
-
- '@vue/eslint-config-typescript@11.0.3':
- resolution: {integrity: sha512-dkt6W0PX6H/4Xuxg/BlFj5xHvksjpSlVjtkQCpaYJBIEuKj2hOVU7r+TIe+ysCwRYFz/lGqvklntRkCAibsbPw==}
- engines: {node: ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
- eslint-plugin-vue: ^9.0.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
- '@vue/language-core@1.8.10':
- resolution: {integrity: sha512-db8PtM4ZZr7SYNH30XpKxUYnUBYaTvcuJ4c2whKK04fuAjbtjAIZ2al5GzGEfUlesmvkpgdbiSviRXUxgD9Omw==}
- peerDependencies:
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
'@vue/language-core@1.8.27':
resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==}
peerDependencies:
@@ -7688,9 +7580,6 @@ packages:
'@vue/reactivity@3.3.4':
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':
resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==}
@@ -7708,21 +7597,9 @@ packages:
'@vue/shared@3.5.13':
resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
- '@vue/test-utils@2.4.1':
- resolution: {integrity: sha512-VO8nragneNzUZUah6kOjiFmD/gwRjUauG9DROh6oaOeFwX1cZRUNHhdeogE8635cISigXFTtGLUQWx5KCb0xeg==}
- peerDependencies:
- '@vue/server-renderer': ^3.0.1
- vue: ^3.0.1
- peerDependenciesMeta:
- '@vue/server-renderer':
- optional: true
-
'@vue/tsconfig@0.4.0':
resolution: {integrity: sha512-CPuIReonid9+zOG/CGTT05FXrPYATEqoDGNrEaqS4hwcw5BUNM2FguC0mOwJD4Jr16UpRVl9N0pY3P+srIbqmg==}
- '@vue/typescript@1.8.10':
- resolution: {integrity: sha512-vPSpTXMk4chYwvyTGjM891cKgnx2r6vtbdANOp2mRU31f4HYGyLrZBlGgiua7SaO2cLjUg8y91OipJe0t8OFhA==}
-
'@wallet-standard/app@1.0.1':
resolution: {integrity: sha512-LnLYq2Vy2guTZ8GQKKSXQK3+FRGPil75XEdkZqE6fiLixJhZJoJa5hT7lXxwe0ykVTt9LEThdTbOpT7KadS26Q==}
engines: {node: '>=16'}
@@ -8101,9 +7978,6 @@ packages:
resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
deprecated: Use your platform's native atob() and btoa() methods instead
- abbrev@1.1.1:
- resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
-
abitype@0.7.1:
resolution: {integrity: sha512-VBkRHTDZf9Myaek/dO3yMmOzB/y2s3Zo6nVU7yaw1G+TvCHAjwaJzNGN9yo4K5D8bU/VZXKP1EJpRhFr862PlQ==}
peerDependencies:
@@ -9204,10 +9078,6 @@ packages:
command-exists@1.2.9:
resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==}
- commander@10.0.1:
- resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
- engines: {node: '>=14'}
-
commander@12.1.0:
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
engines: {node: '>=18'}
@@ -9269,9 +9139,6 @@ packages:
confbox@0.2.2:
resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
- config-chain@1.1.13:
- resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
-
confusing-browser-globals@1.0.11:
resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==}
@@ -9972,11 +9839,6 @@ packages:
resolution: {integrity: sha512-eJAgf9pdv214Hn98FlUzclRMYWF7WfoLlkS9nWMTm1qcCwn6Ad4EGD9lr9HXMBfSrZhYQujRE+p0adPRkctC6A==}
engines: {bun: '>=1', deno: '>=2', node: '>=16'}
- editorconfig@1.0.4:
- resolution: {integrity: sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==}
- engines: {node: '>=14'}
- hasBin: true
-
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
@@ -10205,12 +10067,6 @@ packages:
typescript:
optional: true
- eslint-config-prettier@8.10.0:
- resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==}
- hasBin: true
- peerDependencies:
- eslint: '>=7.0.0'
-
eslint-config-react-app@7.0.1:
resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==}
engines: {node: '>=14.0.0'}
@@ -10295,20 +10151,6 @@ packages:
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
- eslint-plugin-prettier@5.2.6:
- resolution: {integrity: sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==}
- engines: {node: ^14.18.0 || >=16.0.0}
- peerDependencies:
- '@types/eslint': '>=8.0.0'
- eslint: '>=8.0.0'
- eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0'
- prettier: '>=3.0.0'
- peerDependenciesMeta:
- '@types/eslint':
- optional: true
- eslint-config-prettier:
- optional: true
-
eslint-plugin-react-hooks@4.6.2:
resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
engines: {node: '>=10'}
@@ -10327,12 +10169,6 @@ packages:
peerDependencies:
eslint: ^7.5.0 || ^8.0.0
- eslint-plugin-vue@9.17.0:
- resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==}
- engines: {node: ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
-
eslint-scope@5.1.1:
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
engines: {node: '>=8.0.0'}
@@ -10679,9 +10515,6 @@ packages:
fast-deep-equal@3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
- fast-diff@1.3.0:
- resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
-
fast-fifo@1.3.2:
resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==}
@@ -12361,11 +12194,6 @@ packages:
resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==}
engines: {node: '>=10'}
- js-beautify@1.14.9:
- resolution: {integrity: sha512-coM7xq1syLcMyuVGyToxcj2AlzhkDjmfklL8r0JgJ7A76wyGMpJ1oA35mr4APdYNO/o/4YY8H54NQIJzhMbhBg==}
- engines: {node: '>=12'}
- hasBin: true
-
js-cookie@3.0.5:
resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
engines: {node: '>=14'}
@@ -12582,9 +12410,6 @@ packages:
resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==}
engines: {node: '>= 8'}
- kolorist@1.8.0:
- resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
-
language-subtag-registry@0.3.23:
resolution: {integrity: sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==}
@@ -13398,10 +13223,6 @@ packages:
resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
engines: {node: '>=10'}
- minimatch@9.0.1:
- resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==}
- engines: {node: '>=16 || 14 >=14.17'}
-
minimatch@9.0.3:
resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
engines: {node: '>=16 || 14 >=14.17'}
@@ -13717,11 +13538,6 @@ packages:
resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==}
engines: {node: '>=0.12.0'}
- nopt@6.0.0:
- resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==}
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
- hasBin: true
-
normalize-package-data@2.5.0:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
@@ -14761,10 +14577,6 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'}
- prettier-linter-helpers@1.0.0:
- resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
- engines: {node: '>=6.0.0'}
-
prettier@2.8.8:
resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
engines: {node: '>=10.13.0'}
@@ -14860,9 +14672,6 @@ packages:
property-information@7.0.0:
resolution: {integrity: sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==}
- proto-list@1.2.4:
- resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==}
-
protobufjs@6.11.4:
resolution: {integrity: sha512-5kQWPaJHi1WoCpjTGszzQ32PG2F4+wRY6BmAT4Vfw56Q2FZ4YZzK20xUYQH4YkfehY1e6QSICrJquM6xXZNcrw==}
hasBin: true
@@ -16424,10 +16233,6 @@ packages:
symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
- synckit@0.11.4:
- resolution: {integrity: sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ==}
- engines: {node: ^14.18.0 || >=16.0.0}
-
tabbable@6.2.0:
resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
@@ -17412,16 +17217,6 @@ packages:
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
- vite-plugin-dts@3.5.3:
- resolution: {integrity: sha512-h94j/+SR1PhLR9jnEtcjZILagE2QZBAV8V1y3T2Ujcet1VI0Et4dZSU1W8fbnp6obB7B3/b8hArqdi2/9HuH+w==}
- engines: {node: ^14.18.0 || >=16.0.0}
- peerDependencies:
- typescript: '*'
- vite: '*'
- peerDependenciesMeta:
- vite:
- optional: true
-
vite-tsconfig-paths@4.3.2:
resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==}
peerDependencies:
@@ -17561,15 +17356,6 @@ packages:
resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==}
engines: {node: '>=0.10.0'}
- vue-component-type-helpers@1.8.4:
- resolution: {integrity: sha512-6bnLkn8O0JJyiFSIF0EfCogzeqNXpnjJ0vW/SZzNHfe6sPx30lTtTXlE5TFs2qhJlAtDFybStVNpL73cPe3OMQ==}
-
- vue-eslint-parser@9.4.3:
- resolution: {integrity: sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==}
- engines: {node: ^14.17.0 || >=16.0.0}
- peerDependencies:
- eslint: '>=6.0.0'
-
vue-router@4.2.4:
resolution: {integrity: sha512-9PISkmaCO02OzPVOMq2w82ilty6+xJmQrarYZDkjZBfl4RvYAlt4PKnEX21oW4KTtWfa9OuO/b3qk1Od3AEdCQ==}
peerDependencies:
@@ -17578,12 +17364,6 @@ packages:
vue-template-compiler@2.7.16:
resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==}
- vue-tsc@1.8.10:
- resolution: {integrity: sha512-ptpTFFDoHQgkWJF7i5iERxooiQzOGtG1uKTfmAUuS3qPuSQGq+Ky/S8BFHhnFGwoOxq/PjmGN2QSZEfg1rtzQA==}
- hasBin: true
- peerDependencies:
- typescript: '*'
-
vue-tsc@1.8.27:
resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==}
hasBin: true
@@ -22866,7 +22646,7 @@ snapshots:
- supports-color
- ts-node
- '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))':
+ '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))':
dependencies:
'@jest/console': 29.7.0
'@jest/reporters': 29.7.0
@@ -22880,7 +22660,7 @@ snapshots:
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ jest-config: 29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
jest-haste-map: 29.7.0
jest-message-util: 29.7.0
jest-regex-util: 29.6.3
@@ -24548,14 +24328,6 @@ snapshots:
- '@types/node'
optional: true
- '@microsoft/api-extractor-model@7.30.5(@types/node@22.7.5)':
- dependencies:
- '@microsoft/tsdoc': 0.15.1
- '@microsoft/tsdoc-config': 0.17.1
- '@rushstack/node-core-library': 5.13.0(@types/node@22.7.5)
- transitivePeerDependencies:
- - '@types/node'
-
'@microsoft/api-extractor@7.52.5(@types/node@20.12.7)':
dependencies:
'@microsoft/api-extractor-model': 7.30.5(@types/node@20.12.7)
@@ -24575,32 +24347,16 @@ snapshots:
- '@types/node'
optional: true
- '@microsoft/api-extractor@7.52.5(@types/node@22.7.5)':
- dependencies:
- '@microsoft/api-extractor-model': 7.30.5(@types/node@22.7.5)
- '@microsoft/tsdoc': 0.15.1
- '@microsoft/tsdoc-config': 0.17.1
- '@rushstack/node-core-library': 5.13.0(@types/node@22.7.5)
- '@rushstack/rig-package': 0.5.3
- '@rushstack/terminal': 0.15.2(@types/node@22.7.5)
- '@rushstack/ts-command-line': 5.0.0(@types/node@22.7.5)
- lodash: 4.17.21
- minimatch: 3.0.8
- resolve: 1.22.10
- semver: 7.5.4
- source-map: 0.6.1
- typescript: 5.8.2
- transitivePeerDependencies:
- - '@types/node'
-
'@microsoft/tsdoc-config@0.17.1':
dependencies:
'@microsoft/tsdoc': 0.15.1
ajv: 8.12.0
jju: 1.4.0
resolve: 1.22.10
+ optional: true
- '@microsoft/tsdoc@0.15.1': {}
+ '@microsoft/tsdoc@0.15.1':
+ optional: true
'@motionone/animation@10.18.0':
dependencies:
@@ -25000,15 +24756,11 @@ snapshots:
dependencies:
which: 3.0.1
- '@one-ini/wasm@0.1.1': {}
-
'@paulmillr/qr@0.2.1': {}
'@pkgjs/parseargs@0.11.0':
optional: true
- '@pkgr/core@0.2.4': {}
-
'@playwright/test@1.52.0':
dependencies:
playwright: 1.52.0
@@ -26743,14 +26495,6 @@ snapshots:
picomatch: 2.3.1
rollup: 2.79.2
- '@rollup/pluginutils@5.1.4(rollup@4.43.0)':
- dependencies:
- '@types/estree': 1.0.7
- estree-walker: 2.0.2
- picomatch: 4.0.2
- optionalDependencies:
- rollup: 4.43.0
-
'@rollup/rollup-android-arm-eabi@4.40.1':
optional: true
@@ -26889,23 +26633,11 @@ snapshots:
'@types/node': 20.12.7
optional: true
- '@rushstack/node-core-library@5.13.0(@types/node@22.7.5)':
- dependencies:
- ajv: 8.13.0
- ajv-draft-04: 1.0.0(ajv@8.13.0)
- ajv-formats: 3.0.1(ajv@8.13.0)
- fs-extra: 11.3.0
- import-lazy: 4.0.0
- jju: 1.4.0
- resolve: 1.22.10
- semver: 7.5.4
- optionalDependencies:
- '@types/node': 22.7.5
-
'@rushstack/rig-package@0.5.3':
dependencies:
resolve: 1.22.10
strip-json-comments: 3.1.1
+ optional: true
'@rushstack/terminal@0.15.2(@types/node@20.12.7)':
dependencies:
@@ -26915,13 +26647,6 @@ snapshots:
'@types/node': 20.12.7
optional: true
- '@rushstack/terminal@0.15.2(@types/node@22.7.5)':
- dependencies:
- '@rushstack/node-core-library': 5.13.0(@types/node@22.7.5)
- supports-color: 8.1.1
- optionalDependencies:
- '@types/node': 22.7.5
-
'@rushstack/ts-command-line@5.0.0(@types/node@20.12.7)':
dependencies:
'@rushstack/terminal': 0.15.2(@types/node@20.12.7)
@@ -26932,15 +26657,6 @@ snapshots:
- '@types/node'
optional: true
- '@rushstack/ts-command-line@5.0.0(@types/node@22.7.5)':
- dependencies:
- '@rushstack/terminal': 0.15.2(@types/node@22.7.5)
- '@types/argparse': 1.0.38
- argparse: 1.0.10
- string-argv: 0.3.2
- transitivePeerDependencies:
- - '@types/node'
-
'@scure/base@1.1.9': {}
'@scure/base@1.2.5': {}
@@ -28191,7 +27907,8 @@ snapshots:
dependencies:
'@types/estree': 1.0.8
- '@types/argparse@1.0.38': {}
+ '@types/argparse@1.0.38':
+ optional: true
'@types/aria-query@5.0.4': {}
@@ -28358,12 +28075,6 @@ snapshots:
'@types/tough-cookie': 4.0.5
parse5: 7.3.0
- '@types/jsdom@21.1.2':
- dependencies:
- '@types/node': 20.14.11
- '@types/tough-cookie': 4.0.5
- parse5: 7.3.0
-
'@types/json-schema@7.0.15': {}
'@types/json5@0.0.29': {}
@@ -28585,25 +28296,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1)(typescript@5.8.2)':
- dependencies:
- '@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.8.2)
- '@typescript-eslint/scope-manager': 5.62.0
- '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@5.8.2)
- '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.8.2)
- debug: 4.4.0(supports-color@8.1.1)
- eslint: 8.57.1
- graphemer: 1.4.0
- ignore: 5.3.2
- natural-compare-lite: 1.4.0
- semver: 7.7.1
- tsutils: 3.21.0(typescript@5.8.2)
- optionalDependencies:
- typescript: 5.8.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.5.3))(eslint@8.57.1)(typescript@5.5.3)':
dependencies:
'@eslint-community/regexpp': 4.12.1
@@ -28664,18 +28356,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.8.2)':
- dependencies:
- '@typescript-eslint/scope-manager': 5.62.0
- '@typescript-eslint/types': 5.62.0
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.2)
- debug: 4.4.0(supports-color@8.1.1)
- eslint: 8.57.1
- optionalDependencies:
- typescript: 5.8.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.5.3)':
dependencies:
'@typescript-eslint/scope-manager': 6.21.0
@@ -28736,18 +28416,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/type-utils@5.62.0(eslint@8.57.1)(typescript@5.8.2)':
- dependencies:
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.2)
- '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@5.8.2)
- debug: 4.4.0(supports-color@8.1.1)
- eslint: 8.57.1
- tsutils: 3.21.0(typescript@5.8.2)
- optionalDependencies:
- typescript: 5.8.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/type-utils@6.21.0(eslint@8.57.1)(typescript@5.5.3)':
dependencies:
'@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.3)
@@ -28792,20 +28460,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@5.62.0(typescript@5.8.2)':
- dependencies:
- '@typescript-eslint/types': 5.62.0
- '@typescript-eslint/visitor-keys': 5.62.0
- debug: 4.4.0(supports-color@8.1.1)
- globby: 11.1.0
- is-glob: 4.0.3
- semver: 7.7.1
- tsutils: 3.21.0(typescript@5.8.2)
- optionalDependencies:
- typescript: 5.8.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.3)':
dependencies:
'@typescript-eslint/types': 6.21.0
@@ -28866,21 +28520,6 @@ snapshots:
- supports-color
- typescript
- '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@5.8.2)':
- dependencies:
- '@eslint-community/eslint-utils': 4.6.1(eslint@8.57.1)
- '@types/json-schema': 7.0.15
- '@types/semver': 7.7.0
- '@typescript-eslint/scope-manager': 5.62.0
- '@typescript-eslint/types': 5.62.0
- '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.8.2)
- eslint: 8.57.1
- eslint-scope: 5.1.1
- semver: 7.7.1
- transitivePeerDependencies:
- - supports-color
- - typescript
-
'@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.5.3)':
dependencies:
'@eslint-community/eslint-utils': 4.6.1(eslint@8.57.1)
@@ -29058,27 +28697,14 @@ snapshots:
loupe: 2.3.7
pretty-format: 29.7.0
- '@volar/language-core@1.10.10':
- dependencies:
- '@volar/source-map': 1.10.10
-
'@volar/language-core@1.11.1':
dependencies:
'@volar/source-map': 1.11.1
- '@volar/source-map@1.10.10':
- dependencies:
- muggle-string: 0.3.1
-
'@volar/source-map@1.11.1':
dependencies:
muggle-string: 0.3.1
- '@volar/typescript@1.10.10':
- dependencies:
- '@volar/language-core': 1.10.10
- path-browserify: 1.0.1
-
'@volar/typescript@1.11.1':
dependencies:
'@volar/language-core': 1.11.1
@@ -29129,40 +28755,6 @@ snapshots:
'@vue/devtools-api@6.6.4': {}
- '@vue/eslint-config-prettier@8.0.0(@types/eslint@9.6.1)(eslint@8.57.1)(prettier@2.8.8)':
- dependencies:
- eslint: 8.57.1
- eslint-config-prettier: 8.10.0(eslint@8.57.1)
- eslint-plugin-prettier: 5.2.6(@types/eslint@9.6.1)(eslint-config-prettier@8.10.0(eslint@8.57.1))(eslint@8.57.1)(prettier@2.8.8)
- prettier: 2.8.8
- transitivePeerDependencies:
- - '@types/eslint'
-
- '@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.17.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.8.2)':
- dependencies:
- '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1)(typescript@5.8.2)
- '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@5.8.2)
- eslint: 8.57.1
- eslint-plugin-vue: 9.17.0(eslint@8.57.1)
- vue-eslint-parser: 9.4.3(eslint@8.57.1)
- optionalDependencies:
- typescript: 5.8.2
- transitivePeerDependencies:
- - supports-color
-
- '@vue/language-core@1.8.10(typescript@5.8.2)':
- dependencies:
- '@volar/language-core': 1.10.10
- '@volar/source-map': 1.10.10
- '@vue/compiler-dom': 3.5.13
- '@vue/reactivity': 3.5.13
- '@vue/shared': 3.5.13
- minimatch: 9.0.5
- muggle-string: 0.3.1
- vue-template-compiler: 2.7.16
- optionalDependencies:
- typescript: 5.8.2
-
'@vue/language-core@1.8.27(typescript@5.3.3)':
dependencies:
'@volar/language-core': 1.11.1
@@ -29177,20 +28769,6 @@ snapshots:
optionalDependencies:
typescript: 5.3.3
- '@vue/language-core@1.8.27(typescript@5.8.2)':
- dependencies:
- '@volar/language-core': 1.11.1
- '@volar/source-map': 1.11.1
- '@vue/compiler-dom': 3.5.13
- '@vue/shared': 3.5.13
- computeds: 0.0.1
- minimatch: 9.0.5
- muggle-string: 0.3.1
- path-browserify: 1.0.1
- vue-template-compiler: 2.7.16
- optionalDependencies:
- typescript: 5.8.2
-
'@vue/reactivity-transform@3.3.4':
dependencies:
'@babel/parser': 7.27.0
@@ -29203,10 +28781,6 @@ snapshots:
dependencies:
'@vue/shared': 3.3.4
- '@vue/reactivity@3.5.13':
- dependencies:
- '@vue/shared': 3.5.13
-
'@vue/runtime-core@3.3.4':
dependencies:
'@vue/reactivity': 3.3.4
@@ -29228,23 +28802,8 @@ snapshots:
'@vue/shared@3.5.13': {}
- '@vue/test-utils@2.4.1(@vue/server-renderer@3.3.4(vue@3.3.4))(vue@3.3.4)':
- dependencies:
- js-beautify: 1.14.9
- vue: 3.3.4
- vue-component-type-helpers: 1.8.4
- optionalDependencies:
- '@vue/server-renderer': 3.3.4(vue@3.3.4)
-
'@vue/tsconfig@0.4.0': {}
- '@vue/typescript@1.8.10(typescript@5.8.2)':
- dependencies:
- '@volar/typescript': 1.10.10
- '@vue/language-core': 1.8.10(typescript@5.8.2)
- transitivePeerDependencies:
- - typescript
-
'@wallet-standard/app@1.0.1':
dependencies:
'@wallet-standard/base': 1.1.0
@@ -31015,8 +30574,6 @@ snapshots:
abab@2.0.6: {}
- abbrev@1.1.1: {}
-
abitype@0.7.1(typescript@5.8.2)(zod@3.22.4):
dependencies:
typescript: 5.8.2
@@ -31127,6 +30684,7 @@ snapshots:
ajv-draft-04@1.0.0(ajv@8.13.0):
optionalDependencies:
ajv: 8.13.0
+ optional: true
ajv-formats@2.1.1(ajv@8.17.1):
optionalDependencies:
@@ -31135,6 +30693,7 @@ snapshots:
ajv-formats@3.0.1(ajv@8.13.0):
optionalDependencies:
ajv: 8.13.0
+ optional: true
ajv-keywords@3.5.2(ajv@6.12.6):
dependencies:
@@ -31158,6 +30717,7 @@ snapshots:
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
uri-js: 4.4.1
+ optional: true
ajv@8.13.0:
dependencies:
@@ -31165,6 +30725,7 @@ snapshots:
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
uri-js: 4.4.1
+ optional: true
ajv@8.17.1:
dependencies:
@@ -32279,8 +31840,6 @@ snapshots:
command-exists@1.2.9: {}
- commander@10.0.1: {}
-
commander@12.1.0: {}
commander@13.0.0: {}
@@ -32327,11 +31886,6 @@ snapshots:
confbox@0.2.2: {}
- config-chain@1.1.13:
- dependencies:
- ini: 1.3.8
- proto-list: 1.2.4
-
confusing-browser-globals@1.0.11: {}
connect-history-api-fallback@2.0.0: {}
@@ -32448,13 +32002,13 @@ snapshots:
- supports-color
- ts-node
- create-jest@29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)):
+ create-jest@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)):
dependencies:
'@jest/types': 29.6.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ jest-config: 29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@@ -32704,6 +32258,7 @@ snapshots:
cssstyle@3.0.0:
dependencies:
rrweb-cssom: 0.6.0
+ optional: true
csstype@3.1.3: {}
@@ -32746,6 +32301,7 @@ snapshots:
abab: 2.0.6
whatwg-mimetype: 3.0.0
whatwg-url: 12.0.1
+ optional: true
data-view-buffer@1.0.2:
dependencies:
@@ -33095,13 +32651,6 @@ snapshots:
'@noble/curves': 1.9.0
'@noble/hashes': 1.8.0
- editorconfig@1.0.4:
- dependencies:
- '@one-ini/wasm': 0.1.1
- commander: 10.0.1
- minimatch: 9.0.1
- semver: 7.7.1
-
ee-first@1.1.1: {}
ejs@3.1.10:
@@ -33458,10 +33007,6 @@ snapshots:
- eslint-plugin-import-x
- supports-color
- eslint-config-prettier@8.10.0(eslint@8.57.1):
- dependencies:
- eslint: 8.57.1
-
eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.10))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.10))(eslint@8.57.1)(jest@27.5.1(bufferutil@4.0.9)(ts-node@10.9.2(@types/node@20.12.7)(typescript@5.3.3))(utf-8-validate@5.0.10))(typescript@5.3.3):
dependencies:
'@babel/core': 7.26.10
@@ -33746,16 +33291,6 @@ snapshots:
safe-regex-test: 1.1.0
string.prototype.includes: 2.0.1
- eslint-plugin-prettier@5.2.6(@types/eslint@9.6.1)(eslint-config-prettier@8.10.0(eslint@8.57.1))(eslint@8.57.1)(prettier@2.8.8):
- dependencies:
- eslint: 8.57.1
- prettier: 2.8.8
- prettier-linter-helpers: 1.0.0
- synckit: 0.11.4
- optionalDependencies:
- '@types/eslint': 9.6.1
- eslint-config-prettier: 8.10.0(eslint@8.57.1)
-
eslint-plugin-react-hooks@4.6.2(eslint@8.57.1):
dependencies:
eslint: 8.57.1
@@ -33798,19 +33333,6 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-vue@9.17.0(eslint@8.57.1):
- dependencies:
- '@eslint-community/eslint-utils': 4.6.1(eslint@8.57.1)
- eslint: 8.57.1
- natural-compare: 1.4.0
- nth-check: 2.1.1
- postcss-selector-parser: 6.1.2
- semver: 7.7.1
- vue-eslint-parser: 9.4.3(eslint@8.57.1)
- xml-name-validator: 4.0.0
- transitivePeerDependencies:
- - supports-color
-
eslint-scope@5.1.1:
dependencies:
esrecurse: 4.3.0
@@ -34418,8 +33940,6 @@ snapshots:
fast-deep-equal@3.1.3: {}
- fast-diff@1.3.0: {}
-
fast-fifo@1.3.2: {}
fast-glob@3.3.3:
@@ -34762,6 +34282,7 @@ snapshots:
graceful-fs: 4.2.11
jsonfile: 6.1.0
universalify: 2.0.1
+ optional: true
fs-extra@7.0.1:
dependencies:
@@ -35421,7 +34942,8 @@ snapshots:
parent-module: 1.0.1
resolve-from: 4.0.0
- import-lazy@4.0.0: {}
+ import-lazy@4.0.0:
+ optional: true
import-local@3.2.0:
dependencies:
@@ -36127,16 +35649,16 @@ snapshots:
- supports-color
- ts-node
- jest-cli@29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)):
+ jest-cli@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)):
dependencies:
- '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ create-jest: 29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
exit: 0.1.2
import-local: 3.2.0
- jest-config: 29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ jest-config: 29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -36276,7 +35798,7 @@ snapshots:
- babel-plugin-macros
- supports-color
- jest-config@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)):
+ jest-config@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)):
dependencies:
'@babel/core': 7.26.10
'@jest/test-sequencer': 29.7.0
@@ -36302,38 +35824,7 @@ snapshots:
strip-json-comments: 3.1.1
optionalDependencies:
'@types/node': 20.14.11
- ts-node: 10.9.2(@types/node@22.7.5)(typescript@5.5.3)
- transitivePeerDependencies:
- - babel-plugin-macros
- - supports-color
-
- jest-config@29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)):
- dependencies:
- '@babel/core': 7.26.10
- '@jest/test-sequencer': 29.7.0
- '@jest/types': 29.6.3
- babel-jest: 29.7.0(@babel/core@7.26.10)
- chalk: 4.1.2
- ci-info: 3.9.0
- deepmerge: 4.3.1
- glob: 7.2.3
- graceful-fs: 4.2.11
- jest-circus: 29.7.0(babel-plugin-macros@3.1.0)
- jest-environment-node: 29.7.0
- jest-get-type: 29.6.3
- jest-regex-util: 29.6.3
- jest-resolve: 29.7.0
- jest-runner: 29.7.0
- jest-util: 29.7.0
- jest-validate: 29.7.0
- micromatch: 4.0.8
- parse-json: 5.2.0
- pretty-format: 29.7.0
- slash: 3.0.0
- strip-json-comments: 3.1.1
- optionalDependencies:
- '@types/node': 22.7.5
- ts-node: 10.9.2(@types/node@22.7.5)(typescript@5.5.3)
+ ts-node: 10.9.2(@types/node@20.14.11)(typescript@5.5.3)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@@ -36424,7 +35915,7 @@ snapshots:
jest-mock: 29.7.0
jest-util: 29.7.0
- jest-expo@52.0.6(@babel/core@7.26.10)(bufferutil@4.0.9)(encoding@0.1.13)(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(jest@29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5)):
+ jest-expo@52.0.6(@babel/core@7.26.10)(bufferutil@4.0.9)(encoding@0.1.13)(expo@52.0.46(tz6j44tf4tmm5rdruadnfs5u6u))(jest@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)))(react-dom@18.3.1(react@18.3.1))(react-native@0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10))(react@18.3.1)(utf-8-validate@5.0.10)(webpack@5.99.7(esbuild@0.21.5)):
dependencies:
'@expo/config': 10.0.11
'@expo/json-file': 9.0.2
@@ -36437,7 +35928,7 @@ snapshots:
jest-environment-jsdom: 29.7.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
jest-snapshot: 29.7.0
jest-watch-select-projects: 2.0.0
- jest-watch-typeahead: 2.2.1(jest@29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)))
+ jest-watch-typeahead: 2.2.1(jest@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)))
json5: 2.2.3
lodash: 4.17.21
react-native: 0.76.9(@babel/core@7.26.10)(@babel/preset-env@7.26.9(@babel/core@7.26.10))(@react-native-community/cli@13.6.4(bufferutil@4.0.9)(encoding@0.1.13)(utf-8-validate@5.0.10))(@types/react@18.3.20)(bufferutil@4.0.9)(encoding@0.1.13)(react@18.3.1)(utf-8-validate@5.0.10)
@@ -36880,11 +36371,11 @@ snapshots:
string-length: 5.0.1
strip-ansi: 7.1.0
- jest-watch-typeahead@2.2.1(jest@29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))):
+ jest-watch-typeahead@2.2.1(jest@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))):
dependencies:
ansi-escapes: 6.2.1
chalk: 4.1.2
- jest: 29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ jest: 29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
jest-regex-util: 29.6.3
jest-watcher: 29.7.0
slash: 5.1.0
@@ -36984,12 +36475,12 @@ snapshots:
- supports-color
- ts-node
- jest@29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3)):
+ jest@29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3)):
dependencies:
- '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
'@jest/types': 29.6.3
import-local: 3.2.0
- jest-cli: 29.7.0(@types/node@22.7.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@22.7.5)(typescript@5.5.3))
+ jest-cli: 29.7.0(@types/node@20.14.11)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.14.11)(typescript@5.5.3))
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -37002,7 +36493,8 @@ snapshots:
jiti@2.4.2: {}
- jju@1.4.0: {}
+ jju@1.4.0:
+ optional: true
joi@17.13.3:
dependencies:
@@ -37020,13 +36512,6 @@ snapshots:
joycon@3.1.1: {}
- js-beautify@1.14.9:
- dependencies:
- config-chain: 1.1.13
- editorconfig: 1.0.4
- glob: 8.1.0
- nopt: 6.0.0
-
js-cookie@3.0.5: {}
js-sha3@0.8.0: {}
@@ -37140,7 +36625,7 @@ snapshots:
- supports-color
- utf-8-validate
- jsdom@22.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10):
+ jsdom@22.1.0:
dependencies:
abab: 2.0.6
cssstyle: 3.0.0
@@ -37169,6 +36654,7 @@ snapshots:
- bufferutil
- supports-color
- utf-8-validate
+ optional: true
jsesc@3.0.2: {}
@@ -37360,8 +36846,6 @@ snapshots:
klona@2.0.6: {}
- kolorist@1.8.0: {}
-
language-subtag-registry@0.3.23: {}
language-tags@1.0.9:
@@ -37679,6 +37163,7 @@ snapshots:
lru-cache@6.0.0:
dependencies:
yallist: 4.0.0
+ optional: true
lru-cache@7.18.3: {}
@@ -38568,6 +38053,7 @@ snapshots:
minimatch@3.0.8:
dependencies:
brace-expansion: 1.1.11
+ optional: true
minimatch@3.1.2:
dependencies:
@@ -38577,10 +38063,6 @@ snapshots:
dependencies:
brace-expansion: 2.0.1
- minimatch@9.0.1:
- dependencies:
- brace-expansion: 2.0.1
-
minimatch@9.0.3:
dependencies:
brace-expansion: 2.0.1
@@ -38890,10 +38372,6 @@ snapshots:
node-stream-zip@1.15.0: {}
- nopt@6.0.0:
- dependencies:
- abbrev: 1.1.1
-
normalize-package-data@2.5.0:
dependencies:
hosted-git-info: 2.8.9
@@ -40133,10 +39611,6 @@ snapshots:
prelude-ls@1.2.1: {}
- prettier-linter-helpers@1.0.0:
- dependencies:
- fast-diff: 1.3.0
-
prettier@2.8.8: {}
pretty-bytes@5.6.0: {}
@@ -40228,8 +39702,6 @@ snapshots:
property-information@7.0.0: {}
- proto-list@1.2.4: {}
-
protobufjs@6.11.4:
dependencies:
'@protobufjs/aspromise': 1.1.2
@@ -41644,7 +41116,8 @@ snapshots:
bufferutil: 4.0.9
utf-8-validate: 5.0.10
- rrweb-cssom@0.6.0: {}
+ rrweb-cssom@0.6.0:
+ optional: true
run-parallel@1.2.0:
dependencies:
@@ -41760,6 +41233,7 @@ snapshots:
semver@7.5.4:
dependencies:
lru-cache: 6.0.0
+ optional: true
semver@7.6.3: {}
@@ -42296,7 +41770,8 @@ snapshots:
strict-uri-encode@2.0.0: {}
- string-argv@0.3.2: {}
+ string-argv@0.3.2:
+ optional: true
string-hash@1.1.3: {}
@@ -42577,11 +42052,6 @@ snapshots:
symbol-tree@3.2.4: {}
- synckit@0.11.4:
- dependencies:
- '@pkgr/core': 0.2.4
- tslib: 2.8.1
-
tabbable@6.2.0: {}
tailwind-merge@2.4.0: {}
@@ -42990,6 +42460,7 @@ snapshots:
tr46@4.1.1:
dependencies:
punycode: 2.3.1
+ optional: true
tree-kill@1.2.2: {}
@@ -43233,11 +42704,6 @@ snapshots:
tslib: 1.14.1
typescript: 5.4.2
- tsutils@3.21.0(typescript@5.8.2):
- dependencies:
- tslib: 1.14.1
- typescript: 5.8.2
-
tty-table@4.2.3:
dependencies:
chalk: 4.1.2
@@ -43995,22 +43461,6 @@ snapshots:
- supports-color
- terser
- vite-plugin-dts@3.5.3(@types/node@22.7.5)(rollup@4.43.0)(typescript@5.8.2)(vite@4.4.9(@types/node@22.7.5)(lightningcss@1.30.1)(terser@5.39.0)):
- dependencies:
- '@microsoft/api-extractor': 7.52.5(@types/node@22.7.5)
- '@rollup/pluginutils': 5.1.4(rollup@4.43.0)
- '@vue/language-core': 1.8.27(typescript@5.8.2)
- debug: 4.4.0(supports-color@8.1.1)
- kolorist: 1.8.0
- typescript: 5.8.2
- vue-tsc: 1.8.27(typescript@5.8.2)
- optionalDependencies:
- vite: 4.4.9(@types/node@22.7.5)(lightningcss@1.30.1)(terser@5.39.0)
- transitivePeerDependencies:
- - '@types/node'
- - rollup
- - supports-color
-
vite-tsconfig-paths@4.3.2(typescript@5.5.3)(vite@5.4.18(@types/node@22.7.5)(lightningcss@1.30.1)(terser@5.39.0)):
dependencies:
debug: 4.4.0(supports-color@8.1.1)
@@ -44096,42 +43546,7 @@ snapshots:
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 20.12.7
- jsdom: 22.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
- transitivePeerDependencies:
- - less
- - lightningcss
- - sass
- - sass-embedded
- - stylus
- - sugarss
- - supports-color
- - terser
-
- vitest@1.6.1(@types/node@22.7.5)(jsdom@22.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10))(lightningcss@1.30.1)(terser@5.39.0):
- dependencies:
- '@vitest/expect': 1.6.1
- '@vitest/runner': 1.6.1
- '@vitest/snapshot': 1.6.1
- '@vitest/spy': 1.6.1
- '@vitest/utils': 1.6.1
- acorn-walk: 8.3.4
- chai: 4.5.0
- debug: 4.4.1
- execa: 8.0.1
- local-pkg: 0.5.1
- magic-string: 0.30.17
- pathe: 1.1.2
- picocolors: 1.1.1
- std-env: 3.9.0
- strip-literal: 2.1.1
- tinybench: 2.9.0
- tinypool: 0.8.4
- vite: 5.4.19(@types/node@22.7.5)(lightningcss@1.30.1)(terser@5.39.0)
- vite-node: 1.6.1(@types/node@22.7.5)(lightningcss@1.30.1)(terser@5.39.0)
- why-is-node-running: 2.3.0
- optionalDependencies:
- '@types/node': 22.7.5
- jsdom: 22.1.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)
+ jsdom: 22.1.0
transitivePeerDependencies:
- less
- lightningcss
@@ -44148,21 +43563,6 @@ snapshots:
void-elements@3.1.0: {}
- vue-component-type-helpers@1.8.4: {}
-
- vue-eslint-parser@9.4.3(eslint@8.57.1):
- dependencies:
- debug: 4.4.1
- eslint: 8.57.1
- eslint-scope: 7.2.2
- eslint-visitor-keys: 3.4.3
- espree: 9.6.1
- esquery: 1.6.0
- lodash: 4.17.21
- semver: 7.7.1
- transitivePeerDependencies:
- - supports-color
-
vue-router@4.2.4(vue@3.3.4):
dependencies:
'@vue/devtools-api': 6.6.4
@@ -44173,13 +43573,6 @@ snapshots:
de-indent: 1.0.2
he: 1.2.0
- vue-tsc@1.8.10(typescript@5.8.2):
- dependencies:
- '@vue/language-core': 1.8.10(typescript@5.8.2)
- '@vue/typescript': 1.8.10(typescript@5.8.2)
- semver: 7.7.1
- typescript: 5.8.2
-
vue-tsc@1.8.27(typescript@5.3.3):
dependencies:
'@volar/typescript': 1.11.1
@@ -44187,13 +43580,6 @@ snapshots:
semver: 7.7.1
typescript: 5.3.3
- vue-tsc@1.8.27(typescript@5.8.2):
- dependencies:
- '@volar/typescript': 1.11.1
- '@vue/language-core': 1.8.27(typescript@5.8.2)
- semver: 7.7.1
- typescript: 5.8.2
-
vue@3.3.4:
dependencies:
'@vue/compiler-dom': 3.3.4
@@ -44636,6 +44022,7 @@ snapshots:
dependencies:
tr46: 4.1.1
webidl-conversions: 7.0.0
+ optional: true
whatwg-url@5.0.0:
dependencies: