Skip to content

Commit 457921f

Browse files
committed
v1.7.0
1 parent 7298eae commit 457921f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios-mock-adapter",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Axios adapter that allows to easily mock requests",
55
"main": "src/index.js",
66
"scripts": {
@@ -38,12 +38,12 @@
3838
"axios": ">= 0.9.0"
3939
},
4040
"devDependencies": {
41-
"axios": "^0.14.0",
41+
"axios": "^0.15.0",
4242
"chai": "^3.5.0",
4343
"cross-env": "^3.0.0",
4444
"eslint": "^3.7.1",
4545
"istanbul": "^0.4.5",
46-
"mocha": "^3.0.2",
46+
"mocha": "^3.1.2",
4747
"rimraf": "^2.5.2",
4848
"webpack": "^1.13.2"
4949
},

0 commit comments

Comments
 (0)