Skip to content

Commit

Permalink
fix(instrumentation-ioredis): drop @types/ioredis dependency (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Apr 10, 2024
1 parent eaa99f8 commit a172f8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"sinon": "15.2.0",
"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
"typescript": "4.4.4",
"@types/ioredis4": "npm:@types/ioredis@4.28.10"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.50.0",
"@opentelemetry/redis-common": "^0.36.1",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/ioredis4": "npm:@types/ioredis@^4.28.10"
"@opentelemetry/semantic-conventions": "^1.0.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-ioredis#readme"
}

0 comments on commit a172f8a

Please sign in to comment.