diff --git a/apps/docs/package.json b/apps/docs/package.json index 1820b32..a5ddeae 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "ajv": "^8.16.0", - "mintlify": "^4.0.172" + "mintlify": "^4.0.183" }, "volta": { "extends": "../../package.json" diff --git a/apps/marketing/package.json b/apps/marketing/package.json index 7f1514d..34c2919 100644 --- a/apps/marketing/package.json +++ b/apps/marketing/package.json @@ -17,34 +17,34 @@ "typecheck": "astro check" }, "dependencies": { - "@astrojs/rss": "^4.0.6", + "@astrojs/rss": "^4.0.7", "@orbitkit/assets": "workspace:^", "@orbitkit/env": "workspace:^", "@orbitkit/ui": "workspace:^", "@t3-oss/env-core": "^0.10.1", "@total-typescript/ts-reset": "^0.5.1", - "astro": "^4.11.0", - "posthog-js": "^1.140.1", + "astro": "^4.11.5", + "posthog-js": "^1.144.2", "react": "^18.3.1", "react-dom": "^18.3.1", "zod": "^3.23.8" }, "devDependencies": { "@astrojs/check": "^0.7.0", - "@astrojs/mdx": "^3.1.1", + "@astrojs/mdx": "^3.1.2", "@astrojs/react": "^3.6.0", "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", "@orbitkit/eslint": "workspace:^", "@orbitkit/tailwind": "workspace:^", "@orbitkit/tsconfig": "workspace:^", - "@playwright/test": "^1.44.1", - "@sentry/astro": "^8.11.0", + "@playwright/test": "^1.45.1", + "@sentry/astro": "^8.15.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", "dotenv": "^16.4.5", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "tailwindcss": "^3.4.4" } } diff --git a/apps/web/package.json b/apps/web/package.json index 9425c8f..34f6fae 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -22,25 +22,25 @@ "@orbitkit/env": "workspace:^", "@orbitkit/ui": "workspace:^", "@orbitkit/utils": "workspace:^", - "@sentry/nextjs": "^8.11.0", + "@sentry/nextjs": "^8.15.0", "@t3-oss/env-nextjs": "^0.10.1", - "@tanstack/react-query": "^5.45.1", + "@tanstack/react-query": "^5.50.1", "@total-typescript/ts-reset": "^0.5.1", "@trpc/client": "next", "@trpc/react-query": "next", "@trpc/server": "next", - "@unkey/ratelimit": "^0.1.12", - "@uploadthing/react": "^6.6.0", + "@unkey/ratelimit": "^0.3.1", + "@uploadthing/react": "^6.7.2", "geist": "^1.3.0", "next": "14.2.4", "next-themes": "^0.3.0", - "posthog-js": "^1.140.1", + "posthog-js": "^1.144.2", "posthog-node": "^4.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", "server-only": "^0.0.1", "superjson": "^2.2.1", - "uploadthing": "^6.12.0", + "uploadthing": "^6.13.2", "zod": "^3.23.8" }, "devDependencies": { @@ -48,13 +48,13 @@ "@orbitkit/eslint": "workspace:^", "@orbitkit/tailwind": "workspace:^", "@orbitkit/tsconfig": "workspace:^", - "@playwright/test": "^1.44.1", + "@playwright/test": "^1.45.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", "dotenv": "^16.4.5", "jiti": "^1.21.6", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "tailwindcss": "^3.4.4" } } diff --git a/bun.lockb b/bun.lockb index d4e7fa4..8a808aa 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 41aa8c7..66353b2 100644 --- a/package.json +++ b/package.json @@ -42,31 +42,31 @@ } }, "devDependencies": { - "@changesets/cli": "^2.27.5", + "@changesets/cli": "^2.27.7", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@commitlint/cz-commitlint": "^19.2.0", - "@ianvs/prettier-plugin-sort-imports": "^4.2.1", + "@ianvs/prettier-plugin-sort-imports": "^4.3.0", "@orbitkit/eslint": "workspace:^", "@orbitkit/tsconfig": "workspace:^", - "@playwright/test": "^1.44.1", + "@playwright/test": "^1.45.1", "@types/bun": "latest", "@types/eslint": "^8.56.10", - "@types/node": "^20.14.8", + "@types/node": "^20.14.10", "@types/yargs": "^17.0.32", "commitizen": "^4.3.0", - "cspell": "^8.9.1", - "eslint": "^9.5.0", + "cspell": "^8.10.4", + "eslint": "^9.6.0", "husky": "^9.0.11", "lint-staged": "^15.2.7", "markdownlint": "^0.34.0", "markdownlint-cli": "^0.41.0", - "pkg-types": "^1.1.1", + "pkg-types": "^1.1.3", "prettier": "^3.3.2", "prettier-plugin-astro": "^0.14.0", "prettier-plugin-packagejson": "^2.5.0", - "turbo": "^2.0.4", - "typescript": "^5.5.2", + "turbo": "^2.0.6", + "typescript": "^5.5.3", "yargs": "^17.7.2" }, "packageManager": "bun@1.1.12" diff --git a/packages/auth/package.json b/packages/auth/package.json index 933d528..e9ea9c0 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -40,7 +40,7 @@ "arctic": "^1.9.1", "lucia": "^3.2.0", "next": "14.2.4", - "oslo": "^1.2.0", + "oslo": "^1.2.1", "react": "^18.3.1", "react-dom": "^18.3.1", "zod": "^3.23.8" diff --git a/packages/config/eslint/package.json b/packages/config/eslint/package.json index 4145ac1..0b9bc5b 100644 --- a/packages/config/eslint/package.json +++ b/packages/config/eslint/package.json @@ -21,9 +21,9 @@ "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", "@eslint/compat": "^1.1.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.5.0", + "@eslint/js": "^9.6.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^48.2.13", + "eslint-plugin-jsdoc": "^48.5.2", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-playwright": "^1.6.2", "eslint-plugin-react": "^7.34.3", @@ -31,15 +31,15 @@ "eslint-plugin-regexp": "^2.6.0", "eslint-plugin-security": "^3.0.1", "eslint-plugin-tailwindcss": "^3.17.4", - "eslint-plugin-turbo": "^2.0.4", - "globals": "^15.6.0", - "typescript-eslint": "^7.13.1" + "eslint-plugin-turbo": "^2.0.6", + "globals": "^15.8.0", + "typescript-eslint": "^7.15.0" }, "devDependencies": { "@next/eslint-plugin-next": "^14.2.4", "@orbitkit/tsconfig": "workspace:^", "@types/eslint-config-prettier": "^6.11.3", - "@typescript-eslint/utils": "^7.13.1", + "@typescript-eslint/utils": "^7.15.0", "eslint-plugin-storybook": "^0.8.0" } } diff --git a/packages/config/storybook/package.json b/packages/config/storybook/package.json index 1706d1b..16858f0 100644 --- a/packages/config/storybook/package.json +++ b/packages/config/storybook/package.json @@ -36,21 +36,21 @@ "@orbitkit/assets": "workspace:^", "@orbitkit/utils": "workspace:^", "@radix-ui/colors": "^3.0.0", - "@storybook/addon-a11y": "^8.1.10", - "@storybook/addon-essentials": "^8.1.10", - "@storybook/addon-interactions": "^8.1.10", - "@storybook/addon-links": "^8.1.10", - "@storybook/addon-onboarding": "^8.1.10", - "@storybook/addon-themes": "^8.1.10", - "@storybook/addon-viewport": "^8.1.10", - "@storybook/manager-api": "^8.1.10", - "@storybook/react": "^8.1.10", - "@storybook/react-vite": "^8.1.10", - "@storybook/theming": "^8.1.10", - "@storybook/types": "^8.1.10", + "@storybook/addon-a11y": "^8.1.11", + "@storybook/addon-essentials": "^8.1.11", + "@storybook/addon-interactions": "^8.1.11", + "@storybook/addon-links": "^8.1.11", + "@storybook/addon-onboarding": "^8.1.11", + "@storybook/addon-themes": "^8.1.11", + "@storybook/addon-viewport": "^8.1.11", + "@storybook/manager-api": "^8.1.11", + "@storybook/react": "^8.1.11", + "@storybook/react-vite": "^8.1.11", + "@storybook/theming": "^8.1.11", + "@storybook/types": "^8.1.11", "react": "^18.3.1", "react-dom": "^18.3.1", - "storybook": "^8.1.10" + "storybook": "^8.1.11" }, "devDependencies": { "@orbitkit/eslint": "workspace:^", diff --git a/packages/config/vite/package.json b/packages/config/vite/package.json index 2ebbb2e..a1e816d 100644 --- a/packages/config/vite/package.json +++ b/packages/config/vite/package.json @@ -22,13 +22,13 @@ }, "dependencies": { "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.1", + "vite": "^5.3.3", "vite-tsconfig-paths": "^4.3.2" }, "devDependencies": { "@orbitkit/eslint": "workspace:^", "@orbitkit/tsconfig": "workspace:^", - "globby": "^14.0.1", + "globby": "^14.0.2", "rollup-plugin-preserve-directives": "^0.4.0", "vite-plugin-dts": "^3.9.1", "vite-plugin-external": "^4.3.1" diff --git a/packages/db/package.json b/packages/db/package.json index b0e3071..46bbf74 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -33,7 +33,7 @@ "typecheck": "tsc" }, "dependencies": { - "@neondatabase/serverless": "^0.9.3", + "@neondatabase/serverless": "^0.9.4", "@orbitkit/env": "workspace:^", "drizzle-orm": "^0.31.2", "pg": "^8.12.0", @@ -43,6 +43,6 @@ "devDependencies": { "@orbitkit/eslint": "workspace:*", "@orbitkit/tsconfig": "workspace:*", - "drizzle-kit": "^0.22.7" + "drizzle-kit": "^0.22.8" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 4d82586..659e2dc 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -33,12 +33,12 @@ "typecheck": "tsc" }, "dependencies": { - "@hookform/resolvers": "^3.6.0", + "@hookform/resolvers": "^3.9.0", "@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-checkbox": "^1.1.1", "@radix-ui/react-collapsible": "^1.1.0", "@radix-ui/react-context-menu": "^2.2.1", "@radix-ui/react-dialog": "^1.1.1", @@ -60,19 +60,19 @@ "@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", + "@radix-ui/react-tooltip": "^1.1.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", "date-fns": "^3.6.0", - "embla-carousel-autoplay": "^8.1.5", - "embla-carousel-react": "^8.1.5", + "embla-carousel-autoplay": "^8.1.6", + "embla-carousel-react": "^8.1.6", "input-otp": "^1.2.4", "react": "^18.3.1", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.52.0", - "react-resizable-panels": "^2.0.19", + "react-hook-form": "^7.52.1", + "react-resizable-panels": "^2.0.20", "tailwind-merge": "^2.3.0", "vaul": "^0.9.1", "zod": "^3.23.8" @@ -84,18 +84,18 @@ "@orbitkit/tailwind": "workspace:^", "@orbitkit/tsconfig": "workspace:^", "@orbitkit/vite": "workspace:^", - "@storybook/react": "^8.1.10", - "@storybook/test": "^8.1.10", + "@storybook/react": "^8.1.11", + "@storybook/test": "^8.1.11", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", - "globby": "^14.0.1", - "playwright": "^1.44.1", - "postcss": "^8.4.38", + "globby": "^14.0.2", + "playwright": "^1.45.1", + "postcss": "^8.4.39", "rollup-plugin-preserve-directives": "^0.4.0", - "storybook": "^8.1.10", + "storybook": "^8.1.11", "tailwindcss": "^3.4.4", - "vite": "^5.3.1", + "vite": "^5.3.3", "vite-plugin-dts": "^3.9.1", "vite-plugin-external": "^4.3.1" }