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

Commit 2c46265

Browse files
committed
Dependencies: change tilde to caret
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.
1 parent a98231b commit 2c46265

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phantomjs-prebuilt",
3-
"version": "2.1.15",
3+
"version": "2.1.16",
44
"keywords": [
55
"phantomjs",
66
"headless",
@@ -39,15 +39,15 @@
3939
"test": "nodeunit --reporter=minimal test/tests.js && eslint ."
4040
},
4141
"dependencies": {
42-
"es6-promise": "~4.0.3",
43-
"extract-zip": "~1.6.5",
44-
"fs-extra": "~1.0.0",
45-
"hasha": "~2.2.0",
46-
"kew": "~0.7.0",
47-
"progress": "~1.1.8",
48-
"request": "~2.81.0",
49-
"request-progress": "~2.0.1",
50-
"which": "~1.2.10"
42+
"es6-promise": "^4.0.3",
43+
"extract-zip": "^1.6.5",
44+
"fs-extra": "^1.0.0",
45+
"hasha": "^2.2.0",
46+
"kew": "^0.7.0",
47+
"progress": "^1.1.8",
48+
"request": "^2.81.0",
49+
"request-progress": "^2.0.1",
50+
"which": "^1.2.10"
5151
},
5252
"devDependencies": {
5353
"eslint": "2.7.0",

0 commit comments

Comments
 (0)