Skip to content

Commit

Permalink
Updated the dependencies of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Sep 4, 2017
1 parent 3380374 commit 48e7287
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"description": "WebDAV Server",
"dependencies": {
"mime-types": "^2.1.15",
"mime-types": "^2.1.17",
"xml-js-builder": "^1.0.1"
},
"devDependencies": {
"@types/mime-types": "^2.1.0",
"@types/node": "^7.0.33",
"@types/node": "^7.0.43",
"@types/request": "0.0.44",
"request": "^2.81.0",
"webdav-fs": "^1.0.0",
"xml-js": "^1.3.2"
"webdav-fs": "^1.5.0",
"xml-js": "^1.4.1"
},
"types": "./lib/index.d.ts"
}

0 comments on commit 48e7287

Please sign in to comment.