Skip to content

Commit

Permalink
Upgraded some dependencies
Browse files Browse the repository at this point in the history
Added .nvmrc
  • Loading branch information
odielleongc committed Oct 4, 2023
1 parent 09c8611 commit a2057ea
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 137 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.17.1
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"homepage": "https://github.com/gamechanger/datadog-apm#readme",
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/koa": "^2.13.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@types/koa": "2.13.9",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.5.0",
"prettier": "2.8.8",
"ts-jest": "^29.1.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typescript": "^5.1.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit a2057ea

Please sign in to comment.