mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
chore: bump deps
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
"handlebars": "^4.7.9",
|
"handlebars": "^4.7.9",
|
||||||
"jsonc-parser": "^3.3.1",
|
"jsonc-parser": "^3.3.1",
|
||||||
"picocolors": "^1.1.1",
|
"picocolors": "^1.1.1",
|
||||||
"semver": "^7.8.3",
|
"semver": "^7.8.4",
|
||||||
"ts-morph": "^28.0.0",
|
"ts-morph": "^28.0.0",
|
||||||
"zod": "^4.4.3"
|
"zod": "^4.4.3"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -17,8 +17,7 @@
|
|||||||
"@orama/orama": "^3.1.18",
|
"@orama/orama": "^3.1.18",
|
||||||
"@pierre/trees": "1.0.0-beta.4",
|
"@pierre/trees": "1.0.0-beta.4",
|
||||||
"@tabler/icons-react": "^3.44.0",
|
"@tabler/icons-react": "^3.44.0",
|
||||||
"@tailwindcss/vite": "^4.3.0",
|
"@takumi-rs/image-response": "^1.8.4",
|
||||||
"@takumi-rs/image-response": "^1.7.0",
|
|
||||||
"@tanstack/react-devtools": "^0.10.5",
|
"@tanstack/react-devtools": "^0.10.5",
|
||||||
"@tanstack/react-hotkeys": "^0.10.0",
|
"@tanstack/react-hotkeys": "^0.10.0",
|
||||||
"@tanstack/react-pacer": "^0.22.1",
|
"@tanstack/react-pacer": "^0.22.1",
|
||||||
@@ -26,18 +25,18 @@
|
|||||||
"@tanstack/react-router-devtools": "^1.167.0",
|
"@tanstack/react-router-devtools": "^1.167.0",
|
||||||
"@tanstack/react-start": "^1.168.25",
|
"@tanstack/react-start": "^1.168.25",
|
||||||
"@vercel/analytics": "^2.0.1",
|
"@vercel/analytics": "^2.0.1",
|
||||||
"@vercel/functions": "^3.6.2",
|
"@vercel/functions": "^3.7.1",
|
||||||
"@withstanza/registry": "workspace:*",
|
"@withstanza/registry": "workspace:*",
|
||||||
"@withstanza/schema": "workspace:*",
|
"@withstanza/schema": "workspace:*",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"fumadocs-core": "^16.9.3",
|
"fumadocs-core": "^16.10.2",
|
||||||
"fumadocs-mdx": "^15.0.11",
|
"fumadocs-mdx": "^15.0.12",
|
||||||
"fumadocs-ui": "npm:@fumadocs/base-ui@^16.9.3",
|
"fumadocs-ui": "npm:@fumadocs/base-ui@^16.10.2",
|
||||||
"lru-cache": "^11.5.1",
|
"lru-cache": "^11.5.1",
|
||||||
"motion": "^12.40.0",
|
"motion": "^12.40.0",
|
||||||
"nitro": "3.0.260603-beta",
|
"nitro": "3.0.260610-beta",
|
||||||
"posthog-node": "^5.36.4",
|
"posthog-node": "^5.37.0",
|
||||||
"react": "^19.2.7",
|
"react": "^19.2.7",
|
||||||
"react-dom": "^19.2.7",
|
"react-dom": "^19.2.7",
|
||||||
"react-resizable-panels": "^4.11.2",
|
"react-resizable-panels": "^4.11.2",
|
||||||
@@ -46,12 +45,12 @@
|
|||||||
"shiki": "^4.2.0",
|
"shiki": "^4.2.0",
|
||||||
"sonner": "^2.0.7",
|
"sonner": "^2.0.7",
|
||||||
"tailwind-merge": "^3.6.0",
|
"tailwind-merge": "^3.6.0",
|
||||||
"tailwindcss": "^4.3.0",
|
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"zod": "^4.4.3"
|
"zod": "^4.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.20",
|
"@tailwindcss/typography": "^0.5.20",
|
||||||
|
"@tailwindcss/vite": "^4.3.1",
|
||||||
"@tanstack/devtools-vite": "^0.7.0",
|
"@tanstack/devtools-vite": "^0.7.0",
|
||||||
"@testing-library/dom": "^10.4.1",
|
"@testing-library/dom": "^10.4.1",
|
||||||
"@testing-library/react": "^16.3.2",
|
"@testing-library/react": "^16.3.2",
|
||||||
@@ -62,6 +61,7 @@
|
|||||||
"@vitejs/plugin-react": "^6.0.2",
|
"@vitejs/plugin-react": "^6.0.2",
|
||||||
"@vitejs/plugin-rsc": "^0.5.27",
|
"@vitejs/plugin-rsc": "^0.5.27",
|
||||||
"jsdom": "^29.1.1",
|
"jsdom": "^29.1.1",
|
||||||
|
"tailwindcss": "^4.3.1",
|
||||||
"typescript": "catalog:",
|
"typescript": "catalog:",
|
||||||
"vite": "catalog:",
|
"vite": "catalog:",
|
||||||
"vite-plus": "catalog:",
|
"vite-plus": "catalog:",
|
||||||
|
|||||||
+1
-1
@@ -33,5 +33,5 @@
|
|||||||
"vite-plus": "catalog:",
|
"vite-plus": "catalog:",
|
||||||
"vitest": "catalog:"
|
"vitest": "catalog:"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@11.5.2"
|
"packageManager": "pnpm@11.6.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+734
-747
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -3,7 +3,7 @@ packages:
|
|||||||
- packages/*
|
- packages/*
|
||||||
- registry/modules/*
|
- registry/modules/*
|
||||||
catalog:
|
catalog:
|
||||||
"@types/node": ^25.9.2
|
"@types/node": ^25.9.3
|
||||||
typescript: ^6.0.3
|
typescript: ^6.0.3
|
||||||
vite: npm:@voidzero-dev/vite-plus-core@^0.1.24
|
vite: npm:@voidzero-dev/vite-plus-core@^0.1.24
|
||||||
vite-plus: ^0.1.24
|
vite-plus: ^0.1.24
|
||||||
|
|||||||
Reference in New Issue
Block a user