diff --git a/apps/app/package.json b/apps/app/package.json index ac53b84e..2700baac 100644 --- a/apps/app/package.json +++ b/apps/app/package.json @@ -48,7 +48,7 @@ "expo-system-ui": "~2.9.3", "expo-updates": "~0.24.10", "expo-web-browser": "~12.8.2", - "posthog-react-native": "2.11.1", + "posthog-react-native": "2.11.2", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.73.2", @@ -68,7 +68,7 @@ }, "devDependencies": { "@babel/core": "7.23.9", - "@types/react": "18.2.54", + "@types/react": "18.2.55", "eslint": "8.56.0", "eslint-config-universe": "12.0.0", "typescript": "5.3.3" diff --git a/apps/content/package.json b/apps/content/package.json index dee9731b..c9744901 100644 --- a/apps/content/package.json +++ b/apps/content/package.json @@ -14,16 +14,16 @@ "dependencies": { "@sanity/icons": "2.10.1", "@sanity/ui": "2.0.1", - "@sanity/vision": "3.27.1", + "@sanity/vision": "3.28.0", "react": "18.2.0", "react-dom": "18.2.0", "react-is": "18.2.0", - "sanity": "3.27.1", + "sanity": "3.28.0", "styled-components": "6.1.8" }, "devDependencies": { "@sanity/eslint-config-studio": "3.0.1", - "@types/react": "18.2.54", + "@types/react": "18.2.55", "@types/styled-components": "5.1.34", "eslint": "8.56.0", "typescript": "5.3.3" diff --git a/apps/web/package.json b/apps/web/package.json index 8e26aec4..11660ca6 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -31,13 +31,13 @@ "@remix-run/dev": "2.6.0", "@remix-run/eslint-config": "2.6.0", "@tailwindcss/typography": "0.5.10", - "@types/react": "18.2.54", + "@types/react": "18.2.55", "@types/react-dom": "18.2.18", "autoprefixer": "10.4.17", "eslint": "8.56.0", "tailwindcss": "3.4.1", "typescript": "5.3.3", - "wrangler": "3.26.0" + "wrangler": "3.27.0" }, "license": "UNLICENSED", "private": true diff --git a/bun.lockb b/bun.lockb index 15557735..b18ddc8f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/seed-data-action/package.json b/packages/seed-data-action/package.json index f91342eb..c96a0ec1 100644 --- a/packages/seed-data-action/package.json +++ b/packages/seed-data-action/package.json @@ -19,7 +19,7 @@ "svgo": "3.2.0" }, "devDependencies": { - "@types/bun": "1.0.4", + "@types/bun": "1.0.5", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "eslint": "8.56.0",