Skip to content

Commit

Permalink
chore(deps-dev): remove now-unnecessary @types/pretty-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 18, 2019
1 parent 948b080 commit a341e44
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -111,7 +111,6 @@
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.2",
"@types/node-fetch": "^2.3.7",
"@types/pretty-ms": "^4.0.0",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^6.0.1",
"@types/sinon": "^7.0.13",
Expand Down
3 changes: 1 addition & 2 deletions packages/utils/async-ora/package.json
Expand Up @@ -8,7 +8,6 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"devDependencies": {
"@types/pretty-ms": "^4.0.0",
"chai": "4.2.0",
"mocha": "^6.1.4",
"proxyquire": "^2.0.1",
Expand All @@ -24,4 +23,4 @@
"engines": {
"node": ">= 8.0"
}
}
}
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -1106,11 +1106,6 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.6.tgz#831587377c35bb28fa33b6fe5f849a26a3f4a412"
integrity sha512-SMgj3x28MkJyHdWaMv/g/ca3LYDi5gR7O8mX0VKazvFOnmlDXctSEdd/8jfSqozjKFK1R9If1QZWkafX7yQTpA==

"@types/pretty-ms@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/pretty-ms/-/pretty-ms-4.0.0.tgz#5e5177b9e447fbc8446e6fd2b09aea045971f11d"
integrity sha512-l5aIszYIm3s4jIL4wLDwajEml1w3E4zqGDDUgvnroX1ux6YAxsCrgRHLUafgrHFGTHlx7TpwiwSwcHV8IBvccw==

"@types/proxyquire@^1.3.28":
version "1.3.28"
resolved "https://registry.yarnpkg.com/@types/proxyquire/-/proxyquire-1.3.28.tgz#05a647bb0d8fe48fc8edcc193e43cc79310faa7d"
Expand Down

0 comments on commit a341e44

Please sign in to comment.