Skip to content

Commit

Permalink
updated dev deps and dd-trace to latest (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmg3 authored Mar 15, 2024
1 parent 99ecddf commit 829c27d
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 330 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"homepage": "https://github.com/gamechanger/datadog-apm#readme",
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/koa": "2.13.9",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "8.51.0",
"@types/koa": "2.15.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jest": "^29.5.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"typescript": "^5.1.3"
},
"dependencies": {
"dd-trace": "5.5.0"
"dd-trace": "5.6.0"
}
}
Loading

0 comments on commit 829c27d

Please sign in to comment.