From b1aad7a3c1ac70987170eb0a371115adde7174fb Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Sep 2019 17:00:30 +0400 Subject: Updated dependencies list Signed-off-by: Valentin Popov --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 749c779..e4451e5 100644 --- a/package.json +++ b/package.json @@ -31,18 +31,19 @@ "example:build": "yarn run build && yarn run build:application", "example:run": "cd ./example/application && yarn run start", "lint": "tslint --format codeFrame --project ./", - "lint:fix": "yarn run lint --fix" + "lint:fix": "yarn run lint --fix", + "test": "echo \"Error: no test specified\" && exit 0" }, "devDependencies": { - "@types/node": "^12.7.2", - "electron": "^6.0.3", + "@types/node": "^12.7.3", + "electron": "^6.0.7", "spectron": "^8.0.0", "tslint": "^5.19.0", "tslint-config-airbnb": "^5.11.1", "tslint-consistent-codestyle": "^1.15.1", "tslint-eslint-rules": "^5.4.0", "tslint-microsoft-contrib": "^6.2.0", - "typescript": "^3.5.3" + "typescript": "^3.6.2" }, "dependencies": { "chokidar": "^3.0.2" -- cgit v1.2.3