Skip to content

Commit

Permalink
Update some dependencies, downgrade mocha (#169)
Browse files Browse the repository at this point in the history
* Update some dependencies, downgrade mocha

* Bump version of heroku-cli-command
  • Loading branch information
eablack authored Aug 22, 2024
1 parent b0fab8d commit 1b00e39
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 136 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
]
},
"dependencies": {
"@heroku-cli/color": "2.0.1",
"@heroku-cli/command": "^11.0.0",
"@heroku-cli/color": "2.0.3",
"@heroku-cli/command": "^11.3.1",
"@heroku-cli/schema": "^1.0.25",
"@oclif/core": "^2.16.0",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "2.4.7",
"http-call": "^5.3.0",
"ignore": "~ 5.3.1",
"strftime": "0.10.0",
"tar": "~6.2.1",
"tsheredoc": "^1.0.1"
},
"devDependencies": {
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "2.4.7",
"@oclif/test": "^2.3.28",
"@types/mocha": "^10",
"@types/nock": "^10.0.3",
Expand All @@ -53,10 +53,10 @@
"@types/tar": "^6.1.13",
"@types/tmp": "^0.2.6",
"chai": "^4",
"eslint": "^7",
"eslint": "^7.32.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"mocha": "^10",
"mocha": "9.2.2",
"mocha-junit-reporter": "2.2.1",
"mockdate": "3.0.5",
"nock": "^13",
Expand Down
Loading

0 comments on commit 1b00e39

Please sign in to comment.