diff --git a/README.md b/README.md index 3109c6d..6855716 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![logo](images/logo-300x.png) # Advanced New File - Visual Studio Code Extension +[![Greenkeeper badge](https://badges.greenkeeper.io/dkundel/vscode-new-file.svg)](https://greenkeeper.io/) + Making the creation of a new file even easier. Specify the name of the file on creation and if you define a path that doesn't exist yet the folders will be created. Before using the extension please make sure to read the [Disclaimer](#Disclaimer). diff --git a/package.json b/package.json index bfe88d1..f0fc3ee 100644 --- a/package.json +++ b/package.json @@ -125,11 +125,11 @@ "@types/expect.js": "^0.3.29", "@types/mocha": "^2.2.41", "@types/mockery": "^1.4.29", - "@types/node": "^7.0.18", - "@types/rimraf": "^0.0.28", + "@types/node": "^8.0.47", + "@types/rimraf": "^2.0.2", "all-contributors-cli": "^4.5.1", - "mocha": "^3.4.1", - "mockery": "^1.4.0", + "mocha": "^4.0.1", + "mockery": "^2.1.0", "prettier": "^1.7.4", "rimraf": "^2.4.4", "tslint": "^5.8.0", @@ -139,11 +139,11 @@ "vscode": "^1.1.0" }, "dependencies": { - "@types/debug": "^0.0.29", - "@types/mkdirp": "^0.3.29", + "@types/debug": "^0.0.30", + "@types/mkdirp": "^0.5.1", "@types/q": "^1.0.0", "braces": "^2.2.2", - "debug": "^2.6.7", + "debug": "^3.1.0", "mkdirp": "^0.5.1", "q": "^1.4.1" }