Skip to content

Commit c28f3ab

Browse files
fix(deps): update dependency @opencensus/exporter-stackdriver to ^0.1.0 (#2301)
Co-authored-by: Justin Beckwith <[email protected]>
1 parent 8e0176b commit c28f3ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitoring/opencensus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "Apache-2.0",
1212
"dependencies": {
1313
"@opencensus/core": "^0.1.0",
14-
"@opencensus/exporter-stackdriver": "^0.0.22",
14+
"@opencensus/exporter-stackdriver": "^0.1.0",
1515
"express": "^4.17.1",
1616
"node-stopwatch": "^0.0.1"
1717
},

opencensus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@opencensus/core": "^0.1.0",
21-
"@opencensus/exporter-stackdriver": "^0.0.22"
21+
"@opencensus/exporter-stackdriver": "^0.1.0"
2222
},
2323
"devDependencies": {
2424
"mocha": "^9.0.0"

0 commit comments

Comments
 (0)