diff --git a/apps/docs/package.json b/apps/docs/package.json index a5ddeae..8acb944 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -10,8 +10,8 @@ "dev": "mintlify dev --port=3002" }, "devDependencies": { - "ajv": "^8.16.0", - "mintlify": "^4.0.183" + "ajv": "^8.17.1", + "mintlify": "^4.0.184" }, "volta": { "extends": "../../package.json" diff --git a/apps/marketing/package.json b/apps/marketing/package.json index 34c2919..60222a8 100644 --- a/apps/marketing/package.json +++ b/apps/marketing/package.json @@ -24,13 +24,13 @@ "@t3-oss/env-core": "^0.10.1", "@total-typescript/ts-reset": "^0.5.1", "astro": "^4.11.5", - "posthog-js": "^1.144.2", + "posthog-js": "^1.147.0", "react": "^18.3.1", "react-dom": "^18.3.1", "zod": "^3.23.8" }, "devDependencies": { - "@astrojs/check": "^0.7.0", + "@astrojs/check": "^0.8.1", "@astrojs/mdx": "^3.1.2", "@astrojs/react": "^3.6.0", "@astrojs/sitemap": "^3.1.6", @@ -39,7 +39,7 @@ "@orbitkit/tailwind": "workspace:^", "@orbitkit/tsconfig": "workspace:^", "@playwright/test": "^1.45.1", - "@sentry/astro": "^8.15.0", + "@sentry/astro": "^8.17.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", diff --git a/apps/web/package.json b/apps/web/package.json index 34f6fae..60101b2 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -22,19 +22,19 @@ "@orbitkit/env": "workspace:^", "@orbitkit/ui": "workspace:^", "@orbitkit/utils": "workspace:^", - "@sentry/nextjs": "^8.15.0", + "@sentry/nextjs": "^8.17.0", "@t3-oss/env-nextjs": "^0.10.1", - "@tanstack/react-query": "^5.50.1", + "@tanstack/react-query": "^5.51.1", "@total-typescript/ts-reset": "^0.5.1", "@trpc/client": "next", "@trpc/react-query": "next", "@trpc/server": "next", "@unkey/ratelimit": "^0.3.1", "@uploadthing/react": "^6.7.2", - "geist": "^1.3.0", - "next": "14.2.4", + "geist": "^1.3.1", + "next": "14.2.5", "next-themes": "^0.3.0", - "posthog-js": "^1.144.2", + "posthog-js": "^1.147.0", "posthog-node": "^4.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -44,7 +44,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@next/bundle-analyzer": "^14.2.4", + "@next/bundle-analyzer": "^14.2.5", "@orbitkit/eslint": "workspace:^", "@orbitkit/tailwind": "workspace:^", "@orbitkit/tsconfig": "workspace:^", diff --git a/bun.lockb b/bun.lockb index 8a808aa..5690425 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 66353b2..b883f11 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@commitlint/cz-commitlint": "^19.2.0", - "@ianvs/prettier-plugin-sort-imports": "^4.3.0", + "@ianvs/prettier-plugin-sort-imports": "^4.3.1", "@orbitkit/eslint": "workspace:^", "@orbitkit/tsconfig": "workspace:^", "@playwright/test": "^1.45.1", @@ -56,7 +56,7 @@ "@types/yargs": "^17.0.32", "commitizen": "^4.3.0", "cspell": "^8.10.4", - "eslint": "^9.6.0", + "eslint": "^9.7.0", "husky": "^9.0.11", "lint-staged": "^15.2.7", "markdownlint": "^0.34.0", diff --git a/packages/auth/package.json b/packages/auth/package.json index e9ea9c0..d42692d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -39,7 +39,7 @@ "@orbitkit/utils": "workspace:^", "arctic": "^1.9.1", "lucia": "^3.2.0", - "next": "14.2.4", + "next": "14.2.5", "oslo": "^1.2.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/config/eslint/package.json b/packages/config/eslint/package.json index 0b9bc5b..8ad625c 100644 --- a/packages/config/eslint/package.json +++ b/packages/config/eslint/package.json @@ -19,11 +19,11 @@ }, "dependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0", - "@eslint/compat": "^1.1.0", + "@eslint/compat": "^1.1.1", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.6.0", + "@eslint/js": "^9.7.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^48.5.2", + "eslint-plugin-jsdoc": "^48.7.0", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-playwright": "^1.6.2", "eslint-plugin-react": "^7.34.3", @@ -33,13 +33,13 @@ "eslint-plugin-tailwindcss": "^3.17.4", "eslint-plugin-turbo": "^2.0.6", "globals": "^15.8.0", - "typescript-eslint": "^7.15.0" + "typescript-eslint": "^7.16.0" }, "devDependencies": { - "@next/eslint-plugin-next": "^14.2.4", + "@next/eslint-plugin-next": "^14.2.5", "@orbitkit/tsconfig": "workspace:^", "@types/eslint-config-prettier": "^6.11.3", - "@typescript-eslint/utils": "^7.15.0", + "@typescript-eslint/utils": "^7.16.0", "eslint-plugin-storybook": "^0.8.0" } } diff --git a/packages/config/storybook/package.json b/packages/config/storybook/package.json index 16858f0..e78a872 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.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", + "@storybook/addon-a11y": "^8.2.2", + "@storybook/addon-essentials": "^8.2.2", + "@storybook/addon-interactions": "^8.2.2", + "@storybook/addon-links": "^8.2.2", + "@storybook/addon-onboarding": "^8.2.2", + "@storybook/addon-themes": "^8.2.2", + "@storybook/addon-viewport": "^8.2.2", + "@storybook/manager-api": "^8.2.2", + "@storybook/react": "^8.2.2", + "@storybook/react-vite": "^8.2.2", + "@storybook/theming": "^8.2.2", + "@storybook/types": "^8.2.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "storybook": "^8.1.11" + "storybook": "^8.2.2" }, "devDependencies": { "@orbitkit/eslint": "workspace:^", diff --git a/packages/db/package.json b/packages/db/package.json index 46bbf74..3a8a369 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -35,7 +35,7 @@ "dependencies": { "@neondatabase/serverless": "^0.9.4", "@orbitkit/env": "workspace:^", - "drizzle-orm": "^0.31.2", + "drizzle-orm": "^0.32.0", "pg": "^8.12.0", "postgres": "^3.4.4", "zod": "^3.23.8" @@ -43,6 +43,6 @@ "devDependencies": { "@orbitkit/eslint": "workspace:*", "@orbitkit/tsconfig": "workspace:*", - "drizzle-kit": "^0.22.8" + "drizzle-kit": "^0.23.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 659e2dc..0b36319 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -73,7 +73,7 @@ "react-dom": "^18.3.1", "react-hook-form": "^7.52.1", "react-resizable-panels": "^2.0.20", - "tailwind-merge": "^2.3.0", + "tailwind-merge": "^2.4.0", "vaul": "^0.9.1", "zod": "^3.23.8" }, @@ -84,8 +84,8 @@ "@orbitkit/tailwind": "workspace:^", "@orbitkit/tsconfig": "workspace:^", "@orbitkit/vite": "workspace:^", - "@storybook/react": "^8.1.11", - "@storybook/test": "^8.1.11", + "@storybook/react": "^8.2.2", + "@storybook/test": "^8.2.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", @@ -93,7 +93,7 @@ "playwright": "^1.45.1", "postcss": "^8.4.39", "rollup-plugin-preserve-directives": "^0.4.0", - "storybook": "^8.1.11", + "storybook": "^8.2.2", "tailwindcss": "^3.4.4", "vite": "^5.3.3", "vite-plugin-dts": "^3.9.1",