Skip to content

Commit

Permalink
updated zone.js version (#1934)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
AndrewAKovalenko and pichlermarc authored Mar 5, 2024
1 parent edc426b commit 43fd4eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0",
"zone.js": "0.11.4"
"zone.js": "^0.11.4 || ^0.13.0 || ^0.14.0"
},
"devDependencies": {
"@babel/core": "7.22.17",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"webpack": "4.46.0",
"webpack-cli": "4.7.2",
"webpack-merge": "5.8.0",
"zone.js": "0.11.4"
"zone.js": "^0.11.4 || ^0.13.0 || ^0.14.0"
},
"dependencies": {
"@opentelemetry/core": "^1.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"webpack": "4.46.0",
"webpack-cli": "4.7.2",
"webpack-merge": "5.8.0",
"zone.js": "0.11.4"
"zone.js": "^0.11.4 || ^0.13.0 || ^0.14.0"
},
"dependencies": {
"@opentelemetry/core": "^1.8.0",
Expand All @@ -86,7 +86,7 @@
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0",
"zone.js": "0.11.4"
"zone.js": "^0.11.4 || ^0.13.0 || ^0.14.0"
},
"sideEffects": false,
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-user-interaction#readme"
Expand Down

0 comments on commit 43fd4eb

Please sign in to comment.