Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Update dependency zone.js to v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 5, 2019
1 parent 3a7c206 commit b8fbf4b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/opencensus-web-core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/opencensus-web-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typescript": "^3.1.6",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0",
"zone.js": "^0.9.1"
"zone.js": "^0.10.0"
},
"dependencies": {
"@opencensus/web-types": "^0.0.3"
Expand Down

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 @@ -61,7 +61,7 @@
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"zone.js": "~0.9.1"
"zone.js": "~0.10.0"
},
"dependencies": {
"@opencensus/web-core": "^0.0.3",
Expand All @@ -71,7 +71,7 @@
"@opencensus/web-initial-load": "0.0.3"
},
"peerDependencies": {
"zone.js": "~0.9.1"
"zone.js": "~0.10.0"
},
"sideEffects": false
}

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

2 changes: 1 addition & 1 deletion packages/opencensus-web-instrumentation-zone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@opencensus/web-instrumentation-zone-peer-dep": "^0.0.3",
"zone.js": "~0.9.1"
"zone.js": "~0.10.0"
},
"sideEffects": true
}

0 comments on commit b8fbf4b

Please sign in to comment.