Skip to content

Commit

Permalink
limited zone.js update version to ^0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AKOVALENKO-NB\andrii.kovalenko committed Feb 9, 2024
1 parent 0846e84 commit ed02eaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
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 ed02eaa

Please sign in to comment.