diff --git a/apps/example/package.json b/apps/example/package.json index 6f8beb1..7987e9c 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -16,8 +16,8 @@ }, "dependencies": { "@expo/vector-icons": "^14.0.2", - "@react-navigation/native": "^6.0.2", - "expo": "~51.0.28", + "@react-navigation/native": "^6.1.18", + "expo": "~51.0.31", "expo-atlas": "workspace:*", "expo-constants": "~16.0.2", "expo-font": "~12.0.9", @@ -30,19 +30,19 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.74.5", - "react-native-gesture-handler": "~2.16.1", + "react-native-gesture-handler": "~2.18.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1", "react-native-web": "~0.19.10" }, "devDependencies": { - "@babel/core": "^7.20.0", + "@babel/core": "^7.25.2", "@types/jest": "^29.5.12", "@types/react": "~18.2.45", - "@types/react-test-renderer": "^18.0.7", - "jest": "^29.2.1", - "jest-expo": "~51.0.3", + "@types/react-test-renderer": "~18.0.7", + "jest": "^29.7.0", + "jest-expo": "~51.0.4", "react-test-renderer": "18.2.0" } } diff --git a/bun.lockb b/bun.lockb index 2b2f732..a3beaf2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/expo-atlas-ui/package.json b/packages/expo-atlas-ui/package.json index 929edd3..b85905d 100644 --- a/packages/expo-atlas-ui/package.json +++ b/packages/expo-atlas-ui/package.json @@ -14,29 +14,29 @@ "web": "expo start --web" }, "dependencies": { - "@expo/styleguide": "^8.2.2", + "@expo/styleguide": "^8.2.5", "@expo/styleguide-native": "^7.0.1", - "@radix-ui/react-checkbox": "^1.0.4", - "@radix-ui/react-collapsible": "^1.0.3", + "@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.0.5", - "@radix-ui/react-label": "^2.0.2", - "@radix-ui/react-select": "^2.0.0", - "@radix-ui/react-toast": "^1.1.5", + "@radix-ui/react-dialog": "^1.1.1", + "@radix-ui/react-label": "^2.1.0", + "@radix-ui/react-select": "^2.1.1", + "@radix-ui/react-toast": "^1.2.1", "@radix-ui/react-tooltip": "^1.1.2", - "@tailwindcss/typography": "^0.5.10", - "@tanstack/react-query": "^5.22.2", + "@tailwindcss/typography": "^0.5.15", + "@tanstack/react-query": "^5.53.1", "class-variance-authority": "^0.7.0", - "echarts": "^5.5.0", + "echarts": "^5.5.1", "echarts-for-react": "^3.0.2", - "expo": "~51.0.8", + "expo": "~51.0.31", "expo-atlas": "workspace:*", "expo-linking": "~6.3.1", - "expo-router": "~3.5.14", + "expo-router": "~3.5.23", "expo-status-bar": "~1.12.1", - "lucide-react": "^0.336.0", + "lucide-react": "^0.437.0", "nativewind": "^4.0.36", - "picomatch": "^4.0.1", + "picomatch": "^4.0.2", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.74.5", @@ -44,14 +44,14 @@ "react-native-safe-area-context": "4.10.5", "react-native-svg": "15.2.0", "react-native-web": "~0.19.6", - "shiki": "^1.2.4", + "shiki": "^1.15.1", "tailwind-gradient-mask-image": "^1.2.0", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.10", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "@babel/core": "^7.20.0", - "@types/picomatch": "^2.3.3", + "@babel/core": "^7.25.2", + "@types/picomatch": "^3.0.1", "@types/react": "~18.2.79" }, "eslintConfig": { diff --git a/packages/expo-atlas/package.json b/packages/expo-atlas/package.json index eef3ec4..fa58217 100644 --- a/packages/expo-atlas/package.json +++ b/packages/expo-atlas/package.json @@ -15,12 +15,12 @@ "types": "build/src/index.d.ts", "files": [ "build", + "static", "expo-module.config.json", "cli.js", "cli.d.ts", "metro.js", - "metro.d.ts", - "static" + "metro.d.ts" ], "homepage": "https://github.com/expo/expo-atlas#readme", "bugs": { @@ -46,7 +46,7 @@ "chalk": "^4.1.2", "compression": "^1.7.4", "connect": "^3.7.0", - "express": "^4.18.2", + "express": "^4.19.2", "freeport-async": "^2.0.0", "getenv": "^1.0.0", "morgan": "^1.10.0", @@ -57,7 +57,7 @@ "devDependencies": { "@types/express": "^4.17.21", "@types/stream-json": "^1.7.7", - "expo": "~51.0.8", + "expo": "~51.0.31", "metro": "^0.80.10" }, "peerDependencies": {