Skip to content

Commit

Permalink
Fix issue with older version of Node.js runtime (#1185)
Browse files Browse the repository at this point in the history
* Fix issue with older version of Node.js runtime

* Add overrides
  • Loading branch information
hectorhdzg committed Aug 14, 2023
1 parent 6cc6de2 commit ade3a46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
35 changes: 10 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
},
"dependencies": {
"@azure/core-auth": "^1.5.0",
"@azure/core-rest-pipeline": "1.12.0",
"@azure/core-util": "1.4.0",
"@azure/core-rest-pipeline": "1.10.1",
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.5",
"@microsoft/applicationinsights-web-snippet": "^1.0.1",
"@opentelemetry/api": "^1.4.1",
Expand All @@ -74,6 +73,9 @@
"diagnostic-channel": "1.1.1",
"diagnostic-channel-publishers": "1.0.7"
},
"overrides": {
"@azure/core-util": "1.2.0"
},
"peerDependencies": {
"applicationinsights-native-metrics": "*"
},
Expand Down

0 comments on commit ade3a46

Please sign in to comment.