Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade cli dependencies #5684

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 32 additions & 33 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,66 +30,65 @@
"@cypress/xvfb": "1.2.4",
"@types/sizzle": "2.3.2",
"arch": "2.1.1",
"bluebird": "3.5.0",
"cachedir": "1.3.0",
"chalk": "2.4.2",
"bluebird": "3.7.1",
"cachedir": "2.2.0",
"chalk": "3.0.0",
"check-more-types": "2.24.0",
"commander": "2.15.1",
"commander": "4.0.1",
"common-tags": "1.8.0",
"debug": "3.2.6",
"execa": "0.10.0",
"debug": "4.1.1",
"execa": "3.3.0",
"executable": "4.1.1",
"extract-zip": "1.6.7",
"fs-extra": "5.0.0",
"fs-extra": "8.1.0",
"getos": "3.1.1",
"is-ci": "1.2.1",
"is-installed-globally": "0.1.0",
"is-ci": "2.0.0",
"is-installed-globally": "0.3.1",
"lazy-ass": "1.6.0",
"listr": "0.12.0",
"listr": "0.14.3",
"lodash": "4.17.15",
"log-symbols": "2.2.0",
"log-symbols": "3.0.0",
"minimist": "1.2.0",
"moment": "2.24.0",
"ramda": "0.24.1",
"ramda": "0.26.1",
"request": "2.88.0",
"request-progress": "3.0.0",
"supports-color": "5.5.0",
"supports-color": "7.1.0",
"tmp": "0.1.0",
"untildify": "3.0.3",
"untildify": "4.0.0",
"url": "0.11.0",
"yauzl": "2.10.0"
},
"devDependencies": {
"@cypress/sinon-chai": "1.1.0",
"@types/blob-util": "1.3.3",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@types/blob-util is deprecated, since blob-util now bundles its own type definitions.

"@types/bluebird": "3.5.18",
"@types/chai": "4.0.8",
"@types/chai-jquery": "1.1.38",
"@cypress/sinon-chai": "2.9.0",
"@types/bluebird": "3.5.29",
"@types/chai": "4.2.5",
"@types/chai-jquery": "1.1.40",
"@types/jquery": "3.3.31",
"@types/lodash": "4.14.122",
"@types/lodash": "4.14.146",
"@types/minimatch": "3.0.3",
"@types/mocha": "5.2.7",
"@types/sinon": "7.0.0",
"@types/sinon-chai": "3.2.2",
"@types/sinon": "7.5.0",
"@types/sinon-chai": "3.2.3",
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"bin-up": "1.2.2",
"chai": "3.5.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-string": "1.4.0",
"dependency-check": "3.4.1",
"dtslint": "0.9.0",
"chai-string": "1.5.0",
"dependency-check": "4.1.0",
"dtslint": "2.0.2",
"execa-wrap": "1.4.0",
"hasha": "5.0.0",
"mock-fs": "4.9.0",
"mocked-env": "1.2.4",
"nock": "9.6.1",
"proxyquire": "2.1.0",
"hasha": "5.1.0",
"mock-fs": "4.10.3",
"mocked-env": "1.3.2",
"nock": "11.7.0",
"proxyquire": "2.1.3",
"shelljs": "0.8.3",
"sinon": "7.2.2",
"sinon": "7.5.0",
"snap-shot-it": "7.9.0",
"spawn-mock": "1.0.0",
"strip-ansi": "4.0.0"
"strip-ansi": "6.0.0"
},
"files": [
"bin",
Expand Down
1 change: 0 additions & 1 deletion cli/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* definition files that we will need to include with our NPM package.
*/
const includeTypes = [
'blob-util',
'bluebird',
'lodash',
'mocha',
Expand Down