Skip to content

Commit

Permalink
fix(deps): update all dependencies (#718)
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 Jun 5, 2024
1 parent 5efa81c commit 1cb5da4
Show file tree
Hide file tree
Showing 5 changed files with 987 additions and 480 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ executors:

node_18:
docker:
- image: cimg/node:18.20.2
- image: cimg/node:18.20.3
working_directory: *working_directory

node_20:
docker:
- image: cimg/node:20.13.1
- image: cimg/node:20.14.0
working_directory: *working_directory


Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.14.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"workspaces": ["packages/*"],
"dependencies": {
"@babel/core": "7.24.5",
"@babel/core": "7.24.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@babel/preset-env": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@changesets/cli": "2.27.5",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@manypkg/cli": "0.21.4",
Expand All @@ -44,10 +44,10 @@
"lint-staged": "13.3.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"path-browserify": "^1.0.1",
"prettier": "3.2.5",
"prettier": "3.3.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "29.1.2",
"ts-jest": "29.1.4",
"ts-loader": "^9.2.6",
"tsc-files": "1.1.4",
"typedoc": "^0.25.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-sdk-apm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.46.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.51.0",
"@opentelemetry/sdk-node": "^0.51.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.52.0",
"@opentelemetry/sdk-node": "^0.52.0",
"uuid": "9.0.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 1cb5da4

Please sign in to comment.