Skip to content

Commit

Permalink
fix: use example also with workspace:*
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Oct 9, 2024
1 parent e209af3 commit 375dd78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/expo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@mapbox/geo-viewport": "*",
"@maplibre-react-native/examples": "*",
"@maplibre-react-native/examples": "workspace:*",
"@maplibre/maplibre-react-native": "workspace:*",
"@react-native-masked-view/masked-view": "*",
"@react-navigation/native": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@mapbox/geo-viewport": "*",
"@maplibre-react-native/examples": "*",
"@maplibre-react-native/examples": "workspace:*",
"@maplibre/maplibre-react-native": "workspace:*",
"@react-native-masked-view/masked-view": "*",
"@react-navigation/native": "*",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2706,7 +2706,7 @@ __metadata:
languageName: node
linkType: hard

"@maplibre-react-native/examples@npm:*, @maplibre-react-native/examples@workspace:packages/examples":
"@maplibre-react-native/examples@workspace:*, @maplibre-react-native/examples@workspace:packages/examples":
version: 0.0.0-use.local
resolution: "@maplibre-react-native/examples@workspace:packages/examples"
dependencies:
Expand Down Expand Up @@ -2762,7 +2762,7 @@ __metadata:
"@babel/preset-typescript": "npm:*"
"@babel/runtime": "npm:*"
"@mapbox/geo-viewport": "npm:*"
"@maplibre-react-native/examples": "npm:*"
"@maplibre-react-native/examples": "workspace:*"
"@maplibre/maplibre-react-native": "workspace:*"
"@react-native-masked-view/masked-view": "npm:*"
"@react-native/metro-config": "npm:*"
Expand Down Expand Up @@ -8709,7 +8709,7 @@ __metadata:
dependencies:
"@babel/core": "npm:^7.20.0"
"@mapbox/geo-viewport": "npm:*"
"@maplibre-react-native/examples": "npm:*"
"@maplibre-react-native/examples": "workspace:*"
"@maplibre/maplibre-react-native": "workspace:*"
"@react-native-masked-view/masked-view": "npm:*"
"@react-navigation/native": "npm:*"
Expand Down

0 comments on commit 375dd78

Please sign in to comment.