Revert "chore: update dependencies"

This reverts commit c700a45ab6.
This commit is contained in:
reya 2024-02-01 08:18:51 +07:00
parent c700a45ab6
commit d8eb51e49c
20 changed files with 231 additions and 231 deletions

View File

@ -24,7 +24,7 @@
"@lume/storage": "workspace:^", "@lume/storage": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-avatar": "^1.0.4",
@ -37,11 +37,11 @@
"@radix-ui/react-select": "^2.0.0", "@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7", "@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"framer-motion": "^11.0.3", "framer-motion": "^11.0.3",
"i18next": "^23.8.2", "i18next": "^23.8.1",
"i18next-resources-to-backend": "^1.2.0", "i18next-resources-to-backend": "^1.2.0",
"jotai": "^2.6.4", "jotai": "^2.6.3",
"minidenticons": "^4.2.0", "minidenticons": "^4.2.0",
"nanoid": "^5.0.4", "nanoid": "^5.0.4",
"nostr-fetch": "^0.15.0", "nostr-fetch": "^0.15.0",
@ -60,10 +60,10 @@
"@lume/tailwindcss": "workspace:^", "@lume/tailwindcss": "workspace:^",
"@lume/tsconfig": "workspace:^", "@lume/tsconfig": "workspace:^",
"@lume/types": "workspace:^", "@lume/types": "workspace:^",
"@types/node": "^20.11.14", "@types/node": "^20.11.10",
"@types/react": "^18.2.48", "@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.6.0", "@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.17", "autoprefixer": "^10.4.17",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"encoding": "^0.1.13", "encoding": "^0.1.13",

View File

@ -13,7 +13,7 @@
"@astrojs/check": "^0.4.1", "@astrojs/check": "^0.4.1",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@fontsource/geist-mono": "^5.0.1", "@fontsource/geist-mono": "^5.0.1",
"astro": "^4.2.8", "astro": "^4.2.6",
"astro-seo-meta": "^4.1.0", "astro-seo-meta": "^4.1.0",
"astro-seo-schema": "^4.0.0", "astro-seo-schema": "^4.0.0",
"schema-dts": "^1.1.2", "schema-dts": "^1.1.2",

View File

@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.5.3", "@biomejs/biome": "^1.5.3",
"@tauri-apps/cli": "2.0.0-alpha.21", "@tauri-apps/cli": "2.0.0-alpha.21",
"turbo": "^1.12.2" "turbo": "^1.11.3"
}, },
"packageManager": "pnpm@8.9.0", "packageManager": "pnpm@8.9.0",
"engines": { "engines": {

View File

@ -9,7 +9,7 @@
"@lume/ndk-cache-tauri": "workspace:^", "@lume/ndk-cache-tauri": "workspace:^",
"@lume/storage": "workspace:^", "@lume/storage": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@nostr-fetch/adapter-ndk": "^0.15.0", "@nostr-fetch/adapter-ndk": "^0.15.0",
"@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-collapsible": "^1.0.3",
@ -18,9 +18,9 @@
"@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7", "@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"get-urls": "^12.1.0", "get-urls": "^12.1.0",
"jotai": "^2.6.4", "jotai": "^2.6.3",
"linkify-react": "^4.1.3", "linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3", "linkifyjs": "^4.1.3",
"media-chrome": "^2.1.0", "media-chrome": "^2.1.0",
@ -36,7 +36,7 @@
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"react-string-replace": "^1.1.1", "react-string-replace": "^1.1.1",
"sonner": "^1.4.0", "sonner": "^1.4.0",
"string-strip-html": "^13.4.6", "string-strip-html": "^13.4.5",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"use-context-selector": "^1.4.1", "use-context-selector": "^1.4.1",
"virtua": "^0.23.0" "virtua": "^0.23.0"

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -9,8 +9,8 @@
"@lume/storage": "workspace:^", "@lume/storage": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,8 +8,8 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3", "react-router-dom": "^6.21.3",
"sonner": "^1.4.0", "sonner": "^1.4.0",

View File

@ -8,7 +8,7 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/ui": "workspace:^", "@lume/ui": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"react": "^18.2.0", "react": "^18.2.0",
"react-router-dom": "^6.21.3" "react-router-dom": "^6.21.3"
}, },

View File

@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"@lume/storage": "workspace:*", "@lume/storage": "workspace:*",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"lru-cache": "^10.2.0", "lru-cache": "^10.2.0",
"nostr-fetch": "^0.15.0", "nostr-fetch": "^0.15.0",
"nostr-tools": "1.17.0", "nostr-tools": "1.17.0",

View File

@ -11,6 +11,6 @@
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"dependencies": { "dependencies": {
"@nostr-dev-kit/ndk": "^2.4.0" "@nostr-dev-kit/ndk": "^2.3.3"
} }
} }

View File

@ -9,7 +9,7 @@
"@lume/icons": "workspace:^", "@lume/icons": "workspace:^",
"@lume/storage": "workspace:^", "@lume/storage": "workspace:^",
"@lume/utils": "workspace:^", "@lume/utils": "workspace:^",
"@nostr-dev-kit/ndk": "^2.4.0", "@nostr-dev-kit/ndk": "^2.3.3",
"@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-avatar": "^1.0.4",
@ -17,9 +17,9 @@
"@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-popover": "^1.0.7",
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"framer-motion": "^11.0.3", "framer-motion": "^11.0.3",
"jotai": "^2.6.4", "jotai": "^2.6.3",
"minidenticons": "^4.2.0", "minidenticons": "^4.2.0",
"nostr-tools": "~1.17.0", "nostr-tools": "~1.17.0",
"react": "^18.2.0", "react": "^18.2.0",

View File

@ -8,10 +8,10 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.18.0", "@tanstack/react-query": "^5.17.19",
"clsx": "^2.1.0", "clsx": "^2.1.0",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"jotai": "^2.6.4", "jotai": "^2.6.3",
"nostr-tools": "1.17.0", "nostr-tools": "1.17.0",
"react": "^18.2.0", "react": "^18.2.0",
"tailwind-merge": "^2.2.1" "tailwind-merge": "^2.2.1"

View File

