Skip to content

Commit

Permalink
fix(deps): update all dependencies (#747)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 5e32a8c commit f3524ed
Show file tree
Hide file tree
Showing 4 changed files with 1,548 additions and 1,758 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.17.0
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
},
"workspaces": ["packages/*"],
"dependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.25.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.24.7",
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@changesets/cli": "2.27.8",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@manypkg/cli": "0.21.4",
"@preconstruct/cli": "2.8.4",
"@types/jest": "29.5.12",
"@preconstruct/cli": "2.8.7",
"@types/jest": "29.5.13",
"@types/node": "^20.0.0",
"babel-jest": "29.7.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"codecov": "^3.2.5",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"husky": "^8.0.0",
"ignore-loader": "^0.1.2",
"jest": "29.7.0",
Expand All @@ -45,14 +45,14 @@
"lint-staged": "13.3.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"path-browserify": "^1.0.1",
"prettier": "3.3.2",
"prettier": "3.3.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.5",
"ts-loader": "^9.2.6",
"tsc-files": "1.1.4",
"typedoc": "^0.25.13",
"typescript": "5.4.5",
"typedoc": "^0.26.0",
"typescript": "5.6.2",
"webpack": "^5.53.0",
"webpack-cli": "^5.0.0",
"webpack-node-externals": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/ts-sdk-apm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"private": false,
"dependencies": {
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.47.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.52.0",
"@opentelemetry/sdk-node": "^0.52.0",
"@opentelemetry/auto-instrumentations-node": "^0.50.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.53.0",
"@opentelemetry/sdk-node": "^0.53.0",
"uuid": "10.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit f3524ed

Please sign in to comment.