From 462010a16b6724f4be2720ec1e3003b213a0fe1b Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Sun, 11 Jun 2017 16:12:59 +0000
Subject: [PATCH] #0 fix - Fixed some versions

---
 securis/src/main/webapp/jspm.config.js |    4 ++--
 securis/src/main/webapp/package.json   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/securis/src/main/webapp/jspm.config.js b/securis/src/main/webapp/jspm.config.js
index 49812b6..7fa9c6e 100644
--- a/securis/src/main/webapp/jspm.config.js
+++ b/securis/src/main/webapp/jspm.config.js
@@ -8,7 +8,7 @@
   devConfig: {
     "map": {
       "plugin-typescript": "github:frankwallis/plugin-typescript@7.0.6",
-      "typescript": "npm:typescript@2.2.2",
+      "typescript": "npm:typescript@2.3.4",
       "child_process": "npm:jspm-nodelibs-child_process@0.2.1",
       "module": "npm:jspm-nodelibs-module@0.2.1",
       "net": "npm:jspm-nodelibs-net@0.2.1"
@@ -19,7 +19,7 @@
           "source-map": "npm:source-map@0.5.6"
         }
       },
-      "npm:typescript@2.2.2": {
+      "npm:typescript@2.3.4": {
         "map": {
           "source-map-support": "npm:source-map-support@0.4.14"
         }
diff --git a/securis/src/main/webapp/package.json b/securis/src/main/webapp/package.json
index b2e8f02..269a3ce 100644
--- a/securis/src/main/webapp/package.json
+++ b/securis/src/main/webapp/package.json
@@ -98,7 +98,7 @@
       "@angular/core": "npm:@angular/core@4.1.3",
       "@angular/forms": "npm:@angular/forms@^4.1.3",
       "@angular/http": "npm:@angular/http@^4.1.3",
-      "@angular/material": "npm:@angular/material@^2.0.0-beta.3",
+      "@angular/material": "npm:@angular/material@^2.0.0-beta.6",
       "@angular/platform-browser": "npm:@angular/platform-browser@4.1.3",
       "@angular/router": "npm:@angular/router@^4.0.0",
       "assert": "npm:jspm-nodelibs-assert@^0.2.0",

--
Gitblit v1.3.2