Skip to content

Commit 9e68a45

Browse files
authored
fix: polyfill object entries for ie11 (#536)
1 parent fe44356 commit 9e68a45

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "^7.3.4",
2121
"blueimp-md5": "^2.10.0",
2222
"query-string": "5",
23-
"@amplitude/analytics-connector": "1.4.2"
23+
"@amplitude/analytics-connector": "1.4.3"
2424
},
2525
"devDependencies": {
2626
"@amplitude/eslint-plugin-amplitude": "^1.0.1",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@amplitude/[email protected].2":
6-
version "1.4.2"
7-
resolved "https://registry.yarnpkg.com/@amplitude/analytics-connector/-/analytics-connector-1.4.2.tgz#5a87f35d014fa50cb283202d8fde78fa266712c2"
8-
integrity sha512-bA9hLDobWA5HBHsdv1hI2+VmQOQ8AA4e3/YB9ng80J8NOLNN2zX/952YSf36Ns86QUm9pPCKHnYrlzMFU61X2g==
5+
"@amplitude/[email protected].3":
6+
version "1.4.3"
7+
resolved "https://registry.yarnpkg.com/@amplitude/analytics-connector/-/analytics-connector-1.4.3.tgz#cb9098cb8adfbd39b2c71ad71a7c758504a745a7"
8+
integrity sha512-Ghu1UJn55Rn9eglF+ED7yOGXaeX3KY2qkQi9W9yqC02ItPvKfrybeVndweI1XtsiW0LvRpdA3uQEjuZEGunyLw==
99
dependencies:
10-
"@amplitude/ua-parser-js" "0.7.26"
10+
"@amplitude/ua-parser-js" "0.7.31"
1111

1212
"@amplitude/eslint-plugin-amplitude@^1.0.1":
1313
version "1.0.1"
@@ -22,11 +22,6 @@
2222
resolved "https://registry.yarnpkg.com/@amplitude/types/-/types-1.0.4.tgz#21275b030c8267f9ea133a79c5c525e30c706d69"
2323
integrity sha512-iWdgTXiE0T/QCK88g2ezJEhJpYHDvDs0StVVPu1ygcl6qYzk/8xrNvbeEibiIBT8t/GJ8FtH5ZIPx3c4CMjlig==
2424

25-
"@amplitude/[email protected]":
26-
version "0.7.26"
27-
resolved "https://registry.yarnpkg.com/@amplitude/ua-parser-js/-/ua-parser-js-0.7.26.tgz#18d889d84d2ba90c248ab6fcd7e3dd07f1c9c86e"
28-
integrity sha512-62/Rid6YQ7F2KT/5vTre41Y26ivrEoFC8lbrsJZqBKaiXMJWG0YpNv9RgxNSaZS2jPLVQgoB/FFeWxihOLfIcg==
29-
3025
"@amplitude/[email protected]":
3126
version "0.7.31"
3227
resolved "https://registry.yarnpkg.com/@amplitude/ua-parser-js/-/ua-parser-js-0.7.31.tgz#749bf7cb633cfcc7ff3c10805bad7c5f6fbdbc61"

0 commit comments

Comments
 (0)