rsanchez
2017-06-11 462010a16b6724f4be2720ec1e3003b213a0fe1b
#0 fix - Fixed some versions
2 files modified
changed files
securis/src/main/webapp/jspm.config.js patch | view | blame | history
securis/src/main/webapp/package.json patch | view | blame | history
securis/src/main/webapp/jspm.config.js
....@@ -8,7 +8,7 @@
88 devConfig: {
99 "map": {
1010 "plugin-typescript": "github:frankwallis/plugin-typescript@7.0.6",
11
- "typescript": "npm:typescript@2.2.2",
11
+ "typescript": "npm:typescript@2.3.4",
1212 "child_process": "npm:jspm-nodelibs-child_process@0.2.1",
1313 "module": "npm:jspm-nodelibs-module@0.2.1",
1414 "net": "npm:jspm-nodelibs-net@0.2.1"
....@@ -19,7 +19,7 @@
1919 "source-map": "npm:source-map@0.5.6"
2020 }
2121 },
22
- "npm:typescript@2.2.2": {
22
+ "npm:typescript@2.3.4": {
2323 "map": {
2424 "source-map-support": "npm:source-map-support@0.4.14"
2525 }
securis/src/main/webapp/package.json
....@@ -98,7 +98,7 @@
9898 "@angular/core": "npm:@angular/core@4.1.3",
9999 "@angular/forms": "npm:@angular/forms@^4.1.3",
100100 "@angular/http": "npm:@angular/http@^4.1.3",
101
- "@angular/material": "npm:@angular/material@^2.0.0-beta.3",
101
+ "@angular/material": "npm:@angular/material@^2.0.0-beta.6",
102102 "@angular/platform-browser": "npm:@angular/platform-browser@4.1.3",
103103 "@angular/router": "npm:@angular/router@^4.0.0",
104104 "assert": "npm:jspm-nodelibs-assert@^0.2.0",