diff --git a/plugins/crystallize-buddy/package.json b/plugins/crystallize-buddy/package.json index 2ad2c89..2ff269d 100644 --- a/plugins/crystallize-buddy/package.json +++ b/plugins/crystallize-buddy/package.json @@ -9,36 +9,36 @@ "codeclean": "oxfmt --write . && oxlint --fix" }, "dependencies": { - "@base-ui/react": "^1.4.1", - "@crystallize/js-api-client": "^7.2.0", - "@crystallize/plugin-signal": "^0.2.1", - "awilix": "^13.0.3", + "@base-ui/react": "^1.5.0", + "@crystallize/js-api-client": "^7.2.1", + "@crystallize/plugin-signal": "^0.10.0", + "awilix": "^13.0.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "hono": "^4.12.18", + "hono": "^4.12.25", "jose": "^6.2.3", - "lucide-react": "^1.16.0", - "radix-ui": "^1.4.3", - "react": "^19.2.6", - "react-dom": "^19.2.6", - "shadcn": "^4.7.0", + "lucide-react": "^1.20.0", + "radix-ui": "^1.6.0", + "react": "^19.2.7", + "react-dom": "^19.2.7", + "shadcn": "^4.11.0", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", "zod": "^4.4.3" }, "devDependencies": { - "@cloudflare/vite-plugin": "^1.37.0", - "@tailwindcss/typography": "^0.5.19", - "@tailwindcss/vite": "^4.3.0", + "@cloudflare/vite-plugin": "^1.41.0", + "@tailwindcss/typography": "^0.5.20", + "@tailwindcss/vite": "^4.3.1", "@types/bun": "^1.3.14", - "@types/node": "^25.8.0", - "@types/react": "^19.2.14", + "@types/node": "^25.9.3", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "oxlint": "^1.64.0", - "tailwindcss": "^4.3.0", + "oxlint": "^1.70.0", + "tailwindcss": "^4.3.1", "typescript": "^6.0.3", - "vite": "^8.0.13", + "vite": "^8.0.16", "vite-ssr-components": "^0.6.1", - "wrangler": "^4.91.0" + "wrangler": "^4.101.0" } } diff --git a/plugins/crystallize-plugin-skeleton/package.json b/plugins/crystallize-plugin-skeleton/package.json index 5e32fec..4ddf743 100644 --- a/plugins/crystallize-plugin-skeleton/package.json +++ b/plugins/crystallize-plugin-skeleton/package.json @@ -12,32 +12,32 @@ "codeclean": "oxfmt --write . && oxlint --fix" }, "dependencies": { - "@crystallize/js-api-client": "^7.2.0", - "@crystallize/plugin-signal": "^0.4.0", - "@hono/node-server": "^2.0.3", - "awilix": "^13.0.3", + "@crystallize/js-api-client": "^7.2.1", + "@crystallize/plugin-signal": "^0.10.0", + "@hono/node-server": "^2.0.5", + "awilix": "^13.0.5", "clsx": "^2.1.1", - "hono": "^4.12.18", + "hono": "^4.12.25", "jose": "^6.2.3", - "react": "^19.2.6", - "react-dom": "^19.2.6", - "shadcn": "^4.7.0", + "react": "^19.2.7", + "react-dom": "^19.2.7", + "shadcn": "^4.11.0", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", "zod": "^4.4.3" }, "devDependencies": { - "@hono/vite-dev-server": "^0.25.3", - "@tailwindcss/typography": "^0.5.19", - "@tailwindcss/vite": "^4.3.0", - "@types/node": "^25.8.0", - "@types/react": "^19.2.14", + "@hono/vite-dev-server": "^0.26.0", + "@tailwindcss/typography": "^0.5.20", + "@tailwindcss/vite": "^4.3.1", + "@types/node": "^25.9.3", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "oxfmt": "^0.49.0", - "oxlint": "^1.64.0", - "tailwindcss": "^4.3.0", + "oxfmt": "^0.55.0", + "oxlint": "^1.70.0", + "tailwindcss": "^4.3.1", "typescript": "^6.0.3", - "vite": "^8.0.13", + "vite": "^8.0.16", "vite-ssr-components": "^0.6.1" } } diff --git a/plugins/hello-world/package.json b/plugins/hello-world/package.json index 3d3ad36..e42d05d 100644 --- a/plugins/hello-world/package.json +++ b/plugins/hello-world/package.json @@ -8,7 +8,7 @@ "keygen": "crystallize plugin keygen" }, "dependencies": { - "@crystallize/js-api-client": "^7.2.0", - "hono": "^4" + "@crystallize/js-api-client": "^7.2.1", + "hono": "^4.12.25" } }