Skip to content

Commit 185dc2e

Browse files
authored
Use exact version of @react-google-maps/api (#757)
1 parent 9416aaf commit 185dc2e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/maps/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"@draftbit/ui": "48.4.7",
4343
"@teovilla/react-native-web-maps": "^0.9.1",
4444
"lodash.isequal": "^4.5.0",
45-
"react-native-maps": "1.3.2"
45+
"react-native-maps": "1.3.2",
46+
"@react-google-maps/api": "~2.18.1"
4647
},
4748
"eslintIgnore": [
4849
"node_modules/",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3402,7 +3402,7 @@
34023402
dependencies:
34033403
esquery "^1.0.1"
34043404

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

0 commit comments

Comments
 (0)