Skip to content

Commit

Permalink
fix: move @types/cli-progress to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 2, 2023
1 parent 60f1e30 commit 6696ff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"author": "Salesforce",
"bugs": "https://github.com/oclif/core/issues",
"dependencies": {
"@types/cli-progress": "^3.11.0",
"ansi-escapes": "^4.3.2",
"ansi-styles": "^4.3.0",
"cardinal": "^2.1.1",
Expand Down Expand Up @@ -40,15 +39,16 @@
"@oclif/test": "^3.0.1",
"@types/ansi-styles": "^3.2.1",
"@types/benchmark": "^2.1.2",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/chai": "^4.3.4",
"@types/clean-stack": "^2.1.1",
"@types/cli-progress": "^3.11.0",
"@types/ejs": "^3.1.2",
"@types/indent-string": "^4.0.1",
"@types/js-yaml": "^3.12.7",
"@types/mocha": "^10.0.2",
"@types/node": "^18",
"@types/node-notifier": "^8.0.2",
"@types/node": "^18",
"@types/slice-ansi": "^4.0.0",
"@types/strip-ansi": "^5.2.1",
"@types/supports-color": "^8.1.1",
Expand Down

0 comments on commit 6696ff1

Please sign in to comment.