-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Electron upgrade to 1.6.11 #286
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty much only shrinkwrap problems to fix...
examples/browser/npm-shrinkwrap.json
Outdated
"from": "xterm@>=2.6.0 <3.0.0", | ||
"resolved": "https://registry.npmjs.org/xterm/-/xterm-2.7.0.tgz" | ||
"resolved": "https://registry.npmjs.org/xterm/-/xterm-2.8.1.tgz" | ||
}, | ||
"y18n": { | ||
"version": "3.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Electron is not the only change in the shrinkwrap here... it is not good.
Strange thing it looks like the changes from the previous commit are in this one also ?
"from": "xterm@>=2.6.0 <3.0.0", | ||
"resolved": "https://registry.npmjs.org/xterm/-/xterm-2.7.0.tgz" | ||
"resolved": "https://registry.npmjs.org/xterm/-/xterm-2.8.1.tgz" | ||
}, | ||
"y18n": { | ||
"version": "3.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same problem here about the shrinkwrap change
"from": "@types/node@>=7.0.18 <8.0.0", | ||
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.34.tgz" | ||
} | ||
} | ||
}, | ||
"electron-download": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is OK, the others should look like it
package.json
Outdated
@@ -35,7 +34,7 @@ | |||
"body-parser": "^1.17.2", | |||
"bunyan": "^1.8.10", | |||
"chokidar": "^1.6.1", | |||
"electron": "1.6.8", | |||
"electron": "1.6.11", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "^1.6.11"
Note also the 1st commit is there to better help you make a good shrinkwrap commit with only your changes... You just remove it from the PR once this is ok |
The shrinkwrap is still wrong and you still have the 2 commits in your pr... |
ff9cdd0
to
190377b
Compare
Signed-off-by: Guy Perron <guy.perron@ericsson.com>
No description provided.