From efc41c2e488c1c8919000fbc9c45147cbcd11653 Mon Sep 17 00:00:00 2001
From: Tomasz Ducin <tomasz.ducin@gmail.com>
Date: Fri, 11 Nov 2016 18:55:52 +0100
Subject: [PATCH] dependencies bump

---
 package.json | 10 +++++-----
 ts/index.ts  |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json
index 5ded88b8..934df630 100644
--- a/package.json
+++ b/package.json
@@ -43,9 +43,9 @@
   },
   "devDependencies": {
     "browserify": "^13.1.1",
-    "clone": "^2.0.0",
+    "clone": "^2.1.0",
     "codecov": "^1.0.1",
-    "eslint": "^3.9.1",
+    "eslint": "^3.11.1",
     "fs-extra": "^1.0.0",
     "glob": "^7.1.1",
     "istanbul": "^0.4.5",
@@ -53,12 +53,12 @@
     "jayschema": "^0.3.1",
     "lodash.template": "^4.4.0",
     "semver": "^5.3.0",
-    "tslint": "^3.15.1",
+    "tslint": "^4.0.1",
     "tv4": "^1.2.7",
     "typedoc": "^0.5.1",
-    "typescript": "^2.0.6",
+    "typescript": "^2.1.1",
     "uglify-js": "^2.7.4",
-    "z-schema": "^3.18.0"
+    "z-schema": "^3.18.1"
   },
   "keywords": [
     "json",
diff --git a/ts/index.ts b/ts/index.ts
index f3c5e312..74574600 100644
--- a/ts/index.ts
+++ b/ts/index.ts
@@ -17,6 +17,6 @@ jsf.extend = function(name: string, cb: Function) {
   return jsf;
 };
 
-jsf.version = '0.3.6';
+jsf.version = '0.4.0';
 
 export = jsf;
-- 
GitLab