Skip to content

Commit

Permalink
chore: update examples to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jun 30, 2023
1 parent 2dcda40 commit 0e409f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.0",
"@splunk/otel": "2.2.3",
"axios": "^0.21.1",
"express": "^4.17.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.0",
"@splunk/otel": "2.2.3",
"axios": "^0.21.1",
"env-cmd": "^10.1.0",
"express": "^4.17.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/log-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.0",
"@splunk/otel": "2.2.3",
"pino": "^6.13.3"
}
}
2 changes: 1 addition & 1 deletion examples/logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.0"
"@splunk/otel": "2.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.0",
"@splunk/otel": "2.2.3",
"pino": "^6.13.2"
}
}
2 changes: 1 addition & 1 deletion examples/profiling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"@opentelemetry/api": "^1.3.0",
"@splunk/otel": "2.2.0"
"@splunk/otel": "2.2.3"
}
}

0 comments on commit 0e409f0

Please sign in to comment.