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

update dependencies #176

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,26 @@
"ES2016"
],
"dependencies": {
"babel-runtime": "5.6.20",
"bluebird": "^2.9.33",
"babel-runtime": "^5.8.29",
Copy link
Member

Choose a reason for hiding this comment

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

The babel-runtime version is automatically bumped by the preversion script (which invokes the update-babel script). The reasoning for this is explained here: JSRocksHQ/slush-es20xx#30

Copy link
Member

Choose a reason for hiding this comment

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

In other words, better not touch the babel-runtime version here as it will be overwritten before we release a new version of Harmonic anyway.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it 👍

"bluebird": "^3.0.1",
"browser-sync": "^2.7.13",
"chokidar": "^1.0.3",
"cli-color": "^1.0.0",
"co": "^3.1.0",
"co": "^4.6.0",
Copy link
Member

Choose a reason for hiding this comment

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

Didn't this change break the config method in the past? I believe the best course of action would be to completely remove co, but for that we have to replace co-prompt with another prompt library (e.g. Inquirer).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, you're right.
#178

"co-prompt": "^1.0.0",
"commander": "^2.8.1",
"dedent": "^0.4.0",
"less": "^2.5.1",
"marked-metadata": "0.0.6",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"npm": "^2.13.0",
"nunjucks": "^1.3.4",
"npm": "^3.3.9",
"nunjucks": "^2.1.0",
"open": "0.0.5",
"permalinks": "^0.3.1",
"pretty-ms": "^1.4.0",
"pretty-ms": "^2.1.0",
"rimraf": "^2.4.1",
"stylus": "^0.51.1"
"stylus": "^0.52.4"
},
"devDependencies": {
"babel-eslint": "^3.1.23",
Expand Down