Skip to content

Commit 0d6eb74

Browse files
authored
Use exact version of @react-google-maps/api (#758)
1 parent b61c4fd commit 0d6eb74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/maps/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"dependencies": {
4242
"@draftbit/ui": "47.7.7",
4343
"@teovilla/react-native-web-maps": "^0.9.1",
44+
"@react-google-maps/api": "~2.18.1",
4445
"lodash.isequal": "^4.5.0",
4546
"react-native-maps": "1.3.2"
4647
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3254,7 +3254,7 @@
32543254
dependencies:
32553255
esquery "^1.0.1"
32563256

3257-
"@react-google-maps/api@^2.12.0":
3257+
"@react-google-maps/api@^2.12.0", "@react-google-maps/api@~2.18.1":
32583258
version "2.18.1"
32593259
resolved "https://registry.yarnpkg.com/@react-google-maps/api/-/api-2.18.1.tgz#140bb134f50c98939b6eb440d01dbb7df562090c"
32603260
integrity sha512-KVlUO/Shh+0g/3egWaKmY0sz6+0QOnYkBGvrBMJbz23519LauA+iJFc4NDCmWNHqD5Vhb/Bkg0kSJgq0Stz3Iw==

0 commit comments

Comments
 (0)