diff --git a/apps/marketing/package.json b/apps/marketing/package.json index f40249a..a4ca53a 100644 --- a/apps/marketing/package.json +++ b/apps/marketing/package.json @@ -22,9 +22,9 @@ "@orbitkit/env": "workspace:^", "@orbitkit/ui": "workspace:^", "@t3-oss/env-core": "^0.11.1", - "@total-typescript/ts-reset": "^0.6.0", - "astro": "^4.15.1", - "posthog-js": "^1.160.0", + "@total-typescript/ts-reset": "^0.6.1", + "astro": "^4.15.2", + "posthog-js": "^1.160.1", "react": "^18.3.1", "react-dom": "^18.3.1", "zod": "^3.23.8" @@ -44,7 +44,7 @@ "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.20", "dotenv": "^16.4.5", - "postcss": "^8.4.42", + "postcss": "^8.4.44", "tailwindcss": "^3.4.10" } } diff --git a/apps/web/package.json b/apps/web/package.json index 1dbe7c9..2aea259 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -24,8 +24,8 @@ "@orbitkit/utils": "workspace:^", "@sentry/nextjs": "^8.27.0", "@t3-oss/env-nextjs": "^0.11.1", - "@tanstack/react-query": "^5.53.1", - "@total-typescript/ts-reset": "^0.6.0", + "@tanstack/react-query": "^5.53.3", + "@total-typescript/ts-reset": "^0.6.1", "@trpc/client": "next", "@trpc/react-query": "next", "@trpc/server": "next", @@ -34,7 +34,7 @@ "geist": "^1.3.1", "next": "14.2.7", "next-themes": "^0.3.0", - "posthog-js": "^1.160.0", + "posthog-js": "^1.160.1", "posthog-node": "^4.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -54,7 +54,7 @@ "autoprefixer": "^10.4.20", "dotenv": "^16.4.5", "jiti": "^1.21.6", - "postcss": "^8.4.42", + "postcss": "^8.4.44", "tailwindcss": "^3.4.10" } } diff --git a/bun.lockb b/bun.lockb index 1107c0b..c43bde6 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/config/eslint/package.json b/packages/config/eslint/package.json index b47eb1e..cfe1761 100644 --- a/packages/config/eslint/package.json +++ b/packages/config/eslint/package.json @@ -33,13 +33,13 @@ "eslint-plugin-tailwindcss": "^3.17.4", "eslint-plugin-turbo": "^2.1.1", "globals": "^15.9.0", - "typescript-eslint": "^8.3.0" + "typescript-eslint": "^8.4.0" }, "devDependencies": { "@next/eslint-plugin-next": "^14.2.7", "@orbitkit/tsconfig": "workspace:^", "@types/eslint-config-prettier": "^6.11.3", - "@typescript-eslint/utils": "^8.3.0", + "@typescript-eslint/utils": "^8.4.0", "eslint-plugin-storybook": "^0.8.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index c18e982..6187da7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -91,7 +91,7 @@ "autoprefixer": "^10.4.20", "globby": "^14.0.2", "playwright": "^1.46.1", - "postcss": "^8.4.42", + "postcss": "^8.4.44", "rollup-plugin-preserve-directives": "^0.4.0", "storybook": "^8.2.9", "tailwindcss": "^3.4.10",