Skip to content

Commit

Permalink
Update package.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 14, 2024
1 parent 0c01221 commit d21356c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/clients/js/template/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/semantic-conventions": "^1.25.0",
"@opentelemetry/semantic-conventions": "^1.25.1",
"axios": "^1.7.4",
"tiny-async-pool": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/node": "^22.2.0",
"@types/tiny-async-pool": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"nock": "^13.5.4",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
},
"files": [
"CHANGELOG.md",
Expand Down

0 comments on commit d21356c

Please sign in to comment.