Skip to content

Commit

Permalink
[7.x] Upgrade @elastic/apm-rum to 5.6.0 (#78345) (#78468)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Sep 24, 2020
1 parent 1d617ee commit 222f384
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"devDependencies": {
"@babel/parser": "^7.11.2",
"@babel/types": "^7.11.0",
"@elastic/apm-rum": "^5.4.0",
"@elastic/apm-rum": "^5.6.0",
"@elastic/charts": "21.1.2",
"@elastic/ems-client": "7.9.3",
"@elastic/eslint-config-kibana": "0.15.0",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,15 @@
opentracing "^0.14.3"
promise-polyfill "^8.1.3"

"@elastic/apm-rum-core@^5.6.1":
version "5.6.1"
resolved "https://registry.yarnpkg.com/@elastic/apm-rum-core/-/apm-rum-core-5.6.1.tgz#0870e654e84e1f2ffea7c8a247a2da1b72918bcd"
integrity sha512-UtWj8UNN1sfSjav1kQK2NFhHtrH++4FzhtY0g80aSfHrDdBKVXaecWswoGmK3aiGJ9LAVlAXNfF3tPMT6JN23g==
dependencies:
error-stack-parser "^1.3.5"
opentracing "^0.14.3"
promise-polyfill "^8.1.3"

"@elastic/apm-rum-react@^1.2.2":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@elastic/apm-rum-react/-/apm-rum-react-1.2.3.tgz#fdf28492daca0ee6aa67c53a457eea1f16739e1e"
Expand All @@ -1172,13 +1181,20 @@
"@elastic/apm-rum" "^5.5.0"
hoist-non-react-statics "^3.3.0"

"@elastic/apm-rum@^5.4.0", "@elastic/apm-rum@^5.5.0":
"@elastic/apm-rum@^5.5.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@elastic/apm-rum/-/apm-rum-5.5.0.tgz#24a8b4db0fa328c1e54710d18837e1adba7e51e0"
integrity sha512-uEOJG7Lm0CLtGfXOLXSsiPLpTPvrNUqlWQEKf/D77lpHRVWxBb56xa4X4CK2on8V1XzHDufcYBPcBcKSGozTLw==
dependencies:
"@elastic/apm-rum-core" "^5.6.0"

"@elastic/apm-rum@^5.6.0":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@elastic/apm-rum/-/apm-rum-5.6.0.tgz#0af2acb55091b9eb315cf38c6422a83cddfecb6f"
integrity sha512-6CuODbt7dBXoqsKoqhshQQC4GyqsGMPOR1FXZCWbnq55UZq1TWqra6zNCtEEFinz8rPaww7bzmNciXKRvGjIzQ==
dependencies:
"@elastic/apm-rum-core" "^5.6.1"

"@elastic/charts@21.1.2":
version "21.1.2"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-21.1.2.tgz#da7e9c1025bf730a738b6ac6d7024d97dd2b5aa2"
Expand Down

0 comments on commit 222f384

Please sign in to comment.