@ -58,8 +58,8 @@ importers:
specifier: 2.0.0-alpha.21 specifier: 2.0.0-alpha.21
version: 2.0.0-alpha.21 version: 2.0.0-alpha.21
turbo: turbo:
specifier: ^1.12.2 specifier: ^1.11.3
version: 1.12.2 version: 1.11.3
apps/desktop: apps/desktop:
dependencies: dependencies:
@ -115,8 +115,8 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../../packages/utils version: link:../../packages/utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@radix-ui/react-accordion': '@radix-ui/react-accordion':
specifier: ^1.1.2 specifier: ^1.1.2
version: 1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) version: 1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)
@ -154,20 +154,20 @@ importers:
specifier: ^1.0.7 specifier: ^1.0.7
version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
framer-motion: framer-motion:
specifier: ^11.0.3 specifier: ^11.0.3
version: 11.0.3(react-dom@18.2.0)(react@18.2.0) version: 11.0.3(react-dom@18.2.0)(react@18.2.0)
i18next: i18next:
specifier: ^23.8.2 specifier: ^23.8.1
version: 23.8.2 version: 23.8.1
i18next-resources-to-backend: i18next-resources-to-backend:
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0 version: 1.2.0
jotai: jotai:
specifier: ^2.6.4 specifier: ^2.6.3
version: 2.6.4(@types/react@18.2.48)(react@18.2.0) version: 2.6.3(@types/react@18.2.48)(react@18.2.0)
minidenticons: minidenticons:
specifier: ^4.2.0 specifier: ^4.2.0
version: 4.2.0 version: 4.2.0
@ -194,7 +194,7 @@ importers:
version: 7.49.3(react@18.2.0) version: 7.49.3(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.1
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.1(i18next@23.8.1)(react-dom@18.2.0)(react@18.2.0)
react-router-dom: react-router-dom:
specifier: ^6.21.3 specifier: ^6.21.3
version: 6.21.3(react-dom@18.2.0)(react@18.2.0) version: 6.21.3(react-dom@18.2.0)(react@18.2.0)
@ -218,8 +218,8 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../../packages/types version: link:../../packages/types
'@types/node': '@types/node':
specifier: ^20.11.14 specifier: ^20.11.10
version: 20.11.14 version: 20.11.10
'@types/react': '@types/react':
specifier: ^18.2.48 specifier: ^18.2.48
version: 18.2.48 version: 18.2.48
@ -227,8 +227,8 @@ importers:
specifier: ^18.2.18 specifier: ^18.2.18
version: 18.2.18 version: 18.2.18
'@vitejs/plugin-react-swc': '@vitejs/plugin-react-swc':
specifier: ^3.6.0 specifier: ^3.5.0
version: 3.6.0(vite@5.0.12) version: 3.5.0(vite@5.0.12)
autoprefixer: autoprefixer:
specifier: ^10.4.17 specifier: ^10.4.17
version: 10.4.17(postcss@8.4.33) version: 10.4.17(postcss@8.4.33)
@ -249,7 +249,7 @@ importers:
version: 5.3.3 version: 5.3.3
vite: vite:
specifier: ^5.0.12 specifier: ^5.0.12
version: 5.0.12(@types/node@20.11.14) version: 5.0.12(@types/node@20.11.10)
vite-plugin-top-level-await: vite-plugin-top-level-await:
specifier: ^1.4.1 specifier: ^1.4.1
version: 1.4.1(vite@5.0.12) version: 1.4.1(vite@5.0.12)
@ -264,19 +264,19 @@ importers:
version: 0.4.1(typescript@5.3.3) version: 0.4.1(typescript@5.3.3)
'@astrojs/tailwind': '@astrojs/tailwind':
specifier: ^5.1.0 specifier: ^5.1.0
version: 5.1.0(astro@4.2.8)(tailwindcss@3.4.1) version: 5.1.0(astro@4.2.6)(tailwindcss@3.4.1)
'@fontsource/geist-mono': '@fontsource/geist-mono':
specifier: ^5.0.1 specifier: ^5.0.1
version: 5.0.1 version: 5.0.1
astro: astro:
specifier: ^4.2.8 specifier: ^4.2.6
version: 4.2.8(typescript@5.3.3) version: 4.2.6(typescript@5.3.3)
astro-seo-meta: astro-seo-meta:
specifier: ^4.1.0 specifier: ^4.1.0
version: 4.1.0(astro@4.2.8) version: 4.1.0(astro@4.2.6)
astro-seo-schema: astro-seo-schema:
specifier: ^4.0.0 specifier: ^4.0.0
version: 4.0.0(astro@4.2.8)(schema-dts@1.1.2) version: 4.0.0(astro@4.2.6)(schema-dts@1.1.2)
schema-dts: schema-dts:
specifier: ^1.1.2 specifier: ^1.1.2
version: 1.1.2(typescript@5.3.3) version: 1.1.2(typescript@5.3.3)
@ -309,11 +309,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@nostr-fetch/adapter-ndk': '@nostr-fetch/adapter-ndk':
specifier: ^0.15.0 specifier: ^0.15.0
version: 0.15.0(@nostr-dev-kit/ndk@2.4.0)(nostr-fetch@0.15.0) version: 0.15.0(@nostr-dev-kit/ndk@2.3.3)(nostr-fetch@0.15.0)
'@radix-ui/react-avatar': '@radix-ui/react-avatar':
specifier: ^1.0.4 specifier: ^1.0.4
version: 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) version: 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)
@ -336,14 +336,14 @@ importers:
specifier: ^1.0.7 specifier: ^1.0.7
version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
get-urls: get-urls:
specifier: ^12.1.0 specifier: ^12.1.0
version: 12.1.0 version: 12.1.0
jotai: jotai:
specifier: ^2.6.4 specifier: ^2.6.3
version: 2.6.4(@types/react@18.2.48)(react@18.2.0) version: 2.6.3(@types/react@18.2.48)(react@18.2.0)
linkify-react: linkify-react:
specifier: ^4.1.3 specifier: ^4.1.3
version: 4.1.3(linkifyjs@4.1.3)(react@18.2.0) version: 4.1.3(linkifyjs@4.1.3)(react@18.2.0)
@ -379,7 +379,7 @@ importers:
version: 3.6.14(react@18.2.0) version: 3.6.14(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.1
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.1(i18next@23.8.1)(react-dom@18.2.0)(react@18.2.0)
react-router-dom: react-router-dom:
specifier: ^6.21.3 specifier: ^6.21.3
version: 6.21.3(react-dom@18.2.0)(react@18.2.0) version: 6.21.3(react-dom@18.2.0)(react@18.2.0)
@ -390,8 +390,8 @@ importers:
specifier: ^1.4.0 specifier: ^1.4.0
version: 1.4.0(react-dom@18.2.0)(react@18.2.0) version: 1.4.0(react-dom@18.2.0)(react@18.2.0)
string-strip-html: string-strip-html:
specifier: ^13.4.6 specifier: ^13.4.5
version: 13.4.6 version: 13.4.5
tippy.js: tippy.js:
specifier: ^6.3.7 specifier: ^6.3.7
version: 6.3.7 version: 6.3.7
@ -455,11 +455,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -507,11 +507,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -562,11 +562,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -614,11 +614,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -666,11 +666,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -718,11 +718,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -770,11 +770,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -822,11 +822,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -874,11 +874,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -926,11 +926,11 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -978,8 +978,8 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
react: react:
specifier: ^18.2.0 specifier: ^18.2.0
version: 18.2.0 version: 18.2.0
@ -1012,8 +1012,8 @@ importers:
specifier: workspace:* specifier: workspace:*
version: link:../storage version: link:../storage
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
lru-cache: lru-cache:
specifier: ^10.2.0 specifier: ^10.2.0
version: 10.2.0 version: 10.2.0
@ -1086,8 +1086,8 @@ importers:
packages/types: packages/types:
dependencies: dependencies:
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
devDependencies: devDependencies:
typescript: typescript:
specifier: ^5.3.3 specifier: ^5.3.3
@ -1111,8 +1111,8 @@ importers:
specifier: workspace:^ specifier: workspace:^
version: link:../utils version: link:../utils
'@nostr-dev-kit/ndk': '@nostr-dev-kit/ndk':
specifier: ^2.4.0 specifier: ^2.3.3
version: 2.4.0(typescript@5.3.3) version: 2.3.3(typescript@5.3.3)
'@radix-ui/react-accordion': '@radix-ui/react-accordion':
specifier: ^1.1.2 specifier: ^1.1.2
version: 1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) version: 1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)
@ -1135,14 +1135,14 @@ importers:
specifier: ^1.0.7 specifier: ^1.0.7
version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0)
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
framer-motion: framer-motion:
specifier: ^11.0.3 specifier: ^11.0.3
version: 11.0.3(react-dom@18.2.0)(react@18.2.0) version: 11.0.3(react-dom@18.2.0)(react@18.2.0)
jotai: jotai:
specifier: ^2.6.4 specifier: ^2.6.3
version: 2.6.4(@types/react@18.2.48)(react@18.2.0) version: 2.6.3(@types/react@18.2.48)(react@18.2.0)
minidenticons: minidenticons:
specifier: ^4.2.0 specifier: ^4.2.0
version: 4.2.0 version: 4.2.0
@ -1163,7 +1163,7 @@ importers:
version: 4.4.4(react-dom@18.2.0)(react@18.2.0) version: 4.4.4(react-dom@18.2.0)(react@18.2.0)
react-i18next: react-i18next:
specifier: ^14.0.1 specifier: ^14.0.1
version: 14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0) version: 14.0.1(i18next@23.8.1)(react-dom@18.2.0)(react@18.2.0)
react-router-dom: react-router-dom:
specifier: ^6.21.3 specifier: ^6.21.3
version: 6.21.3(react-dom@18.2.0)(react@18.2.0) version: 6.21.3(react-dom@18.2.0)(react@18.2.0)
@ -1211,8 +1211,8 @@ importers:
packages/utils: packages/utils:
dependencies: dependencies:
'@tanstack/react-query': '@tanstack/react-query':
specifier: ^5.18.0 specifier: ^5.17.19
version: 5.18.0(react@18.2.0) version: 5.17.19(react@18.2.0)
clsx: clsx:
specifier: ^2.1.0 specifier: ^2.1.0
version: 2.1.0 version: 2.1.0
@ -1220,8 +1220,8 @@ importers:
specifier: ^1.11.10 specifier: ^1.11.10
version: 1.11.10 version: 1.11.10
jotai: jotai:
specifier: ^2.6.4 specifier: ^2.6.3
version: 2.6.4(@types/react@18.2.48)(react@18.2.0) version: 2.6.3(@types/react@18.2.48)(react@18.2.0)
nostr-tools: nostr-tools:
specifier: 1.17.0 specifier: 1.17.0
version: 1.17.0(typescript@5.3.3) version: 1.17.0(typescript@5.3.3)
@ -1276,8 +1276,8 @@ packages:
- prettier-plugin-astro - prettier-plugin-astro
dev: false dev: false
/@astrojs/compiler@2.5.2: /@astrojs/compiler@2.5.1:
resolution: {integrity: sha512-fm9HNYu1tVnJjZYHE+SdDM5k6fZKNPXS9PwT43Mf6l4HVGx8d1jQwhGQqCvLkYJJBwQ9OysiexFMt7wtNuXhmQ==} resolution: {integrity: sha512-o2hKiFJXZOm1Gov+RGXSWnKlnb/UF7KRTx/Y2uazYe3+MrLY+sqLN+yB4EH2bElc0l1K9cDb4mZSejuq563rGQ==}
dev: false dev: false
/@astrojs/internal-helpers@0.2.1: /@astrojs/internal-helpers@0.2.1:
@ -1296,7 +1296,7 @@ packages:
prettier-plugin-astro: prettier-plugin-astro:
optional: true optional: true
dependencies: dependencies:
'@astrojs/compiler': 2.5.2 '@astrojs/compiler': 2.5.1
'@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/sourcemap-codec': 1.4.15
'@volar/kit': 1.11.1(typescript@5.3.3) '@volar/kit': 1.11.1(typescript@5.3.3)
'@volar/language-core': 1.11.1 '@volar/language-core': 1.11.1
@ -1318,8 +1318,8 @@ packages:
- typescript - typescript
dev: false dev: false
/@astrojs/markdown-remark@4.2.1: /@astrojs/markdown-remark@4.2.0:
resolution: {integrity: sha512-2RQBIwrq+2qPYtp99bH+eL5hfbK0BoxXla85lHsRpIX/IsGqFrPX6pXI2cbWPihBwGbKCdxS6uZNX2QerZWwpQ==} resolution: {integrity: sha512-qQB+LoxmIqzkhLXaQAzfzlBxZU1jeQYailsifurz89WeY0Q8ywIj8uQQSyqxb7rPPg3ZfdNdxsN9lF5UaCRn0w==}
dependencies: dependencies:
'@astrojs/prism': 3.0.0 '@astrojs/prism': 3.0.0
github-slugger: 2.0.0 github-slugger: 2.0.0
@ -1346,13 +1346,13 @@ packages:
prismjs: 1.29.0 prismjs: 1.29.0
dev: false dev: false
/@astrojs/tailwind@5.1.0(astro@4.2.8)(tailwindcss@3.4.1): /@astrojs/tailwind@5.1.0(astro@4.2.6)(tailwindcss@3.4.1):
resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==} resolution: {integrity: sha512-BJoCDKuWhU9FT2qYg+fr6Nfb3qP4ShtyjXGHKA/4mHN94z7BGcmauQK23iy+YH5qWvTnhqkd6mQPQ1yTZTe9Ig==}
peerDependencies: peerDependencies:
astro: ^3.0.0 || ^4.0.0 astro: ^3.0.0 || ^4.0.0
tailwindcss: ^3.0.24 tailwindcss: ^3.0.24
dependencies: dependencies:
astro: 4.2.8(typescript@5.3.3) astro: 4.2.6(typescript@5.3.3)
autoprefixer: 10.4.17(postcss@8.4.33) autoprefixer: 10.4.17(postcss@8.4.33)
postcss: 8.4.33 postcss: 8.4.33
postcss-load-config: 4.0.2(postcss@8.4.33) postcss-load-config: 4.0.2(postcss@8.4.33)
@ -2086,8 +2086,8 @@ packages:
'@nodelib/fs.scandir': 2.1.5 '@nodelib/fs.scandir': 2.1.5
fastq: 1.17.0 fastq: 1.17.0
/@nostr-dev-kit/ndk@2.4.0(typescript@5.3.3): /@nostr-dev-kit/ndk@2.3.3(typescript@5.3.3):
resolution: {integrity: sha512-IdL6F/o0p1oVmII6om5ErJ+LarO2hjbRoqYfz8DlSBWVNT/uAx/GdtlJG0qlAdg5PPzDyf3Unrk0Pi/WermVjw==} resolution: {integrity: sha512-R2r6U1Xt4B7yygQFgTEexNqhuQQrbJ0Kxh4GvcCgNgSjMI+cPJQPWg4g4noWGRnaWf4epqLNCblfo5UfMuijTw==}
dependencies: dependencies:
'@noble/hashes': 1.3.3 '@noble/hashes': 1.3.3
'@noble/secp256k1': 2.0.0 '@noble/secp256k1': 2.0.0
@ -2105,13 +2105,13 @@ packages:
- typescript - typescript
dev: false dev: false
/@nostr-fetch/adapter-ndk@0.15.0(@nostr-dev-kit/ndk@2.4.0)(nostr-fetch@0.15.0): /@nostr-fetch/adapter-ndk@0.15.0(@nostr-dev-kit/ndk@2.3.3)(nostr-fetch@0.15.0):
resolution: {integrity: sha512-Mug2yTmX4n4hFWfQV1GWiXZd88PbfbsT29lOtM5/sM59a+eYXeYvNmHddxmk2dK5VAdlT2VwKdHEmebzko6Y7w==} resolution: {integrity: sha512-Mug2yTmX4n4hFWfQV1GWiXZd88PbfbsT29lOtM5/sM59a+eYXeYvNmHddxmk2dK5VAdlT2VwKdHEmebzko6Y7w==}
peerDependencies: peerDependencies:
'@nostr-dev-kit/ndk': ^1.0.0 '@nostr-dev-kit/ndk': ^1.0.0
nostr-fetch: ^0.15.0 nostr-fetch: ^0.15.0
dependencies: dependencies:
'@nostr-dev-kit/ndk': 2.4.0(typescript@5.3.3) '@nostr-dev-kit/ndk': 2.3.3(typescript@5.3.3)
'@nostr-fetch/kernel': 0.15.0 '@nostr-fetch/kernel': 0.15.0
nostr-fetch: 0.15.0 nostr-fetch: 0.15.0
dev: false dev: false
@ -3247,16 +3247,16 @@ packages:
tailwindcss: 3.4.1 tailwindcss: 3.4.1
dev: true dev: true
/@tanstack/query-core@5.18.0: /@tanstack/query-core@5.17.19:
resolution: {integrity: sha512-8c6nxeAnGHxIDZIyDmHdmgFt4D+LprAQaJmjsnM4szcIjsWOyFlzxdqQUuQ/XuQRvUgqYaqlJTtDADlSS7pTPQ==} resolution: {integrity: sha512-Lzw8FUtnLCc9Jwz0sw9xOjZB+/mCCmJev38v2wHMUl/ioXNIhnNWeMxu0NKUjIhAd62IRB3eAtvxAGDJ55UkyA==}
dev: false dev: false
/@tanstack/react-query@5.18.0(react@18.2.0): /@tanstack/react-query@5.17.19(react@18.2.0):
resolution: {integrity: sha512-7FKxNfxxKEL7n3ADpwp81Fy4FX85hNkYVzQQVQsF0JAPl93c3d1gmNZMIbEtOqgYfom1/ontGh3FiZGYj3xyWA==} resolution: {integrity: sha512-qaQENB6/03Gj3dFZGvdmUoqeUGlGm7P1p0RmaR04Bf1Ib1T9lLGimcC9T3oCFbrx0b2ZF21ngjFZNjj9uPJMcg==}
peerDependencies: peerDependencies:
react: ^18.0.0 react: ^18.0.0
dependencies: dependencies:
'@tanstack/query-core': 5.18.0 '@tanstack/query-core': 5.17.19
react: 18.2.0 react: 18.2.0
dev: false dev: false
@ -3487,8 +3487,8 @@ packages:
/@types/estree@1.0.5: /@types/estree@1.0.5:
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
/@types/hast@3.0.4: /@types/hast@3.0.3:
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} resolution: {integrity: sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==}
dependencies: dependencies:
'@types/unist': 3.0.2 '@types/unist': 3.0.2
dev: false dev: false
@ -3523,8 +3523,8 @@ packages:
'@types/unist': 2.0.10 '@types/unist': 2.0.10
dev: false dev: false
/@types/node@20.11.14: /@types/node@20.11.10:
resolution: {integrity: sha512-w3yWCcwULefjP9DmDDsgUskrMoOy5Z8MiwKHr1FvqGPtx7CvJzQvxD7eKpxNtklQxLruxSXWddyeRtyud0RcXQ==} resolution: {integrity: sha512-rZEfe/hJSGYmdfX9tvcPMYeYPW2sNl50nsw4jZmRcaG0HIAb0WYEpsB05GOb53vjqpyE9GUhlDQ4jLSoB5q9kg==}
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 5.26.5
@ -3558,13 +3558,13 @@ packages:
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
dev: false dev: false
/@vitejs/plugin-react-swc@3.6.0(vite@5.0.12): /@vitejs/plugin-react-swc@3.5.0(vite@5.0.12):
resolution: {integrity: sha512-XFRbsGgpGxGzEV5i5+vRiro1bwcIaZDIdBRP16qwm+jP68ue/S8FJTBEgOeojtVDYrbSua3XFp71kC8VJE6v+g==} resolution: {integrity: sha512-1PrOvAaDpqlCV+Up8RkAh9qaiUjoDUcjtttyhXDKw53XA6Ve16SOp6cCOpRs8Dj8DqUQs6eTW5YkLcLJjrXAig==}
peerDependencies: peerDependencies:
vite: ^4 || ^5 vite: ^4 || ^5
dependencies: dependencies:
'@swc/core': 1.3.107 '@swc/core': 1.3.107
vite: 5.0.12(@types/node@20.11.14) vite: 5.0.12(@types/node@20.11.10)
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/helpers' - '@swc/helpers'
dev: true dev: true
@ -3720,32 +3720,32 @@ packages:
resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
dev: false dev: false
/astro-seo-meta@4.1.0(astro@4.2.8): /astro-seo-meta@4.1.0(astro@4.2.6):
resolution: {integrity: sha512-v5qULt/c2hp9u6JtRyZeWTeb6YC82XDMzVcEf7XlRSuvs3C6KUQxeIOp5j+uOIek42CZHcyhbWzQF+FoRbQlfg==} resolution: {integrity: sha512-v5qULt/c2hp9u6JtRyZeWTeb6YC82XDMzVcEf7XlRSuvs3C6KUQxeIOp5j+uOIek42CZHcyhbWzQF+FoRbQlfg==}
peerDependencies: peerDependencies:
astro: ^4.0.0 astro: ^4.0.0
dependencies: dependencies:
astro: 4.2.8(typescript@5.3.3) astro: 4.2.6(typescript@5.3.3)
dev: false dev: false
/astro-seo-schema@4.0.0(astro@4.2.8)(schema-dts@1.1.2): /astro-seo-schema@4.0.0(astro@4.2.6)(schema-dts@1.1.2):
resolution: {integrity: sha512-ZcpxuQWSlyOVru+sN5LwUHqfrQpOEyv6Ksxq6WBNhycEHE0AEgGdiHkfhAmQbVqT4HXM8bmZOZlYlwwsYkfPAw==} resolution: {integrity: sha512-ZcpxuQWSlyOVru+sN5LwUHqfrQpOEyv6Ksxq6WBNhycEHE0AEgGdiHkfhAmQbVqT4HXM8bmZOZlYlwwsYkfPAw==}
peerDependencies: peerDependencies:
astro: ^4.0.0 astro: ^4.0.0
schema-dts: ^1.1.0 schema-dts: ^1.1.0
dependencies: dependencies:
astro: 4.2.8(typescript@5.3.3) astro: 4.2.6(typescript@5.3.3)
schema-dts: 1.1.2(typescript@5.3.3) schema-dts: 1.1.2(typescript@5.3.3)
dev: false dev: false
/astro@4.2.8(typescript@5.3.3): /astro@4.2.6(typescript@5.3.3):
resolution: {integrity: sha512-h78IAdSEPMo1bvR40HECQYpnMPfDnk9WxRNJ1+Hw5szk4k5IMUw3nG153nErJABRnaxb6WLv7dtS4tukzJz0mw==} resolution: {integrity: sha512-k5i8pEI2r45JTkoE0I4JyhOH/dZFpjUA4AONbRd9Gr1LtnGOhKHDftiYOrRLUGx91q7BzoW3DOk+h4yZM4yC3g==}
engines: {node: '>=18.14.1', npm: '>=6.14.0'} engines: {node: '>=18.14.1', npm: '>=6.14.0'}
hasBin: true hasBin: true
dependencies: dependencies:
'@astrojs/compiler': 2.5.2 '@astrojs/compiler': 2.5.1
'@astrojs/internal-helpers': 0.2.1 '@astrojs/internal-helpers': 0.2.1
'@astrojs/markdown-remark': 4.2.1 '@astrojs/markdown-remark': 4.2.0
'@astrojs/telemetry': 3.0.4 '@astrojs/telemetry': 3.0.4
'@babel/core': 7.23.9 '@babel/core': 7.23.9
'@babel/generator': 7.23.6 '@babel/generator': 7.23.6
@ -3782,7 +3782,7 @@ packages:
http-cache-semantics: 4.1.1 http-cache-semantics: 4.1.1
js-yaml: 4.1.0 js-yaml: 4.1.0
kleur: 4.1.5 kleur: 4.1.5
magic-string: 0.30.6 magic-string: 0.30.5
mdast-util-to-hast: 13.0.2 mdast-util-to-hast: 13.0.2
mime: 3.0.0 mime: 3.0.0
ora: 7.0.1 ora: 7.0.1
@ -3802,7 +3802,7 @@ packages:
tsconfck: 3.0.1(typescript@5.3.3) tsconfck: 3.0.1(typescript@5.3.3)
unist-util-visit: 5.0.0 unist-util-visit: 5.0.0
vfile: 6.0.1 vfile: 6.0.1
vite: 5.0.12(@types/node@20.11.14) vite: 5.0.12(@types/node@20.11.10)
vitefu: 0.2.5(vite@5.0.12) vitefu: 0.2.5(vite@5.0.12)
which-pm: 2.1.1 which-pm: 2.1.1
yargs-parser: 21.1.1 yargs-parser: 21.1.1
@ -3916,7 +3916,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001581 caniuse-lite: 1.0.30001581
electron-to-chromium: 1.4.653 electron-to-chromium: 1.4.650
node-releases: 2.0.14 node-releases: 2.0.14
update-browserslist-db: 1.0.13(browserslist@4.22.3) update-browserslist-db: 1.0.13(browserslist@4.22.3)
@ -4054,8 +4054,8 @@ packages:
engines: {node: '>=6'} engines: {node: '>=6'}
dev: false dev: false
/codsen-utils@1.6.4: /codsen-utils@1.6.3:
resolution: {integrity: sha512-PDyvQ5f2PValmqZZIJATimcokDt4JjIev8cKbZgEOoZm+U1IJDYuLeTcxZPQdep99R/X0RIlQ6ReQgPOVnPbNw==} resolution: {integrity: sha512-jsayHP4Z1gKjXB+NsFhEKrM2dAN4XCpbHbhwzzYfFrVL/DYPw9D/ACob6EjbIiV47PSe3OcxJqX/b1V/T7XK3A==}
engines: {node: '>=14.18.0'} engines: {node: '>=14.18.0'}
dependencies: dependencies:
rfdc: 1.3.1 rfdc: 1.3.1
@ -4282,8 +4282,8 @@ packages:
/eastasianwidth@0.2.0: /eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
/electron-to-chromium@1.4.653: /electron-to-chromium@1.4.650:
resolution: {integrity: sha512-wA2A2LQCqnEwQAvwADQq3KpMpNwgAUBnRmrFgRzHnPhbQUFArTR32Ab46f4p0MovDLcg4uqd4nCsN2hTltslpA==} resolution: {integrity: sha512-sYSQhJCJa4aGA1wYol5cMQgekDBlbVfTRavlGZVr3WZpDdOPcp6a6xUnFfrt8TqZhsBYYbDxJZCjGfHuGupCRQ==}
/emmet@2.4.6: /emmet@2.4.6:
resolution: {integrity: sha512-dJfbdY/hfeTyf/Ef7Y7ubLYzkBvPQ912wPaeVYpAxvFxkEBf/+hJu4H6vhAvFN6HlxqedlfVn2x1S44FfQ97pg==} resolution: {integrity: sha512-dJfbdY/hfeTyf/Ef7Y7ubLYzkBvPQ912wPaeVYpAxvFxkEBf/+hJu4H6vhAvFN6HlxqedlfVn2x1S44FfQ97pg==}
@ -4679,7 +4679,7 @@ packages:
/hast-util-from-html@2.0.1: /hast-util-from-html@2.0.1:
resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==} resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
devlop: 1.1.0 devlop: 1.1.0
hast-util-from-parse5: 8.0.1 hast-util-from-parse5: 8.0.1
parse5: 7.1.2 parse5: 7.1.2
@ -4690,7 +4690,7 @@ packages:
/hast-util-from-parse5@8.0.1: /hast-util-from-parse5@8.0.1:
resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==} resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
'@types/unist': 3.0.2 '@types/unist': 3.0.2
devlop: 1.1.0 devlop: 1.1.0
hastscript: 8.0.0 hastscript: 8.0.0
@ -4703,13 +4703,13 @@ packages:
/hast-util-parse-selector@4.0.0: /hast-util-parse-selector@4.0.0:
resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==} resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
dev: false dev: false
/hast-util-raw@9.0.2: /hast-util-raw@9.0.2:
resolution: {integrity: sha512-PldBy71wO9Uq1kyaMch9AHIghtQvIwxBUkv823pKmkTM3oV1JxtsTNYdevMxvUHqcnOAuO65JKU2+0NOxc2ksA==} resolution: {integrity: sha512-PldBy71wO9Uq1kyaMch9AHIghtQvIwxBUkv823pKmkTM3oV1JxtsTNYdevMxvUHqcnOAuO65JKU2+0NOxc2ksA==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
'@types/unist': 3.0.2 '@types/unist': 3.0.2
'@ungap/structured-clone': 1.2.0 '@ungap/structured-clone': 1.2.0
hast-util-from-parse5: 8.0.1 hast-util-from-parse5: 8.0.1
@ -4727,7 +4727,7 @@ packages:
/hast-util-to-html@9.0.0: /hast-util-to-html@9.0.0:
resolution: {integrity: sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==} resolution: {integrity: sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
'@types/unist': 3.0.2 '@types/unist': 3.0.2
ccount: 2.0.1 ccount: 2.0.1
comma-separated-tokens: 2.0.3 comma-separated-tokens: 2.0.3
@ -4744,7 +4744,7 @@ packages:
/hast-util-to-parse5@8.0.0: /hast-util-to-parse5@8.0.0:
resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==} resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
comma-separated-tokens: 2.0.3 comma-separated-tokens: 2.0.3
devlop: 1.1.0 devlop: 1.1.0
property-information: 6.4.1 property-information: 6.4.1
@ -4756,13 +4756,13 @@ packages:
/hast-util-whitespace@3.0.0: /hast-util-whitespace@3.0.0:
resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
dev: false dev: false
/hastscript@8.0.0: /hastscript@8.0.0:
resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
comma-separated-tokens: 2.0.3 comma-separated-tokens: 2.0.3
hast-util-parse-selector: 4.0.0 hast-util-parse-selector: 4.0.0
property-information: 6.4.1 property-information: 6.4.1
@ -4802,8 +4802,8 @@ packages:
'@babel/runtime': 7.23.9 '@babel/runtime': 7.23.9
dev: false dev: false
/i18next@23.8.2: /i18next@23.8.1:
resolution: {integrity: sha512-Z84zyEangrlERm0ZugVy4bIt485e/H8VecGUZkZWrH7BDePG6jT73QdL9EA1tRTTVVMpry/MgWIP1FjEn0DRXA==} resolution: {integrity: sha512-Yhe6oiJhigSh64ev7nVVywu7vHjuUG41MRmFKNwphbkadqTL1ozZFBQISflY7/ju+gL6I/SPfI1GgWQh1yYArA==}
dependencies: dependencies:
'@babel/runtime': 7.23.9 '@babel/runtime': 7.23.9
dev: false dev: false
@ -4974,8 +4974,8 @@ packages:
resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
hasBin: true hasBin: true
/jotai@2.6.4(@types/react@18.2.48)(react@18.2.0): /jotai@2.6.3(@types/react@18.2.48)(react@18.2.0):
resolution: {integrity: sha512-RniwQPX4893YlNR1muOtyUGHYaTD1fhEN4qnOuZJSrDHj6xdEMrqlRSN/hCm2fshwk78ruecB/P2l+NCVWe6TQ==} resolution: {integrity: sha512-0htSJ2d6426ZdSEYHncJHXY6Lkgde1Hc2HE/ADIRi9d2L3hQL+jLKY1LkWBMeCNyOSlKH8+1u/Gc33Ox0uq21Q==}
engines: {node: '>=12.20.0'} engines: {node: '>=12.20.0'}
peerDependencies: peerDependencies:
'@types/react': '>=17.0.0' '@types/react': '>=17.0.0'
@ -5150,8 +5150,8 @@ packages:
yallist: 4.0.0 yallist: 4.0.0
dev: false dev: false
/magic-string@0.30.6: /magic-string@0.30.5:
resolution: {integrity: sha512-n62qCLbPjNjyo+owKtveQxZFZTBm+Ms6YoGD23Wew6Vw337PElFNifQpknPruVRQV57kVShPnLGo9vWxVhpPvA==} resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==}
engines: {node: '>=12'} engines: {node: '>=12'}
dependencies: dependencies:
'@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/sourcemap-codec': 1.4.15
@ -5276,7 +5276,7 @@ packages:
/mdast-util-to-hast@13.0.2: /mdast-util-to-hast@13.0.2:
resolution: {integrity: sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==} resolution: {integrity: sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
'@types/mdast': 4.0.3 '@types/mdast': 4.0.3
'@ungap/structured-clone': 1.2.0 '@ungap/structured-clone': 1.2.0
devlop: 1.1.0 devlop: 1.1.0
@ -6109,27 +6109,27 @@ packages:
dev: false dev: false
optional: true optional: true
/ranges-apply@7.0.15: /ranges-apply@7.0.14:
resolution: {integrity: sha512-YMYWexEb5+irsSRGCV4JnWflhc5TvMNbaZrqNTXQYD6vA6hk60CrPZyd5bxTUoZ8Phd1v80UIQJCoxh+bSiHdg==} resolution: {integrity: sha512-ebPhmznZthJJszHMzGdZIVEHxWxM9uiynCGHChtgbuKO155uYCdrUvwsobX6xeefyqtVgHJcXpQDkTJhX0UFoQ==}
engines: {node: '>=14.18.0'} engines: {node: '>=14.18.0'}
dependencies: dependencies:
ranges-merge: 9.0.15 ranges-merge: 9.0.14
tiny-invariant: 1.3.1 tiny-invariant: 1.3.1
dev: false dev: false
/ranges-merge@9.0.15: /ranges-merge@9.0.14:
resolution: {integrity: sha512-hvt4hx0FKIaVfjd1oKx0poL57ljxdL2KHC6bXBrAdsx2iCsH+x7nO/5J0k2veM/isnOcFZKp0ZKkiCjCtzy74Q==} resolution: {integrity: sha512-0iT8T14RPellWrLsfezpIq636TyqCK8+1oG7pxULjuJHwomq6POJF63fZ3CeQ7c/Dpjogs5iSOFc2hFv+XTI1Q==}
engines: {node: '>=14.18.0'} engines: {node: '>=14.18.0'}
dependencies: dependencies:
ranges-push: 7.0.15 ranges-push: 7.0.14
ranges-sort: 6.0.11 ranges-sort: 6.0.11
dev: false dev: false
/ranges-push@7.0.15: /ranges-push@7.0.14:
resolution: {integrity: sha512-gXpBYQ5Umf3uG6jkJnw5ddok2Xfo5p22rAJBLrqzNKa7qkj3q5AOCoxfRPXEHUVaJutfXc9K9eGXdIzdyQKPkw==} resolution: {integrity: sha512-EKmOrxtaFT4u3OiIfkoCoYxEeRkN2UuH1DbxvA7K/ok4Ie8/QK/DKaWbD9PnoXNnWbqnPtDdyMyvVgVyhnmGhA==}
engines: {node: '>=14.18.0'} engines: {node: '>=14.18.0'}
dependencies: dependencies:
codsen-utils: 1.6.4 codsen-utils: 1.6.3
ranges-sort: 6.0.11 ranges-sort: 6.0.11
string-collapse-leading-whitespace: 7.0.7 string-collapse-leading-whitespace: 7.0.7
string-trim-spaces-only: 5.0.10 string-trim-spaces-only: 5.0.10
@ -6199,7 +6199,7 @@ packages:
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false dev: false
/react-i18next@14.0.1(i18next@23.8.2)(react-dom@18.2.0)(react@18.2.0): /react-i18next@14.0.1(i18next@23.8.1)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==} resolution: {integrity: sha512-TMV8hFismBmpMdIehoFHin/okfvgjFhp723RYgIqB4XyhDobVMyukyM3Z8wtTRmajyFMZrBl/OaaXF2P6WjUAw==}
peerDependencies: peerDependencies:
i18next: '>= 23.2.3' i18next: '>= 23.2.3'
@ -6214,7 +6214,7 @@ packages:
dependencies: dependencies:
'@babel/runtime': 7.23.9 '@babel/runtime': 7.23.9
html-parse-stringify: 3.0.1 html-parse-stringify: 3.0.1
i18next: 23.8.2 i18next: 23.8.1
react: 18.2.0 react: 18.2.0
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false dev: false
@ -6332,7 +6332,7 @@ packages:
/rehype-parse@9.0.0: /rehype-parse@9.0.0:
resolution: {integrity: sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==} resolution: {integrity: sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
hast-util-from-html: 2.0.1 hast-util-from-html: 2.0.1
unified: 11.0.4 unified: 11.0.4
dev: false dev: false
@ -6340,7 +6340,7 @@ packages:
/rehype-raw@7.0.0: /rehype-raw@7.0.0:
resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==} resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
hast-util-raw: 9.0.2 hast-util-raw: 9.0.2
vfile: 6.0.1 vfile: 6.0.1
dev: false dev: false
@ -6348,7 +6348,7 @@ packages:
/rehype-stringify@10.0.0: /rehype-stringify@10.0.0:
resolution: {integrity: sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==} resolution: {integrity: sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
hast-util-to-html: 9.0.0 hast-util-to-html: 9.0.0
unified: 11.0.4 unified: 11.0.4
dev: false dev: false
@ -6356,7 +6356,7 @@ packages:
/rehype@13.0.1: /rehype@13.0.1:
resolution: {integrity: sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==} resolution: {integrity: sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
rehype-parse: 9.0.0 rehype-parse: 9.0.0
rehype-stringify: 10.0.0 rehype-stringify: 10.0.0
unified: 11.0.4 unified: 11.0.4
@ -6389,7 +6389,7 @@ packages:
/remark-rehype@11.1.0: /remark-rehype@11.1.0:
resolution: {integrity: sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==} resolution: {integrity: sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==}
dependencies: dependencies:
'@types/hast': 3.0.4 '@types/hast': 3.0.3
'@types/mdast': 4.0.3 '@types/mdast': 4.0.3
mdast-util-to-hast: 13.0.2 mdast-util-to-hast: 13.0.2
unified: 11.0.4 unified: 11.0.4
@ -6729,25 +6729,25 @@ packages:
engines: {node: '>=14.18.0'} engines: {node: '>=14.18.0'}
dev: false dev: false
/string-left-right@6.0.17: /string-left-right@6.0.16:
resolution: {integrity: sha512-nuyIV4D4ivnwT64E0TudmCRg52NfkumuEUilyoOrHb/Z2wEOF5I+9SI6P+veFKqWKZfGpAs6OqKe4nAjujARyw==} resolution: {integrity: sha512-cQL1I49o8qS52LgaS8IU6EXd9S2HNYVRtizdDyp6XjKzSkytr1oTM/7laDqjV7J53bw4iOQNepp/cTs9rCyFVw==}
engines: {node: '>=14.18.0'} engines: {node: '>=14.18.0'}
dependencies: dependencies:
codsen-utils: 1.6.4 codsen-utils: 1.6.3
rfdc: 1.3.1 rfdc: 1.3.1
dev: false dev: false
/string-strip-html@13.4.6: /string-strip-html@13.4.5:
resolution: {integrity: sha512-I1uUTS/BGQ/3jj+9WF6GENATSUPy9UruqVHdvAikOqlvFvlOAQL8M3qjoLu60Usp2x3yJpnAYtUTzDYiDdqXqg==} resolution: {integrity: sha512-uf6o6zzYXccZQ+wsKN58cedBfMlbFqrUXcDjrBpptExgQEHcFU+uw1jAQdrfyOrAyH4GQKu7JcCm/wzPppnf5Q==}
engines: {node: '>=14.18.0'} engines: {node: '>=14.18.0'}
dependencies: dependencies:
'@types/lodash-es': 4.17.12 '@types/lodash-es': 4.17.12
codsen-utils: 1.6.4 codsen-utils: 1.6.3
html-entities: 2.4.0 html-entities: 2.4.0
lodash-es: 4.17.21 lodash-es: 4.17.21
ranges-apply: 7.0.15 ranges-apply: 7.0.14
ranges-push: 7.0.15 ranges-push: 7.0.14
string-left-right: 6.0.17 string-left-right: 6.0.16
dev: false dev: false
/string-trim-spaces-only@5.0.10: /string-trim-spaces-only@5.0.10:
@ -7048,64 +7048,64 @@ packages:
dev: false dev: false
optional: true optional: true
/turbo-darwin-64@1.12.2: /turbo-darwin-64@1.11.3:
resolution: {integrity: sha512-Aq/ePQ5KNx6XGwlZWTVTqpQYfysm1vkwkI6kAYgrX5DjMWn+tUXrSgNx4YNte0F+V4DQ7PtuWX+jRG0h0ZNg0A==} resolution: {integrity: sha512-IsOOg2bVbIt3o/X8Ew9fbQp5t1hTHN3fGNQYrPQwMR2W1kIAC6RfbVD4A9OeibPGyEPUpwOH79hZ9ydFH5kifw==}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
requiresBuild: true requiresBuild: true
dev: true dev: true
optional: true optional: true
/turbo-darwin-arm64@1.12.2: /turbo-darwin-arm64@1.11.3:
resolution: {integrity: sha512-wTr+dqkwJo/eXE+4SPTSeNBKyyfQJhI6I9sKVlCSBmtaNEqoGNgdVzgMUdqrg9AIFzLIiKO+zhfskNaSWpVFow==} resolution: {integrity: sha512-FsJL7k0SaPbJzI/KCnrf/fi3PgCDCjTliMc/kEFkuWVA6Httc3Q4lxyLIIinz69q6JTx8wzh6yznUMzJRI3+dg==}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
requiresBuild: true requiresBuild: true
dev: true dev: true
optional: true optional: true
/turbo-linux-64@1.12.2: /turbo-linux-64@1.11.3:
resolution: {integrity: sha512-BggBKrLojGarDaa2zBo+kUR3fmjpd6bLA8Unm3Aa2oJw0UvEi3Brd+w9lNsPZHXXQYBUzNUY2gCdxf3RteWb0g==} resolution: {integrity: sha512-SvW7pvTVRGsqtSkII5w+wriZXvxqkluw5FO/MNAdFw0qmoov+PZ237+37/NgArqE3zVn1GX9P6nUx9VO+xcQAg==}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true dev: true
optional: true optional: true
/turbo-linux-arm64@1.12.2: /turbo-linux-arm64@1.11.3:
resolution: {integrity: sha512-v/apSRvVuwYjq1D9MJFsHv2EpGd1S4VoSdZvVfW6FaM06L8CFZa92urNR1svdGYN28YVKwK9Ikc9qudC6t/d5A==} resolution: {integrity: sha512-YhUfBi1deB3m+3M55X458J6B7RsIS7UtM3P1z13cUIhF+pOt65BgnaSnkHLwETidmhRh8Dl3GelaQGrB3RdCDw==}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true dev: true
optional: true optional: true
/turbo-windows-64@1.12.2: /turbo-windows-64@1.11.3:
resolution: {integrity: sha512-3uDdwXcRGkgopYFdPDpxQiuQjfQ12Fxq0fhj+iGymav0eWA4W4wzYwSdlUp6rT22qOBIzaEsrIspRwx1DsMkNg==} resolution: {integrity: sha512-s+vEnuM2TiZuAUUUpmBHDr6vnNbJgj+5JYfnYmVklYs16kXh+EppafYQOAkcRIMAh7GjV3pLq5/uGqc7seZeHA==}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
requiresBuild: true requiresBuild: true
dev: true dev: true
optional: true optional: true
/turbo-windows-arm64@1.12.2: /turbo-windows-arm64@1.11.3:
resolution: {integrity: sha512-zNIHnwtQfJSjFi7movwhPQh2rfrcKZ7Xv609EN1yX0gEp9GxooCUi2yNnBQ8wTqFjioA2M5hZtGJQ0RrKaEm/Q==} resolution: {integrity: sha512-ZR5z5Zpc7cASwfdRAV5yNScCZBsgGSbcwiA/u3farCacbPiXsfoWUkz28iyrx21/TRW0bi6dbsB2v17swa8bjw==}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
requiresBuild: true requiresBuild: true
dev: true dev: true
optional: true optional: true
/turbo@1.12.2: /turbo@1.11.3:
resolution: {integrity: sha512-BcoQjBZ+LJCMdjzWhzQflOinUjek28rWXj07aaaAQ8T3Ehs0JFSjIsXOm4qIbo52G4xk3gFVcUtJhh/QRADl7g==} resolution: {integrity: sha512-RCJOUFcFMQNIGKSjC9YmA5yVP1qtDiBA0Lv9VIgrXraI5Da1liVvl3VJPsoDNIR9eFMyA/aagx1iyj6UWem5hA==}
hasBin: true hasBin: true
optionalDependencies: optionalDependencies:
turbo-darwin-64: 1.12.2 turbo-darwin-64: 1.11.3
turbo-darwin-arm64: 1.12.2 turbo-darwin-arm64: 1.11.3
turbo-linux-64: 1.12.2 turbo-linux-64: 1.11.3
turbo-linux-arm64: 1.12.2 turbo-linux-arm64: 1.11.3
turbo-windows-64: 1.12.2 turbo-windows-64: 1.11.3
turbo-windows-arm64: 1.12.2 turbo-windows-arm64: 1.11.3
dev: true dev: true
/type-fest@2.19.0: /type-fest@2.19.0:
@ -7432,7 +7432,7 @@ packages:
'@rollup/plugin-virtual': 3.0.2 '@rollup/plugin-virtual': 3.0.2
'@swc/core': 1.3.107 '@swc/core': 1.3.107
uuid: 9.0.1 uuid: 9.0.1
vite: 5.0.12(@types/node@20.11.14) vite: 5.0.12(@types/node@20.11.10)
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/helpers' - '@swc/helpers'
- rollup - rollup
@ -7449,13 +7449,13 @@ packages:
debug: 4.3.4 debug: 4.3.4
globrex: 0.1.2 globrex: 0.1.2
tsconfck: 3.0.1(typescript@5.3.3) tsconfck: 3.0.1(typescript@5.3.3)
vite: 5.0.12(@types/node@20.11.14) vite: 5.0.12(@types/node@20.11.10)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
dev: true dev: true
/vite@5.0.12(@types/node@20.11.14): /vite@5.0.12(@types/node@20.11.10):
resolution: {integrity: sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==} resolution: {integrity: sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==}
engines: {node: ^18.0.0 || >=20.0.0} engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true hasBin: true
@ -7483,7 +7483,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 20.11.14 '@types/node': 20.11.10
esbuild: 0.19.12 esbuild: 0.19.12
postcss: 8.4.33 postcss: 8.4.33
rollup: 4.9.6 rollup: 4.9.6
@ -7498,7 +7498,7 @@ packages:
vite: vite:
optional: true optional: true
dependencies: dependencies:
vite: 5.0.12(@types/node@20.11.14) vite: 5.0.12(@types/node@20.11.10)
dev: false dev: false
/void-elements@3.1.0: /void-elements@3.1.0: