From 6b97b6fad3a0c07f2d07f1b1b1c2268d4eceb5d1 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Sun, 11 Jun 2017 16:42:35 +0000
Subject: [PATCH] #0 config - Upgrade covalente and angular versions to 1.0-b5 and 4.2.0
---
securis/src/main/webapp/jspm.config.js | 78 ++++++++++++++++++++-----
securis/src/main/webapp/package.json | 44 +++++++-------
2 files changed, 84 insertions(+), 38 deletions(-)
diff --git a/securis/src/main/webapp/jspm.config.js b/securis/src/main/webapp/jspm.config.js
index 7fa9c6e..6683bb8 100644
--- a/securis/src/main/webapp/jspm.config.js
+++ b/securis/src/main/webapp/jspm.config.js
@@ -36,8 +36,8 @@
}
},
map: {
- "@angular/animations/browser": "npm:@angular/animations@4.1.3/bundles/animations-browser.umd.min.js",
- "@angular/platform-browser/animations": "npm:@angular/platform-browser@4.1.3/bundles/platform-browser-animations.umd.min.js",
+ "@angular/animations/browser": "npm:@angular/animations@4.2.0/bundles/animations-browser.umd.min.js",
+ "@angular/platform-browser/animations": "npm:@angular/platform-browser@4.2.0/bundles/platform-browser-animations.umd.min.js",
"app": "src/app"
}
});
@@ -47,22 +47,23 @@
"github:*/*.json",
"npm:@angular/*.json",
"npm:@covalent/*.json",
+ "npm:@*/*.json",
"npm:*.json"
],
map: {
- "@angular/animations": "npm:@angular/animations@4.1.3",
- "@angular/common": "npm:@angular/common@4.1.3",
- "@angular/compiler": "npm:@angular/compiler@4.1.3",
- "@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/animations": "npm:@angular/animations@4.2.0",
+ "@angular/common": "npm:@angular/common@4.2.0",
+ "@angular/compiler": "npm:@angular/compiler@4.2.0",
+ "@angular/core": "npm:@angular/core@4.2.0",
+ "@angular/forms": "npm:@angular/forms@4.2.0",
+ "@angular/http": "npm:@angular/http@4.2.0",
"@angular/material": "npm:@angular/material@2.0.0-beta.6",
- "@angular/platform-browser": "npm:@angular/platform-browser@4.1.3",
- "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@4.1.3",
- "@angular/router": "npm:@angular/router@4.1.3",
- "@covalent/core": "npm:@covalent/core@1.0.0-beta.4",
- "@covalent/dynamic-forms": "npm:@covalent/dynamic-forms@1.0.0-beta.4",
- "@covalent/http": "npm:@covalent/http@1.0.0-beta.4",
+ "@angular/platform-browser": "npm:@angular/platform-browser@4.2.0",
+ "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@4.2.0",
+ "@angular/router": "npm:@angular/router@4.2.0",
+ "@covalent/core": "npm:@covalent/core@1.0.0-beta.5",
+ "@covalent/dynamic-forms": "npm:@covalent/dynamic-forms@1.0.0-beta.5",
+ "@covalent/http": "npm:@covalent/http@1.0.0-beta.5",
"angular-in-memory-web-api": "npm:angular-in-memory-web-api@0.3.1",
"angular-safeguard": "npm:angular-safeguard@1.0.1",
"assert": "npm:jspm-nodelibs-assert@0.2.1",
@@ -318,15 +319,60 @@
"process": "npm:process@0.11.9"
}
},
- "npm:@covalent/dynamic-forms@1.0.0-beta.4": {
+ "npm:@covalent/dynamic-forms@1.0.0-beta.5": {
"map": {
- "@covalent/core": "npm:@covalent/core@1.0.0-beta.4"
+ "@covalent/core": "npm:@covalent/core@1.0.0-beta.5"
}
},
"npm:@angular/material@2.0.0-beta.6": {
"map": {
"tslib": "npm:tslib@1.7.1"
}
+ },
+ "npm:@angular/platform-browser-dynamic@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
+ },
+ "npm:@angular/animations@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
+ },
+ "npm:@angular/forms@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
+ },
+ "npm:@angular/common@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
+ },
+ "npm:@angular/compiler@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
+ },
+ "npm:@angular/core@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
+ },
+ "npm:@angular/http@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
+ },
+ "npm:@angular/platform-browser@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
+ },
+ "npm:@angular/router@4.2.0": {
+ "map": {
+ "tslib": "npm:tslib@1.7.1"
+ }
}
}
});
diff --git a/securis/src/main/webapp/package.json b/securis/src/main/webapp/package.json
index 269a3ce..6c1c8b4 100644
--- a/securis/src/main/webapp/package.json
+++ b/securis/src/main/webapp/package.json
@@ -24,19 +24,19 @@
"author": "",
"license": "Commercial",
"dependencies": {
- "@angular/core": "~4.1.3",
- "@angular/animations": "~4.1.3",
- "@angular/common": "^4.1.3",
- "@angular/compiler": "~4.1.3",
- "@angular/forms": "~4.1.3",
- "@angular/http": "~4.1.3",
- "@angular/router": "^4.1.3",
- "@angular/platform-browser": "~4.1.3",
- "@angular/platform-browser-dynamic": "~4.1.3",
- "@angular/material": "^2.0.0-beta.4",
- "@covalent/core": "^1.0.0-beta.4",
- "@covalent/dynamic-forms": "^1.0.0-beta.4",
- "@covalent/http": "^1.0.0-beta.4",
+ "@angular/core": "~4.2.0",
+ "@angular/animations": "~4.2.0",
+ "@angular/common": "^4.2.0",
+ "@angular/compiler": "~4.2.0",
+ "@angular/forms": "~4.2.0",
+ "@angular/http": "~4.2.0",
+ "@angular/router": "^4.2.0",
+ "@angular/platform-browser": "~4.2.0",
+ "@angular/platform-browser-dynamic": "~4.2.0",
+ "@angular/material": "^2.0.0-beta.6",
+ "@covalent/core": "^1.0.0-beta.5",
+ "@covalent/dynamic-forms": "^1.0.0-beta.5",
+ "@covalent/http": "^1.0.0-beta.5",
"angular-in-memory-web-api": "~0.2.4",
"angular-safeguard": "^1.0.1",
"core-js": "^2.4.1",
@@ -72,8 +72,8 @@
"name": "securis",
"main": "src/main.js",
"dependencies": {
- "@angular/animations": "npm:@angular/animations@^4.1.3",
- "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^4.1.3",
+ "@angular/animations": "npm:@angular/animations@^4.2.0",
+ "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^4.2.0",
"@covalent/core": "npm:@covalent/core@^1.0.0-beta.3-1",
"@covalent/dynamic-forms": "npm:@covalent/dynamic-forms@^1.0.0-beta.3-1",
"@covalent/http": "npm:@covalent/http@^1.0.0-beta.3-1",
@@ -93,13 +93,13 @@
"typescript": "npm:typescript@^2.2.2"
},
"peerDependencies": {
- "@angular/common": "npm:@angular/common@^4.0.0",
- "@angular/compiler": "npm:@angular/compiler@^4.1.3",
- "@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/common": "npm:@angular/common@4.2.0",
+ "@angular/compiler": "npm:@angular/compiler@^4.2.0",
+ "@angular/core": "npm:@angular/core@4.2.0",
+ "@angular/forms": "npm:@angular/forms@^4.2.0",
+ "@angular/http": "npm:@angular/http@^4.2.0",
"@angular/material": "npm:@angular/material@^2.0.0-beta.6",
- "@angular/platform-browser": "npm:@angular/platform-browser@4.1.3",
+ "@angular/platform-browser": "npm:@angular/platform-browser@4.2.0",
"@angular/router": "npm:@angular/router@^4.0.0",
"assert": "npm:jspm-nodelibs-assert@^0.2.0",
"buffer": "npm:jspm-nodelibs-buffer@^0.2.0",
@@ -132,7 +132,7 @@
}
}
},
- "npm:typescript@2.2.2": {
+ "npm:typescript@2.3.4": {
"browser": {},
"map": {
"buffer": "@empty",
--
Gitblit v1.3.2