Skip to content

Commit

Permalink
chore: upgrade all packages to latest version (#74)
Browse files Browse the repository at this point in the history
* chore: upgrade packages in `expo-atlas-ui` to latest versions

* chore: upgrade packages in `expo-atlas` to latest versions

* chore: upgrade packages in `example` to latest versions
  • Loading branch information
byCedric authored Aug 31, 2024
1 parent 3787977 commit 09297ec
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
14 changes: 7 additions & 7 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
Binary file modified bun.lockb
Binary file not shown.
36 changes: 18 additions & 18 deletions packages/expo-atlas-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,44 +14,44 @@
"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",
"react-native-reanimated": "~3.10.1",
"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": {
Expand Down
8 changes: 4 additions & 4 deletions packages/expo-atlas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 09297ec

Please sign in to comment.