chore: refresh dependencies by yarn upgrade-interactive (#9139)

This commit is contained in:
Brooooooklyn
2024-12-13 08:08:06 +00:00
parent 133f21b9ca
commit 055abf6040
35 changed files with 1904 additions and 1003 deletions
+44 -44
View File
@@ -5,59 +5,59 @@
"dependencies": {
"@affine/core": "workspace:*",
"@affine/graphql": "workspace:*",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.1",
"@sentry/react": "^8.9.0",
"@tanstack/react-table": "^8.19.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-hover-card": "^1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-menubar": "^1.1.3",
"@radix-ui/react-navigation-menu": "^1.2.2",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.5",
"@sentry/react": "^8.44.0",
"@tanstack/react-table": "^8.20.5",
"@toeverything/infra": "workspace:*",
"cmdk": "^1.0.0",
"embla-carousel-react": "^8.1.5",
"input-otp": "^1.2.4",
"cmdk": "^1.0.4",
"embla-carousel-react": "^8.5.1",
"input-otp": "^1.4.1",
"lucide-react": "^0.468.0",
"next-themes": "^0.4.0",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-day-picker": "^9.0.0",
"react-day-picker": "^9.4.3",
"react-dom": "^19.0.0",
"react-hook-form": "^7.52.0",
"react-resizable-panels": "^2.0.19",
"react-router-dom": "^6.23.1",
"sonner": "^1.5.0",
"react-hook-form": "^7.54.1",
"react-resizable-panels": "^2.1.7",
"react-router-dom": "^6.28.0",
"sonner": "^1.7.1",
"swr": "^2.2.5",
"vaul": "^1.0.0",
"zod": "^3.23.8"
"vaul": "^1.1.1",
"zod": "^3.24.1"
},
"devDependencies": {
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"shadcn-ui": "^0.9.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"shadcn-ui": "^0.9.4",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7"
},
"scripts": {
+8 -8
View File
@@ -15,18 +15,18 @@
"@affine/i18n": "workspace:*",
"@blocksuite/affine": "0.19.0",
"@blocksuite/icons": "2.1.75",
"@capacitor/android": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@sentry/react": "^8.0.0",
"@capacitor/android": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@sentry/react": "^8.44.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.26.1"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@capacitor/cli": "^6.1.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@capacitor/cli": "^6.2.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"cross-env": "^7.0.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
+26 -26
View File
@@ -30,52 +30,52 @@
"@affine/native": "workspace:*",
"@affine/nbstore": "workspace:*",
"@blocksuite/affine": "0.19.0",
"@electron-forge/cli": "^7.3.0",
"@electron-forge/core": "^7.3.0",
"@electron-forge/core-utils": "^7.3.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-dmg": "^7.3.0",
"@electron-forge/maker-flatpak": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.3.0",
"@electron-forge/maker-zip": "^7.3.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.3.0",
"@electron-forge/shared-types": "^7.3.0",
"@emotion/react": "^11.11.4",
"@pengx17/electron-forge-maker-appimage": "^1.2.0",
"@sentry/electron": "^5.3.0",
"@sentry/esbuild-plugin": "^2.16.1",
"@sentry/react": "^8.0.0",
"@electron-forge/cli": "^7.6.0",
"@electron-forge/core": "^7.6.0",
"@electron-forge/core-utils": "^7.6.0",
"@electron-forge/maker-deb": "^7.6.0",
"@electron-forge/maker-dmg": "^7.6.0",
"@electron-forge/maker-flatpak": "^7.6.0",
"@electron-forge/maker-squirrel": "^7.6.0",
"@electron-forge/maker-zip": "^7.6.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.6.0",
"@electron-forge/shared-types": "^7.6.0",
"@emotion/react": "^11.14.0",
"@pengx17/electron-forge-maker-appimage": "^1.2.1",
"@sentry/electron": "^5.8.0",
"@sentry/esbuild-plugin": "^2.22.7",
"@sentry/react": "^8.44.0",
"@toeverything/infra": "workspace:*",
"@types/set-cookie-parser": "^2.4.10",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"builder-util-runtime": "^9.2.5-alpha.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"builder-util-runtime": "^9.2.10",
"cross-env": "^7.0.3",
"electron": "^33.0.0",
"electron-log": "^5.1.2",
"electron-log": "^5.2.4",
"electron-squirrel-startup": "1.0.1",
"electron-window-state": "^5.0.3",
"esbuild": "^0.24.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
"nanoid": "^5.0.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.28.0",
"rxjs": "^7.8.1",
"semver": "^7.6.0",
"semver": "^7.6.3",
"tree-kill": "^1.2.2",
"ts-node": "^10.9.2",
"uuid": "^11.0.0",
"uuid": "^11.0.3",
"vitest": "2.1.8",
"zod": "^3.22.4"
"zod": "^3.24.1"
},
"dependencies": {
"async-call-rpc": "^6.4.2",
"electron-updater": "^6.2.1",
"link-preview-js": "^3.0.5",
"next-themes": "^0.4.0",
"electron-updater": "^6.3.9",
"link-preview-js": "^3.0.12",
"next-themes": "^0.4.4",
"set-cookie-parser": "^2.7.1",
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
},
+11 -11
View File
@@ -17,22 +17,22 @@
"@affine/i18n": "workspace:*",
"@blocksuite/affine": "0.19.0",
"@blocksuite/icons": "2.1.75",
"@capacitor/app": "^6.0.1",
"@capacitor/browser": "^6.0.3",
"@capacitor/core": "^6.1.2",
"@capacitor/app": "^6.0.2",
"@capacitor/browser": "^6.0.4",
"@capacitor/core": "^6.2.0",
"@capacitor/haptics": "^6.0.2",
"@capacitor/ios": "^6.1.2",
"@capacitor/keyboard": "^6.0.2",
"@sentry/react": "^8.0.0",
"@capacitor/ios": "^6.2.0",
"@capacitor/keyboard": "^6.0.3",
"@sentry/react": "^8.44.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.26.1"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@capacitor/cli": "^6.1.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@capacitor/cli": "^6.2.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"cross-env": "^7.0.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
+5 -5
View File
@@ -15,15 +15,15 @@
"@affine/i18n": "workspace:*",
"@blocksuite/affine": "0.19.0",
"@blocksuite/icons": "2.1.75",
"@sentry/react": "^8.0.0",
"@sentry/react": "^8.44.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.26.1"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"cross-env": "^7.0.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
+6 -6
View File
@@ -13,16 +13,16 @@
"@affine/component": "workspace:*",
"@affine/core": "workspace:*",
"@affine/i18n": "workspace:*",
"@emotion/react": "^11.11.4",
"@sentry/react": "^8.0.0",
"@emotion/react": "^11.14.0",
"@sentry/react": "^8.44.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.22.3"
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"cross-env": "^7.0.3",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
+33 -33
View File
@@ -28,47 +28,47 @@
"@atlaskit/pragmatic-drag-and-drop": "patch:@atlaskit/pragmatic-drag-and-drop@npm%3A1.4.0#~/.yarn/patches/@atlaskit-pragmatic-drag-and-drop-npm-1.4.0-75c45f52d3.patch",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@blocksuite/icons": "2.1.75",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@radix-ui/react-visually-hidden": "^1.1.1",
"@toeverything/theme": "^1.1.1",
"@vanilla-extract/dynamic": "^2.1.0",
"@vanilla-extract/dynamic": "^2.1.2",
"check-password-strength": "^2.0.10",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"jotai": "^2.8.0",
"lit": "^3.1.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"jotai": "^2.10.3",
"lit": "^3.2.1",
"lodash-es": "^4.17.21",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"nanoid": "^5.0.7",
"next-themes": "^0.4.0",
"nanoid": "^5.0.9",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.22.3",
"react-transition-state": "^2.1.1",
"sonner": "^1.7.0",
"react-router-dom": "^6.28.0",
"react-transition-state": "^2.2.0",
"sonner": "^1.7.1",
"swr": "^2.2.5",
"zod": "^3.22.4"
"zod": "^3.24.1"
},
"devDependencies": {
"@blocksuite/affine": "0.19.0",
"@blocksuite/icons": "2.1.75",
"@chromatic-com/storybook": "^3.0.0",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
@@ -77,13 +77,13 @@
"@storybook/react-vite": "^8.4.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vanilla-extract/css": "^1.14.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vanilla-extract/css": "^1.16.1",
"storybook": "^8.4.7",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unplugin-swc": "^1.5.1",
"vite": "^6.0.1",
"vite": "^6.0.3",
"vitest": "2.1.8"
},
"version": "0.18.0"
+40 -40
View File
@@ -18,77 +18,77 @@
"@affine/track": "workspace:*",
"@blocksuite/affine": "0.19.0",
"@blocksuite/icons": "2.1.75",
"@capacitor/app": "^6.0.1",
"@capacitor/browser": "^6.0.3",
"@dnd-kit/core": "^6.1.0",
"@capacitor/app": "^6.0.2",
"@capacitor/browser": "^6.0.4",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dotlottie/player-component": "^2.7.12",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@floating-ui/dom": "^1.6.5",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@floating-ui/dom": "^1.6.12",
"@juggle/resize-observer": "^3.4.0",
"@marsidev/react-turnstile": "^1.0.0",
"@marsidev/react-turnstile": "^1.1.0",
"@preact/signals-core": "^1.8.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-toolbar": "^1.0.4",
"@sentry/react": "^8.0.0",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-toolbar": "^1.1.1",
"@sentry/react": "^8.44.0",
"@toeverything/pdf-viewer": "^0.1.1",
"@toeverything/theme": "^1.1.1",
"@vanilla-extract/dynamic": "^2.1.0",
"@vanilla-extract/dynamic": "^2.1.2",
"animejs": "^3.2.2",
"bytes": "^3.1.2",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"core-js": "^3.36.1",
"dayjs": "^1.11.10",
"file-type": "^19.1.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"core-js": "^3.39.0",
"dayjs": "^1.11.13",
"file-type": "^19.6.0",
"filesize": "^10.1.6",
"foxact": "^0.2.33",
"foxact": "^0.2.43",
"fuse.js": "^7.0.0",
"graphemer": "^1.4.0",
"graphql": "^16.8.1",
"graphql": "^16.9.0",
"history": "^5.3.0",
"idb": "^8.0.0",
"idb-keyval": "^6.2.1",
"image-blob-reduce": "^4.1.0",
"is-svg": "^5.0.0",
"jotai": "^2.8.0",
"jotai-scope": "^0.7.0",
"lib0": "^0.2.95",
"lit": "^3.1.3",
"is-svg": "^5.1.0",
"jotai": "^2.10.3",
"jotai-scope": "^0.7.2",
"lib0": "^0.2.99",
"lit": "^3.2.1",
"lodash-es": "^4.17.21",
"lottie-react": "^2.4.0",
"nanoid": "^5.0.7",
"next-themes": "^0.4.0",
"query-string": "^9.1.0",
"nanoid": "^5.0.9",
"next-themes": "^0.4.4",
"query-string": "^9.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^4.0.13",
"react-router-dom": "^6.22.3",
"react-transition-state": "^2.1.1",
"react-virtuoso": "^4.7.8",
"react-error-boundary": "^4.1.2",
"react-router-dom": "^6.28.0",
"react-transition-state": "^2.2.0",
"react-virtuoso": "^4.12.3",
"rxjs": "^7.8.1",
"ses": "^1.4.1",
"socket.io-client": "^4.7.5",
"ses": "^1.10.0",
"socket.io-client": "^4.8.1",
"swr": "2.2.5",
"tinykeys": "patch:tinykeys@npm%3A2.1.0#~/.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch",
"y-protocols": "^1.0.6",
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch",
"zod": "^3.22.4"
"zod": "^3.24.1"
},
"devDependencies": {
"@swc/core": "^1.9.3",
"@testing-library/dom": "^10.0.0",
"@swc/core": "^1.10.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/animejs": "^3.1.12",
"@types/bytes": "^3.1.4",
"@types/bytes": "^3.1.5",
"@types/image-blob-reduce": "^4.1.4",
"@types/lodash-es": "^4.17.12",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/css": "^1.16.1",
"fake-indexeddb": "^6.0.0",
"lodash-es": "^4.17.21",
"vitest": "2.1.8"
@@ -101,7 +101,7 @@ function withDescendantElements(elements: GfxModel[]) {
if (set.has(element)) return;
set.add(element);
if (isGfxGroupCompatibleModel(element)) {
element.descendantElements.map(descendant => set.add(descendant));
element.descendantElements.forEach(descendant => set.add(descendant));
}
});
return [...set];
+5 -5
View File
@@ -11,12 +11,12 @@
},
"sideEffects": "false",
"devDependencies": {
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@types/lodash-es": "^4.17.12",
"prettier": "^3.2.5",
"prettier": "^3.4.2",
"vitest": "2.1.8"
},
"scripts": {
@@ -24,7 +24,7 @@
},
"dependencies": {
"@affine/env": "workspace:*",
"graphql": "^16.8.1",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21"
},
+5 -5
View File
@@ -17,12 +17,12 @@
},
"dependencies": {
"@affine/debug": "workspace:*",
"@magic-works/i18n-codegen": "^0.6.0",
"dayjs": "^1.11.11",
"i18next": "^24.0.0",
"@magic-works/i18n-codegen": "^0.6.1",
"dayjs": "^1.11.13",
"i18next": "^24.1.0",
"react": "^19.0.0",
"react-i18next": "^15.0.0",
"undici": "^7.0.0"
"react-i18next": "^15.2.0",
"undici": "^7.1.0"
},
"devDependencies": {
"glob": "^11.0.0",
+4 -4
View File
@@ -34,11 +34,11 @@
},
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.64",
"@types/node": "^20.12.7",
"ava": "^6.1.2",
"nx": "^20.0.3",
"@types/node": "^20.17.10",
"ava": "^6.2.0",
"nx": "^20.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">= 10"
+3 -3
View File
@@ -9,10 +9,10 @@
"sideEffects": "false",
"dependencies": {
"@affine/debug": "workspace:*",
"mixpanel-browser": "^2.49.0"
"mixpanel-browser": "^2.56.0"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.49.0",
"vitest": "^2.0.5"
"@types/mixpanel-browser": "^2.50.2",
"vitest": "^2.1.8"
}
}