Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 7cfccb8 commit e1830cd
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 312 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
},
"workspaces": ["packages/*"],
"dependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-typescript": "7.25.7",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@manypkg/cli": "0.21.4",
"@preconstruct/cli": "2.8.8",
"@manypkg/cli": "0.22.0",
"@preconstruct/cli": "2.8.9",
"@types/jest": "29.5.13",
"@types/node": "^20.0.0",
"babel-jest": "29.7.0",
Expand All @@ -52,7 +52,7 @@
"ts-loader": "^9.2.6",
"tsc-files": "1.1.4",
"typedoc": "^0.26.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "^5.53.0",
"webpack-cli": "^5.0.0",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-sdk-apm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": false,
"dependencies": {
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.50.0",
"@opentelemetry/auto-instrumentations-node": "^0.51.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.53.0",
"@opentelemetry/sdk-node": "^0.53.0",
"uuid": "10.0.0"
Expand Down
Loading

0 comments on commit e1830cd

Please sign in to comment.