Skip to content

Commit 8835fce

Browse files
author
lyubomir atanasov
committed
fix the previosuly overwritten PR #32
1 parent f53b733 commit 8835fce

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"test": "test"
88
},
99
"dependencies": {
10-
"bluebird": "^3.3.5",
11-
"json-bigint": "^0.2.0",
12-
"qs": "^4.0.0",
13-
"superagent": "^2.0.0",
14-
"superagent-proxy": "^1.0.1"
10+
"bluebird": "^3.5.0",
11+
"json-bigint": "^0.2.3",
12+
"qs": "^6.5.0",
13+
"superagent": "^3.5.2",
14+
"superagent-proxy": "^1.0.2"
1515
},
1616
"devDependencies": {
17-
"chai": "^3.2.0",
18-
"mocha": "^2.4.5",
19-
"nock": "^8.1.0",
20-
"to-iso-string": "0.0.2",
21-
"eslint": "^3.19.0"
17+
"chai": "^4.1.0",
18+
"mocha": "^3.4.2",
19+
"nock": "^9.0.14",
20+
"@segment/to-iso-string": "^1.0.1",
21+
"eslint": "^4.2.0"
2222
},
2323
"scripts": {
2424
"test": "mocha"
@@ -44,4 +44,4 @@
4444
"url": "https://github.com/mailjet/mailjet-apiv3-nodejs/issues"
4545
},
4646
"homepage": "https://github.com/mailjet/mailjet-apiv3-nodejs#readme"
47-
}
47+
}

0 commit comments

Comments
 (0)