Skip to content

Commit

Permalink
fix: fix CI by forcing colors@1.4.0 (open-telemetry#825)
Browse files Browse the repository at this point in the history
* fix: force colors@1.4.0
  • Loading branch information
rauno56 committed Jan 10, 2022
1 parent 81b3190 commit 0ec9f08
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@commitlint/config-conventional": "13.1.0",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"colors": "1.4.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-header": "3.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"codecov": "3.8.3",
"colors": "1.4.0",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-header": "3.1.1",
Expand Down Expand Up @@ -83,4 +84,4 @@
"react": "17.0.2",
"react-dom": "17.0.2"
}
}
}
1 change: 1 addition & 0 deletions packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@types/sinon": "10.0.2",
"@types/webpack-env": "1.16.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@types/mocha": "7.0.2",
"@types/node": "14.17.9",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@types/node": "14.17.9",
"@types/sinon": "10.0.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down Expand Up @@ -91,4 +92,4 @@
"zone.js": "0.11.4"
},
"sideEffects": false
}
}
3 changes: 2 additions & 1 deletion plugins/web/opentelemetry-plugin-react-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down Expand Up @@ -94,4 +95,4 @@
"@opentelemetry/semantic-conventions": "^1.0.0",
"shimmer": "^1.2.1"
}
}
}
1 change: 1 addition & 0 deletions propagators/opentelemetry-propagator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@types/node": "14.17.9",
"@types/webpack-env": "1.16.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down
1 change: 1 addition & 0 deletions propagators/opentelemetry-propagator-ot-trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@types/node": "14.17.9",
"@types/webpack-env": "1.16.2",
"codecov": "3.8.3",
"colors": "1.4.0",
"gts": "3.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "5.2.3",
Expand Down

0 comments on commit 0ec9f08

Please sign in to comment.