Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @react-navigation/stack from 6.3.18 to 6.3.25 in /example #270

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Please add unreleased changes in the following style:
PR Title ([#123](link to my pr))
```

## 10.0.0-alpha.2

Fix: Duplicated Signature issue with Xcode 15 ([#238](https://github.com/maplibre/maplibre-react-native/pull/238))
Update download-style-spec.sh ([#163](https://github.com/maplibre/maplibre-react-native/pull/163))
Update react-maplibre ([#34](https://github.com/maplibre/maplibre-react-native/issues/34))
chore: update support libraries ([#121](https://github.com/maplibre/maplibre-react-native/pull/121)).

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@mapbox/geo-viewport": "^0.5.0",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/stack": "^6.3.18",
"@react-navigation/stack": "^6.3.25",
"@turf/along": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/distance": "^6.5.0",
Expand Down
20 changes: 10 additions & 10 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1839,15 +1839,15 @@ __metadata:
languageName: node
linkType: hard

"@react-navigation/elements@npm:^1.3.19":
version: 1.3.19
resolution: "@react-navigation/elements@npm:1.3.19"
"@react-navigation/elements@npm:^1.3.26":
version: 1.3.26
resolution: "@react-navigation/elements@npm:1.3.26"
peerDependencies:
"@react-navigation/native": ^6.0.0
react: "*"
react-native: "*"
react-native-safe-area-context: ">= 3.0.0"
checksum: fd095ce1d5ba3c9225f0e861dcad4f72ab96436d8ef60f55731fb517ec1d0397eccde0a69ad9e5844333b82e48e922463d9b2a7f3bffd478a210d26f1b41bc7a
checksum: 18267462bcdcff004aab080b0bca30d4e915ed3169e4274c8ed1e6093d623a932ed4a52d32b35d6412706a249a5e704e2d7469667e09202ceccc3482916d5638
languageName: node
linkType: hard

Expand Down Expand Up @@ -1875,11 +1875,11 @@ __metadata:
languageName: node
linkType: hard

"@react-navigation/stack@npm:^6.3.18":
version: 6.3.18
resolution: "@react-navigation/stack@npm:6.3.18"
"@react-navigation/stack@npm:^6.3.25":
version: 6.3.25
resolution: "@react-navigation/stack@npm:6.3.25"
dependencies:
"@react-navigation/elements": ^1.3.19
"@react-navigation/elements": ^1.3.26
color: ^4.2.3
warn-once: ^0.1.0
peerDependencies:
Expand All @@ -1889,7 +1889,7 @@ __metadata:
react-native-gesture-handler: ">= 1.0.0"
react-native-safe-area-context: ">= 3.0.0"
react-native-screens: ">= 3.0.0"
checksum: 89a1f968948c78d11899fdbe835501f5c3709be8108b109f28ab8b3189b2de3cb091718f332b2bf76d3384186edb1a558a6fefc40f795f50b176490142022180
checksum: 95c772d4c01a37f14c8a04a7b1bf969601de1a5e40ddd6bad8e7dbd151c371f8d1f9735ca2b99bf7c744c3985bdca2891ce566c9d0d5d4f8fa6ee3a68996502c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2285,7 +2285,7 @@ __metadata:
"@react-native-masked-view/masked-view": ^0.2.9
"@react-native/metro-config": ^0.72.7
"@react-navigation/native": ^6.1.8
"@react-navigation/stack": ^6.3.18
"@react-navigation/stack": ^6.3.25
"@turf/along": ^6.5.0
"@turf/bbox-polygon": ^6.5.0
"@turf/distance": ^6.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maplibre/maplibre-react-native",
"description": "A MapLibre GL Native plugin for creating maps in React Native",
"version": "10.0.0-alpha.1",
"version": "10.0.0-alpha.2",
"publishConfig": {
"access": "public"
},
Expand Down
Loading