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 Dec 17, 2024
1 parent 82397e8 commit 52b5d7a
Show file tree
Hide file tree
Showing 6 changed files with 518 additions and 828 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
20.18.1
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@changesets/cli": "2.27.10",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@manypkg/cli": "0.22.0",
"@manypkg/cli": "0.23.0",
"@preconstruct/cli": "2.8.10",
"@types/jest": "29.5.14",
"@types/node": "^20.0.0",
Expand All @@ -46,14 +46,14 @@
"lint-staged": "13.3.0",
"node-polyfill-webpack-plugin": "^4.0.0",
"path-browserify": "^1.0.1",
"prettier": "3.3.3",
"prettier": "3.4.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-jest": "29.2.5",
"ts-loader": "^9.2.6",
"tsc-files": "1.1.4",
"typedoc": "^0.26.0",
"typescript": "5.6.3",
"typedoc": "^0.27.0",
"typescript": "5.7.2",
"webpack": "^5.53.0",
"webpack-cli": "^5.0.0",
"webpack-node-externals": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-client-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"common-tags": "1.8.2",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"jest": "29.7.0",
"nock": "12.0.3",
"organize-imports-cli": "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"abort-controller": "3.0.0",
"common-tags": "1.8.2",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"jest": "29.7.0",
"nock": "12.0.3",
"organize-imports-cli": "0.10.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.52.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.54.0",
"@opentelemetry/sdk-node": "^0.54.0",
"@opentelemetry/auto-instrumentations-node": "^0.54.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.56.0",
"@opentelemetry/sdk-node": "^0.56.0",
"uuid": "11.0.3"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 52b5d7a

Please sign in to comment.