Skip to content

Commit 03f3614

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 6 updates
Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [inquirer](https://github.com/SBoudrias/Inquirer.js) | `12.7.0` | `12.8.2` | | [expo-image](https://github.com/expo/expo/tree/HEAD/packages/expo-image) | `2.3.2` | `2.4.0` | | [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `5.1.3` | `5.1.4` | | [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.27.1` | `2.27.2` | | [react-native-permissions](https://github.com/zoontek/react-native-permissions) | `5.4.1` | `5.4.2` | | [react-i18next](https://github.com/i18next/react-i18next) | `15.6.0` | `15.6.1` | Updates `inquirer` from 12.7.0 to 12.8.2 - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.8.2) Updates `expo-image` from 2.3.2 to 2.4.0 - [Changelog](https://github.com/expo/expo/blob/main/packages/expo-image/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-image) Updates `expo-router` from 5.1.3 to 5.1.4 - [Changelog](https://github.com/expo/expo/blob/main/packages/expo-router/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router) Updates `react-native-gesture-handler` from 2.27.1 to 2.27.2 - [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases) - [Commits](software-mansion/react-native-gesture-handler@2.27.1...2.27.2) Updates `react-native-permissions` from 5.4.1 to 5.4.2 - [Release notes](https://github.com/zoontek/react-native-permissions/releases) - [Commits](zoontek/react-native-permissions@5.4.1...5.4.2) Updates `react-i18next` from 15.6.0 to 15.6.1 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v15.6.0...v15.6.1) --- updated-dependencies: - dependency-name: inquirer dependency-version: 12.8.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: expo-image dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: expo-router dependency-version: 5.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: react-native-gesture-handler dependency-version: 2.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: react-native-permissions dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: react-i18next dependency-version: 15.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82de450 commit 03f3614

File tree

4 files changed

+145
-229
lines changed

4 files changed

+145
-229
lines changed

apps/mobile/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
"expo-dev-client": "^5.2.4",
3131
"expo-device": "^7.1.4",
3232
"expo-document-picker": "~13.1.6",
33-
"expo-image": "~2.3.2",
33+
"expo-image": "~2.4.0",
3434
"expo-linear-gradient": "~14.1.5",
3535
"expo-linking": "~7.1.7",
3636
"expo-localization": "^16.1.6",
37-
"expo-router": "~5.1.3",
37+
"expo-router": "~5.1.4",
3838
"expo-splash-screen": "~0.30.10",
3939
"expo-status-bar": "~2.2.3",
4040
"expo-system-ui": "~5.0.10",
4141
"expo-web-browser": "~14.2.0",
4242
"react": "19.0.0",
4343
"react-native": "0.79.4",
44-
"react-native-gesture-handler": "~2.27.1",
44+
"react-native-gesture-handler": "~2.27.2",
4545
"react-native-image-colors": "2.5.0",
4646
"react-native-mmkv": "^3.2.0",
4747
"react-native-pager-view": "^6.8.1",
4848
"react-native-paper": "^5.14.5",
49-
"react-native-permissions": "^5.4.1",
49+
"react-native-permissions": "^5.4.2",
5050
"react-native-reanimated": "~3.18.0",
5151
"react-native-safe-area-context": "5.5.2",
5252
"react-native-screens": "~4.13.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-react-hooks": "^5.2.0",
4646
"eslint-plugin-react-refresh": "^0.4.20",
4747
"husky": "^9.1.7",
48-
"inquirer": "12.7.0",
48+
"inquirer": "12.8.2",
4949
"lint-staged": "^16.0.0",
5050
"semver": "7.7.2",
5151
"tsx": "4.20.3",

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@flow/core": "workspace:*",
1313
"@flow/store": "workspace:*",
1414
"i18next": "^25.3.2",
15-
"react-i18next": "^15.6.0"
15+
"react-i18next": "^15.6.1"
1616
},
1717
"devDependencies": {
1818
"@flow/config": "workspace:*"

0 commit comments

Comments
 (0)