Skip to content

Commit

Permalink
chore(deps): update dependency webpack-cli to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2025
1 parent ec638dc commit 4d78a89
Show file tree
Hide file tree
Showing 19 changed files with 4,897 additions and 343 deletions.
2 changes: 1 addition & 1 deletion experimental/packages/exporter-logs-otlp-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/otlp-exporter-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"peerDependencies": {
"@opentelemetry/api": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/sdk-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"dependencies": {
"@opentelemetry/api-events": "0.57.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/sdk-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"dependencies": {
"@opentelemetry/api-logs": "0.57.0",
Expand Down
2 changes: 1 addition & 1 deletion experimental/packages/web-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
"ts-loader": "9.5.1",
"typescript": "5.0.4",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
}
}
Loading

0 comments on commit 4d78a89

Please sign in to comment.