Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Dependencies: change tilde to caret
Browse files Browse the repository at this point in the history
Most immediately, this will fix #745

and will obviate the need for constant fixes like

#742
#679
#732
#698
#653

Particularly, this will be helpful from a maintenance perspective, as these dependencies will likely have multiple security patches in the future.

This change will also allow `npm` / `yarn` to better dedupe dependencies.
  • Loading branch information
avindra committed Oct 31, 2017
1 parent a98231b commit 2c46265
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "phantomjs-prebuilt",
"version": "2.1.15",
"version": "2.1.16",
"keywords": [
"phantomjs",
"headless",
Expand Down Expand Up @@ -39,15 +39,15 @@
"test": "nodeunit --reporter=minimal test/tests.js && eslint ."
},
"dependencies": {
"es6-promise": "~4.0.3",
"extract-zip": "~1.6.5",
"fs-extra": "~1.0.0",
"hasha": "~2.2.0",
"kew": "~0.7.0",
"progress": "~1.1.8",
"request": "~2.81.0",
"request-progress": "~2.0.1",
"which": "~1.2.10"
"es6-promise": "^4.0.3",
"extract-zip": "^1.6.5",
"fs-extra": "^1.0.0",
"hasha": "^2.2.0",
"kew": "^0.7.0",
"progress": "^1.1.8",
"request": "^2.81.0",
"request-progress": "^2.0.1",
"which": "^1.2.10"
},
"devDependencies": {
"eslint": "2.7.0",
Expand Down

0 comments on commit 2c46265

Please sign in to comment.