Skip to content

Commit c093307

Browse files
v4.0.0
1 parent 3d7d077 commit c093307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/maps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appbaseio/reactivemaps",
3-
"version": "4.0.0-rc",
3+
"version": "4.0.0",
44
"description": "React Components for building map UIs",
55
"main": "lib/index.js",
66
"files": [
@@ -23,6 +23,7 @@
2323
"author": "Deepak Grover <[email protected]> (https://github.com/metagrover)",
2424
"license": "Apache-2.0",
2525
"dependencies": {
26+
"@appbaseio/rheostat": "^1.0.0-alpha.15",
2627
"@emotion/core": "^10.0.28",
2728
"@emotion/styled": "^10.0.27",
2829
"@react-google-maps/api": "^2.7.0",
@@ -32,8 +33,7 @@
3233
"markerwithlabel": "^2.0.2",
3334
"ngeohash": "^0.6.3",
3435
"prop-types": "^15.6.0",
35-
"react-leaflet": "^2.1.3",
36-
"@appbaseio/rheostat": "^1.0.0-alpha.15"
36+
"react-leaflet": "^2.1.3"
3737
},
3838
"peerDependencies": {
3939
"@appbaseio/reactivesearch": ">=4.0.0-rc.1",

0 commit comments

Comments
 (0)