Skip to content

Commit

Permalink
chore: Update various testing infrastructure bits (#118)
Browse files Browse the repository at this point in the history
* Update various testing infrastructure bits

* bump sinon and a few minor things
  • Loading branch information
eablack committed May 8, 2024
1 parent f5fc8cd commit a440139
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 525 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@heroku-cli/color": "^1.1.14",
"@oclif/core": "^2.8.11",
"cli-ux": "^6.0.9",
"debug": "^4.1.1",
"debug": "^4.3.4",
"fs-extra": "^7.0.1",
"heroku-client": "^3.1.0",
"http-call": "^5.2.4",
Expand All @@ -21,22 +21,22 @@
"@heroku-cli/tslint": "^1.1.4",
"@oclif/tslint": "^3.1.1",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.5",
"@types/mocha": "^5.2.6",
"@types/chai": "^4.3.16",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^10.0.6",
"@types/nock": "^9.3.1",
"@types/node": "^18.11.9",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^9.0.5",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^10.0.13",
"@types/supports-color": "^5.3.0",
"@types/uuid": "^8.3.0",
"chai": "^4.2.0",
"fancy-test": "^1.4.3",
"mocha": "^6.1.4",
"chai": "^4.4.1",
"fancy-test": "^2.0.42",
"mocha": "^9.2.2",
"nock": "^10.0.6",
"proxyquire": "^2.1.0",
"sinon": "^9.0.3",
"ts-node": "^8.1.0",
"proxyquire": "^2.1.3",
"sinon": "^14.0.2",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.8.4"
},
Expand Down
Loading

0 comments on commit a440139

Please sign in to comment.