diff --git a/bun.lockb b/bun.lockb index 5d6d74c..ead97a0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c996ca4..9f583c1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "dependencies": { "eslint": "^8.57.0", "eslint-config-universe": "^13.0.0", - "expo-module-scripts": "^3.5.2" + "expo-module-scripts": "^3.5.2", + "prettier": "^3.2.5" }, "prettier": { "printWidth": 100, diff --git a/packages/expo-atlas-ui/package.json b/packages/expo-atlas-ui/package.json index 6fd37a2..dc47a9f 100644 --- a/packages/expo-atlas-ui/package.json +++ b/packages/expo-atlas-ui/package.json @@ -38,7 +38,6 @@ "lucide-react": "^0.336.0", "nativewind": "^4.0.36", "picomatch": "^4.0.1", - "prettier": "^3.2.5", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.74.5", diff --git a/packages/expo-atlas/package.json b/packages/expo-atlas/package.json index 4408ff6..9a30949 100644 --- a/packages/expo-atlas/package.json +++ b/packages/expo-atlas/package.json @@ -39,7 +39,7 @@ }, "license": "MIT", "dependencies": { - "@expo/server": "^0.4.2", + "@expo/server": "^0.4.4", "arg": "^5.0.2", "chalk": "^4.1.2", "compression": "^1.7.4", @@ -59,16 +59,15 @@ "@types/node": "^20.11.26", "@types/stream-json": "^1.7.7", "chai": "^4.3.10", - "expo": "~50.0.1", + "expo": "~51.0.8", "metro": "^0.80.6", - "prettier": "^3.2.5", "typescript": "^5.1.3" }, "peerDependencies": { "expo": "*" }, "eslintConfig": { - "extends": "universe", + "extends": "universe/node", "ignorePatterns": [ "build", "node_modules"