Skip to content

Commit

Permalink
chore: flail (take 3) to attempt to fix dependabot updates for exampl…
Browse files Browse the repository at this point in the history
…es/ dir (#387)

This time we'll remove the relative dep, on the theory that it is
tripping up dependabot. Keeping it this way puts a burden on the
developer that wants to test exapmles with local changes. Perhaps that
is fine for now. Arguably though this is the tail wagging the dog.

Refs: #384 (flail attempt 1)
Refs: #386 (flail attempt 2)
  • Loading branch information
trentm authored Oct 2, 2024
1 parent e7df878 commit 562c294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"private": true,
"version": "0.1.0",
"scripts": {},
"// Would prefer this devDep, but dependabot isn't updating: @elastic/opentelemetry-node": "../packages/opentelemetry-node",
"devDependencies": {
"@elastic/opentelemetry-node": "../packages/opentelemetry-node",
"@elastic/opentelemetry-node": "*",
"bunyan": "^1.8.15",
"express": "^4.19.2"
},
Expand Down

0 comments on commit 562c294

Please sign in to comment.