Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent a73f8d2 commit 44c58e1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Binary file modified bun.lockb
Binary file not shown.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,46 +36,46 @@
"@react-navigation/bottom-tabs": "6.6.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@shopify/flash-list": "1.7.1",
"@shopify/flash-list": "1.7.2",
"apisauce": "3.1.0",
"date-fns": "2.30.0",
"expo": "50.0.21",
"expo-application": "5.9.1",
"expo-build-properties": "0.12.5",
"expo-build-properties": "0.13.1",
"expo-font": "11.10.3",
"expo-linking": "6.3.1",
"expo-localization": "14.8.4",
"expo-splash-screen": "0.27.6",
"expo-splash-screen": "0.29.18",
"expo-status-bar": "1.12.1",
"expo-updates": "0.25.27",
"expo-updates": "0.26.10",
"i18n-js": "4.5.0",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"mobx-react-lite": "4.1.0",
"mobx-state-tree": "5.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.4",
"react-native-drawer-layout": "4.0.0-rc.10",
"react-native-gesture-handler": "2.20.1",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "4.11.1",
"react-native-screens": "3.34.0",
"react-native": "0.76.5",
"react-native-drawer-layout": "4.1.0",
"react-native-gesture-handler": "2.21.2",
"react-native-reanimated": "3.16.5",
"react-native-safe-area-context": "4.14.1",
"react-native-screens": "3.35.0",
"react-native-web": "0.19.13"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-arrow-functions": "7.25.9",
"@babel/plugin-transform-shorthand-properties": "7.25.9",
"@babel/plugin-transform-template-literals": "7.25.9",
"@babel/preset-env": "7.25.9",
"@babel/runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@types/i18n-js": "3.8.9",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"@types/react-test-renderer": "18.3.0",
"@types/react": "18.3.16",
"@types/react-test-renderer": "18.3.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"babel-jest": "29.7.0",
Expand All @@ -92,16 +92,16 @@
"jest-expo": "50.0.4",
"patch-package": "8.0.0",
"postinstall-prepare": "1.0.1",
"prettier": "3.3.3",
"prettier": "3.4.2",
"react-test-renderer": "18.3.1",
"reactotron-core-client": "2.9.4",
"reactotron-core-client": "2.9.6",
"reactotron-mst": "3.1.10",
"reactotron-react-js": "3.3.15",
"reactotron-react-native": "5.1.9",
"reactotron-react-native": "5.1.10",
"regenerator-runtime": "0.14.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"expo": {
"install": {
Expand Down

0 comments on commit 44c58e1

Please sign in to comment.