Skip to content

Commit adcaea7

Browse files
authored
Updated dropped dependencies, allowing npm install to function.
1 parent a149f09 commit adcaea7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"babel-plugin-istanbul": "^4.1.5",
4040
"babel-preset-env": "^1.6.1",
4141
"babel-register": "^6.16.3",
42-
"chai": "^3.5.0",
42+
"chai": "^4.2.0",
4343
"chai-as-promised": "^7.1.1",
44-
"chai-iterator": "^1.1.1",
45-
"chai-string": "^1.3.0",
44+
"chai-iterator": "^3.0.2",
45+
"chai-string": "^1.5.0",
4646
"codecov": "^3.0.0",
4747
"cross-env": "^5.1.3",
4848
"form-data": "^2.3.1",
@@ -60,10 +60,10 @@
6060
},
6161
"dependencies": {
6262
"web-streams-polyfill": "^2.1.1",
63-
"busboy": "^0.3.0",
64-
"formdata-node": "^1.5.1"
63+
"busboy": "^0.3.1",
64+
"formdata-node": "^2.4.0"
6565
},
6666
"peerDependencies": {
67-
"form-data": ">= 2.1.0"
67+
"form-data": ">=3.0.0"
6868
}
6969
}

0 commit comments

Comments
 (0)