rsanchez
2017-06-11 6b97b6fad3a0c07f2d07f1b1b1c2268d4eceb5d1
securis/src/main/webapp/jspm.config.js
....@@ -36,8 +36,8 @@
3636 }
3737 },
3838 map: {
39
- "@angular/animations/browser": "npm:@angular/animations@4.1.3/bundles/animations-browser.umd.min.js",
40
- "@angular/platform-browser/animations": "npm:@angular/platform-browser@4.1.3/bundles/platform-browser-animations.umd.min.js",
39
+ "@angular/animations/browser": "npm:@angular/animations@4.2.0/bundles/animations-browser.umd.min.js",
40
+ "@angular/platform-browser/animations": "npm:@angular/platform-browser@4.2.0/bundles/platform-browser-animations.umd.min.js",
4141 "app": "src/app"
4242 }
4343 });
....@@ -47,22 +47,23 @@
4747 "github:*/*.json",
4848 "npm:@angular/*.json",
4949 "npm:@covalent/*.json",
50
+ "npm:@*/*.json",
5051 "npm:*.json"
5152 ],
5253 map: {
53
- "@angular/animations": "npm:@angular/animations@4.1.3",
54
- "@angular/common": "npm:@angular/common@4.1.3",
55
- "@angular/compiler": "npm:@angular/compiler@4.1.3",
56
- "@angular/core": "npm:@angular/core@4.1.3",
57
- "@angular/forms": "npm:@angular/forms@4.1.3",
58
- "@angular/http": "npm:@angular/http@4.1.3",
54
+ "@angular/animations": "npm:@angular/animations@4.2.0",
55
+ "@angular/common": "npm:@angular/common@4.2.0",
56
+ "@angular/compiler": "npm:@angular/compiler@4.2.0",
57
+ "@angular/core": "npm:@angular/core@4.2.0",
58
+ "@angular/forms": "npm:@angular/forms@4.2.0",
59
+ "@angular/http": "npm:@angular/http@4.2.0",
5960 "@angular/material": "npm:@angular/material@2.0.0-beta.6",
60
- "@angular/platform-browser": "npm:@angular/platform-browser@4.1.3",
61
- "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@4.1.3",
62
- "@angular/router": "npm:@angular/router@4.1.3",
63
- "@covalent/core": "npm:@covalent/core@1.0.0-beta.4",
64
- "@covalent/dynamic-forms": "npm:@covalent/dynamic-forms@1.0.0-beta.4",
65
- "@covalent/http": "npm:@covalent/http@1.0.0-beta.4",
61
+ "@angular/platform-browser": "npm:@angular/platform-browser@4.2.0",
62
+ "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@4.2.0",
63
+ "@angular/router": "npm:@angular/router@4.2.0",
64
+ "@covalent/core": "npm:@covalent/core@1.0.0-beta.5",
65
+ "@covalent/dynamic-forms": "npm:@covalent/dynamic-forms@1.0.0-beta.5",
66
+ "@covalent/http": "npm:@covalent/http@1.0.0-beta.5",
6667 "angular-in-memory-web-api": "npm:angular-in-memory-web-api@0.3.1",
6768 "angular-safeguard": "npm:angular-safeguard@1.0.1",
6869 "assert": "npm:jspm-nodelibs-assert@0.2.1",
....@@ -318,15 +319,60 @@
318319 "process": "npm:process@0.11.9"
319320 }
320321 },
321
- "npm:@covalent/dynamic-forms@1.0.0-beta.4": {
322
+ "npm:@covalent/dynamic-forms@1.0.0-beta.5": {
322323 "map": {
323
- "@covalent/core": "npm:@covalent/core@1.0.0-beta.4"
324
+ "@covalent/core": "npm:@covalent/core@1.0.0-beta.5"
324325 }
325326 },
326327 "npm:@angular/material@2.0.0-beta.6": {
327328 "map": {
328329 "tslib": "npm:tslib@1.7.1"
329330 }
331
+ },
332
+ "npm:@angular/platform-browser-dynamic@4.2.0": {
333
+ "map": {
334
+ "tslib": "npm:tslib@1.7.1"
335
+ }
336
+ },
337
+ "npm:@angular/animations@4.2.0": {
338
+ "map": {
339
+ "tslib": "npm:tslib@1.7.1"
340
+ }
341
+ },
342
+ "npm:@angular/forms@4.2.0": {
343
+ "map": {
344
+ "tslib": "npm:tslib@1.7.1"
345
+ }
346
+ },
347
+ "npm:@angular/common@4.2.0": {
348
+ "map": {
349
+ "tslib": "npm:tslib@1.7.1"
350
+ }
351
+ },
352
+ "npm:@angular/compiler@4.2.0": {
353
+ "map": {
354
+ "tslib": "npm:tslib@1.7.1"
355
+ }
356
+ },
357
+ "npm:@angular/core@4.2.0": {
358
+ "map": {
359
+ "tslib": "npm:tslib@1.7.1"
360
+ }
361
+ },
362
+ "npm:@angular/http@4.2.0": {
363
+ "map": {
364
+ "tslib": "npm:tslib@1.7.1"
365
+ }
366
+ },
367
+ "npm:@angular/platform-browser@4.2.0": {
368
+ "map": {
369
+ "tslib": "npm:tslib@1.7.1"
370
+ }
371
+ },
372
+ "npm:@angular/router@4.2.0": {
373
+ "map": {
374
+ "tslib": "npm:tslib@1.7.1"
375
+ }
330376 }
331377 }
332378 });