Skip to content

Commit

Permalink
chore: re-format deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jun 7, 2024
1 parent 758bf8e commit 8d5457b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"ts-loader": "9.2.5",
"ts-mocha": "10.0.0",
"typescript": "4.4.4",
"webpack": "5.89.0",
"webpack": "4.46.0",
"webpack-cli": "4.7.2",
"webpack-merge": "5.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
"zone.js": "^0.11.4 || ^0.13.0 || ^0.14.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.3.0",
"rimraf": "5.0.5",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@opentelemetry/api": "^1.3.0",
"@types/jquery": "3.5.30",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
Expand All @@ -59,6 +58,7 @@
"lerna": "6.6.2",
"mocha": "10.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"ts-mocha": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@
"@opentelemetry/api": "^1.0.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.0.0",
"rimraf": "5.0.5",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@opentelemetry/api": "^1.0.0",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
"@types/sinon": "17.0.3",
Expand All @@ -74,6 +73,7 @@
"lerna": "6.6.2",
"mocha": "10.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@
"access": "public"
},
"devDependencies": {
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",
"rimraf": "5.0.5",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@types/jquery": "3.5.30",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
Expand All @@ -73,6 +72,7 @@
"lerna": "6.6.2",
"mocha": "10.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/context-zone-peer-dep": "^1.8.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.52.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@types/jquery": "3.5.30",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
Expand Down
14 changes: 7 additions & 7 deletions plugins/web/opentelemetry-plugin-react-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@
"access": "public"
},
"devDependencies": {
"@types/react": "17.0.67",
"@types/react-addons-test-utils": "0.14.26",
"@types/react-dom": "18.0.2",
"@types/shimmer": "1.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "5.0.5",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@opentelemetry/api": ">=1.0.0 <1.10.0",
Expand All @@ -64,6 +57,10 @@
"@types/jquery": "3.5.30",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
"@types/react": "17.0.67",
"@types/react-addons-test-utils": "0.14.26",
"@types/react-dom": "18.0.2",
"@types/shimmer": "1.0.3",
"@types/sinon": "17.0.3",
"@types/webpack-env": "1.16.3",
"babel-loader": "8.3.0",
Expand All @@ -81,6 +78,9 @@
"lerna": "6.6.2",
"mocha": "10.2.0",
"nyc": "15.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "5.0.5",
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"ts-mocha": "10.0.0",
Expand Down
6 changes: 3 additions & 3 deletions propagators/opentelemetry-propagator-instana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,15 @@
"@opentelemetry/api": "^1.0.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.0.0",
"assert": "2.0.0",
"process": "0.11.10",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@opentelemetry/api": "^1.0.0",
"@types/jquery": "3.5.30",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
"@types/sinon": "17.0.3",
"@types/webpack-env": "1.16.3",
"assert": "2.0.0",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "6.1.1",
"codecov": "3.8.3",
Expand All @@ -72,6 +71,7 @@
"lerna": "6.6.2",
"mocha": "10.2.0",
"nyc": "15.1.0",
"process": "0.11.10",
"sinon": "15.1.2",
"ts-loader": "9.5.1",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion propagators/opentelemetry-propagator-ot-trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@opentelemetry/api": "^1.0.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.0.0",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@opentelemetry/api": "^1.0.0",
"@types/jquery": "3.5.30",
"@types/mocha": "10.0.6",
"@types/node": "18.6.5",
Expand Down

0 comments on commit 8d5457b

Please sign in to comment.