@@ -9,8 +9,8 @@ SystemJS.config({
99 } ,
1010 devConfig : {
1111 "map" : {
12- "plugin-typescript" : "github:frankwallis/plugin-typescript@5.1.2 " ,
13- "css" : "github:systemjs/plugin-css@0.1.27 " ,
12+ "plugin-typescript" : "github:frankwallis/plugin-typescript@5.2.7 " ,
13+ "css" : "github:systemjs/plugin-css@0.1.30 " ,
1414 "systemjs-hot-reloader" : "github:capaj/systemjs-hot-reloader@0.6.0" ,
1515 "blue-tape" : "npm:blue-tape@0.2.0"
1616 } ,
@@ -19,7 +19,7 @@ SystemJS.config({
1919 "map" : {
2020 "weakee" : "npm:weakee@1.0.0" ,
2121 "debug" : "npm:debug@2.2.0" ,
22- "socket.io-client" : "github:socketio/socket.io-client@1.4.8 "
22+ "socket.io-client" : "github:socketio/socket.io-client@1.5.0 "
2323 }
2424 } ,
2525 "npm:debug@2.2.0" : {
@@ -29,23 +29,7 @@ SystemJS.config({
2929 } ,
3030 "npm:blue-tape@0.2.0" : {
3131 "map" : {
32- "tape" : "npm:tape@4.6.0"
33- }
34- } ,
35- "npm:tape@4.6.0" : {
36- "map" : {
37- "deep-equal" : "npm:deep-equal@1.0.1" ,
38- "through" : "npm:through@2.3.8" ,
39- "string.prototype.trim" : "npm:string.prototype.trim@1.1.2" ,
40- "resolve" : "npm:resolve@1.1.7" ,
41- "defined" : "npm:defined@1.0.0" ,
42- "inherits" : "npm:inherits@2.0.3" ,
43- "resumer" : "npm:resumer@0.0.0" ,
44- "function-bind" : "npm:function-bind@1.1.0" ,
45- "minimist" : "npm:minimist@1.2.0" ,
46- "object-inspect" : "npm:object-inspect@1.2.1" ,
47- "glob" : "npm:glob@7.0.6" ,
48- "has" : "npm:has@1.0.1"
32+ "tape" : "npm:tape@4.6.2"
4933 }
5034 } ,
5135 "npm:resumer@0.0.0" : {
@@ -60,16 +44,6 @@ SystemJS.config({
6044 "define-properties" : "npm:define-properties@1.1.2"
6145 }
6246 } ,
63- "npm:glob@7.0.6" : {
64- "map" : {
65- "inherits" : "npm:inherits@2.0.3" ,
66- "once" : "npm:once@1.4.0" ,
67- "fs.realpath" : "npm:fs.realpath@1.0.0" ,
68- "path-is-absolute" : "npm:path-is-absolute@1.0.0" ,
69- "minimatch" : "npm:minimatch@3.0.3" ,
70- "inflight" : "npm:inflight@1.0.5"
71- }
72- } ,
7347 "npm:es-abstract@1.6.1" : {
7448 "map" : {
7549 "function-bind" : "npm:function-bind@1.1.0" ,
@@ -118,9 +92,35 @@ SystemJS.config({
11892 "wrappy" : "npm:wrappy@1.0.2"
11993 }
12094 } ,
121- "github:frankwallis/plugin-typescript@5.1.2" : {
95+ "github:frankwallis/plugin-typescript@5.2.7" : {
96+ "map" : {
97+ "typescript" : "npm:typescript@2.0.3"
98+ }
99+ } ,
100+ "npm:tape@4.6.2" : {
122101 "map" : {
123- "typescript" : "npm:typescript@2.0.2"
102+ "inherits" : "npm:inherits@2.0.3" ,
103+ "glob" : "npm:glob@7.1.0" ,
104+ "deep-equal" : "npm:deep-equal@1.0.1" ,
105+ "through" : "npm:through@2.3.8" ,
106+ "function-bind" : "npm:function-bind@1.1.0" ,
107+ "resumer" : "npm:resumer@0.0.0" ,
108+ "minimist" : "npm:minimist@1.2.0" ,
109+ "object-inspect" : "npm:object-inspect@1.2.1" ,
110+ "resolve" : "npm:resolve@1.1.7" ,
111+ "string.prototype.trim" : "npm:string.prototype.trim@1.1.2" ,
112+ "defined" : "npm:defined@1.0.0" ,
113+ "has" : "npm:has@1.0.1"
114+ }
115+ } ,
116+ "npm:glob@7.1.0" : {
117+ "map" : {
118+ "inherits" : "npm:inherits@2.0.3" ,
119+ "minimatch" : "npm:minimatch@3.0.3" ,
120+ "fs.realpath" : "npm:fs.realpath@1.0.0" ,
121+ "once" : "npm:once@1.4.0" ,
122+ "path-is-absolute" : "npm:path-is-absolute@1.0.1" ,
123+ "inflight" : "npm:inflight@1.0.5"
124124 }
125125 }
126126 }
@@ -178,14 +178,14 @@ SystemJS.config({
178178 "os" : "github:jspm/nodelibs-os@0.2.0-alpha" ,
179179 "path" : "github:jspm/nodelibs-path@0.2.0-alpha" ,
180180 "process" : "github:jspm/nodelibs-process@0.2.0-alpha" ,
181- "react" : "npm:react@15.3.1 " ,
182- "react-dom" : "npm:react-dom@15.3.1 " ,
181+ "react" : "npm:react@15.3.2 " ,
182+ "react-dom" : "npm:react-dom@15.3.2 " ,
183183 "react-redux" : "npm:react-redux@4.4.5" ,
184184 "react-router" : "npm:react-router@2.8.1" ,
185- "react-router-redux" : "npm:react-router-redux@4.0.5 " ,
185+ "react-router-redux" : "npm:react-router-redux@4.0.6 " ,
186186 "redux" : "npm:redux@3.6.0" ,
187187 "redux-actions" : "npm:redux-actions@0.11.0" ,
188- "seamless-immutable" : "npm:seamless-immutable@6.1.1 " ,
188+ "seamless-immutable" : "npm:seamless-immutable@6.1.3 " ,
189189 "stream" : "github:jspm/nodelibs-stream@0.2.0-alpha" ,
190190 "string_decoder" : "github:jspm/nodelibs-string_decoder@0.2.0-alpha" ,
191191 "url" : "github:jspm/nodelibs-url@0.2.0-alpha" ,
@@ -208,7 +208,7 @@ SystemJS.config({
208208 "npm:crypto-browserify@3.11.0" : {
209209 "map" : {
210210 "create-hmac" : "npm:create-hmac@1.1.4" ,
211- "pbkdf2" : "npm:pbkdf2@3.0.7 " ,
211+ "pbkdf2" : "npm:pbkdf2@3.0.9 " ,
212212 "browserify-cipher" : "npm:browserify-cipher@1.0.0" ,
213213 "public-encrypt" : "npm:public-encrypt@4.0.0" ,
214214 "create-hash" : "npm:create-hash@1.1.2" ,
@@ -271,9 +271,9 @@ SystemJS.config({
271271 "map" : {
272272 "create-hash" : "npm:create-hash@1.1.2" ,
273273 "evp_bytestokey" : "npm:evp_bytestokey@1.0.0" ,
274- "pbkdf2" : "npm:pbkdf2@3.0.7 " ,
274+ "pbkdf2" : "npm:pbkdf2@3.0.9 " ,
275275 "browserify-aes" : "npm:browserify-aes@1.0.6" ,
276- "asn1.js" : "npm:asn1.js@4.8.0 "
276+ "asn1.js" : "npm:asn1.js@4.8.1 "
277277 }
278278 } ,
279279 "npm:evp_bytestokey@1.0.0" : {
@@ -326,13 +326,6 @@ SystemJS.config({
326326 "brorand" : "npm:brorand@1.0.6"
327327 }
328328 } ,
329- "npm:asn1.js@4.8.0" : {
330- "map" : {
331- "bn.js" : "npm:bn.js@4.11.6" ,
332- "inherits" : "npm:inherits@2.0.3" ,
333- "minimalistic-assert" : "npm:minimalistic-assert@1.0.0"
334- }
335- } ,
336329 "npm:hash.js@1.0.3" : {
337330 "map" : {
338331 "inherits" : "npm:inherits@2.0.3"
@@ -346,8 +339,8 @@ SystemJS.config({
346339 "npm:buffer@4.9.1" : {
347340 "map" : {
348341 "isarray" : "npm:isarray@1.0.0" ,
349- "ieee754" : "npm:ieee754@1.1.6 " ,
350- "base64-js" : "npm:base64-js@1.1.2 "
342+ "ieee754" : "npm:ieee754@1.1.8 " ,
343+ "base64-js" : "npm:base64-js@1.2.0 "
351344 }
352345 } ,
353346 "github:jspm/nodelibs-string_decoder@0.2.0-alpha" : {
@@ -393,37 +386,19 @@ SystemJS.config({
393386 "punycode" : "npm:punycode@1.3.2"
394387 }
395388 } ,
396- "npm:react@15.3.1" : {
397- "map" : {
398- "object-assign" : "npm:object-assign@4.1.0" ,
399- "loose-envify" : "npm:loose-envify@1.2.0" ,
400- "fbjs" : "npm:fbjs@0.8.4"
401- }
402- } ,
403- "npm:fbjs@0.8.4" : {
404- "map" : {
405- "loose-envify" : "npm:loose-envify@1.2.0" ,
406- "object-assign" : "npm:object-assign@4.1.0" ,
407- "core-js" : "npm:core-js@1.2.7" ,
408- "promise" : "npm:promise@7.1.1" ,
409- "ua-parser-js" : "npm:ua-parser-js@0.7.10" ,
410- "immutable" : "npm:immutable@3.8.1" ,
411- "isomorphic-fetch" : "npm:isomorphic-fetch@2.2.1"
412- }
413- } ,
414389 "npm:loose-envify@1.2.0" : {
415390 "map" : {
416391 "js-tokens" : "npm:js-tokens@1.0.3"
417392 }
418393 } ,
419394 "npm:promise@7.1.1" : {
420395 "map" : {
421- "asap" : "npm:asap@2.0.4 "
396+ "asap" : "npm:asap@2.0.5 "
422397 }
423398 } ,
424399 "npm:isomorphic-fetch@2.2.1" : {
425400 "map" : {
426- "node-fetch" : "npm:node-fetch@1.6.1 " ,
401+ "node-fetch" : "npm:node-fetch@1.6.3 " ,
427402 "whatwg-fetch" : "npm:whatwg-fetch@1.0.0"
428403 }
429404 } ,
@@ -451,7 +426,7 @@ SystemJS.config({
451426 "npm:react-redux@4.4.5" : {
452427 "map" : {
453428 "invariant" : "npm:invariant@2.2.1" ,
454- "lodash" : "npm:lodash@4.15.0 " ,
429+ "lodash" : "npm:lodash@4.16.4 " ,
455430 "hoist-non-react-statics" : "npm:hoist-non-react-statics@1.2.0" ,
456431 "loose-envify" : "npm:loose-envify@1.2.0"
457432 }
@@ -463,7 +438,7 @@ SystemJS.config({
463438 } ,
464439 "npm:redux-actions@0.11.0" : {
465440 "map" : {
466- "lodash" : "npm:lodash@4.15.0 " ,
441+ "lodash" : "npm:lodash@4.16.4 " ,
467442 "reduce-reducers" : "npm:reduce-reducers@0.1.2"
468443 }
469444 } ,
@@ -502,9 +477,9 @@ SystemJS.config({
502477 "npm:redux@3.6.0" : {
503478 "map" : {
504479 "loose-envify" : "npm:loose-envify@1.2.0" ,
505- "lodash" : "npm:lodash@4.15.0 " ,
480+ "lodash" : "npm:lodash@4.16.4 " ,
506481 "symbol-observable" : "npm:symbol-observable@1.0.2" ,
507- "lodash-es" : "npm:lodash-es@4.15.0 "
482+ "lodash-es" : "npm:lodash-es@4.16.4 "
508483 }
509484 } ,
510485 "npm:stream-http@2.4.0" : {
@@ -516,28 +491,53 @@ SystemJS.config({
516491 "to-arraybuffer" : "npm:to-arraybuffer@1.0.1"
517492 }
518493 } ,
519- "npm:node-fetch@1.6.1" : {
494+ "npm:cipher-base@1.0.3" : {
495+ "map" : {
496+ "inherits" : "npm:inherits@2.0.3"
497+ }
498+ } ,
499+ "npm:elliptic@6.3.2" : {
500+ "map" : {
501+ "bn.js" : "npm:bn.js@4.11.6" ,
502+ "inherits" : "npm:inherits@2.0.3" ,
503+ "brorand" : "npm:brorand@1.0.6" ,
504+ "hash.js" : "npm:hash.js@1.0.3"
505+ }
506+ } ,
507+ "npm:react@15.3.2" : {
520508 "map" : {
521- "is-stream" : "npm:is-stream@1.1.0" ,
522- "encoding" : "npm:encoding@0.1.12"
509+ "object-assign" : "npm:object-assign@4.1.0" ,
510+ "fbjs" : "npm:fbjs@0.8.5" ,
511+ "loose-envify" : "npm:loose-envify@1.2.0"
523512 }
524513 } ,
525- "npm:pbkdf2@3.0.7" : {
514+ "npm:fbjs@0.8.5" : {
515+ "map" : {
516+ "object-assign" : "npm:object-assign@4.1.0" ,
517+ "loose-envify" : "npm:loose-envify@1.2.0" ,
518+ "isomorphic-fetch" : "npm:isomorphic-fetch@2.2.1" ,
519+ "core-js" : "npm:core-js@1.2.7" ,
520+ "promise" : "npm:promise@7.1.1" ,
521+ "ua-parser-js" : "npm:ua-parser-js@0.7.10" ,
522+ "immutable" : "npm:immutable@3.8.1"
523+ }
524+ } ,
525+ "npm:pbkdf2@3.0.9" : {
526526 "map" : {
527527 "create-hmac" : "npm:create-hmac@1.1.4"
528528 }
529529 } ,
530- "npm:cipher-base @1.0 .3" : {
530+ "npm:node-fetch @1.6 .3" : {
531531 "map" : {
532- "inherits" : "npm:inherits@2.0.3"
532+ "encoding" : "npm:encoding@0.1.12" ,
533+ "is-stream" : "npm:is-stream@1.1.0"
533534 }
534535 } ,
535- "npm:elliptic@6.3.2 " : {
536+ "npm:asn1.js@4.8.1 " : {
536537 "map" : {
537538 "bn.js" : "npm:bn.js@4.11.6" ,
538539 "inherits" : "npm:inherits@2.0.3" ,
539- "brorand" : "npm:brorand@1.0.6" ,
540- "hash.js" : "npm:hash.js@1.0.3"
540+ "minimalistic-assert" : "npm:minimalistic-assert@1.0.0"
541541 }
542542 }
543543 }
0 commit comments