Skip to content

Commit

Permalink
add dependencies version of required package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadjaur committed Aug 25, 2024
1 parent 325e30d commit 0ffb189
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 30 deletions.
7 changes: 0 additions & 7 deletions packages/map/CHANGELOG.md

This file was deleted.

17 changes: 6 additions & 11 deletions packages/map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,17 @@ npm install @packrat/map


```js
import { multiply } from '@packrat/map';
import { Map } from '@packrat/map';

// ...

const result = await multiply(3, 7);
return (
// ...
<Map shape={shape} />
// ...
)
```


## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
24 changes: 12 additions & 12 deletions packages/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
"main": "src/index.tsx",
"module:jsx": "src",
"name": "@packrat/map",
"peerDependencies": {
"@expo/vector-icons": "*",
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@packrat/config": "*",
"@packrat/ui": "*",
"@react-native-community/geolocation": "*",
"@rnmapbox/maps": "*",
"@tmcw/togeojson": "*",
"expo-document-picker": "*",
"expo-file-system": "*",
"file-saver": "*",
"mapbox-gl": "*",
"@react-native-community/geolocation": "^3.0.6",
"@rnmapbox/maps": "^10.1.29",
"@tmcw/togeojson": "^5.7.0",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.9",
"file-saver": "^2.0.5",
"mapbox-gl": "1.13.3",
"react": "*",
"react-native": "*",
"togpx": "*",
"xmldom": "*"
"togpx": "^0.5.4",
"xmldom": "^0.6.0"
},
"private": true,
"sideEffects": [
"*.css"
],
"version": "0.0.1"
}
}

0 comments on commit 0ffb189

Please sign in to comment.