Skip to content

Commit

Permalink
Bump the minor-and-patch-version-updates group
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-version-updates group in /example with 4 updates: [expo](https://github.com/expo/expo/tree/HEAD/packages/expo), [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native), [react-native-webview](https://github.com/react-native-webview/react-native-webview) and [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core).


Updates `expo` from 51.0.17 to 51.0.24
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `react-native` from 0.74.2 to 0.74.4
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.74.4/packages/react-native)

Updates `react-native-webview` from 13.10.4 to 13.10.5
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc)
- [Commits](react-native-webview/react-native-webview@v13.10.4...v13.10.5)

Updates `@babel/core` from 7.24.7 to 7.25.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: react-native
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: react-native-webview
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-version-updates
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 3992741 commit 944dc39
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 342 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"ios": "expo start --ios"
},
"dependencies": {
"expo": "51.0.17",
"expo": "51.0.24",
"expo-status-bar": "1.12.1",
"react": "18.3.1",
"react-native": "0.74.2",
"react-native-webview": "13.10.4",
"react-native": "0.74.4",
"react-native-webview": "13.10.5",
"@seatsio/seatsio-react-native": "link:../"
},
"devDependencies": {
"@babel/core": "7.24.7"
"@babel/core": "7.25.2"
},
"private": true
}
Loading

0 comments on commit 944dc39

Please sign in to comment.