@@ -9,7 +9,7 @@ SystemJS.config({
99 } ,
1010 devConfig : {
1111 "map" : {
12- "plugin-typescript" : "github:frankwallis/plugin-typescript@5.2.7 " ,
12+ "plugin-typescript" : "github:frankwallis/plugin-typescript@5.2.9 " ,
1313 "css" : "github:systemjs/plugin-css@0.1.32" ,
1414 "systemjs-hot-reloader" : "github:capaj/systemjs-hot-reloader@0.6.0" ,
1515 "blue-tape" : "npm:blue-tape@0.2.0"
@@ -18,15 +18,10 @@ SystemJS.config({
1818 "github:capaj/systemjs-hot-reloader@0.6.0" : {
1919 "map" : {
2020 "weakee" : "npm:weakee@1.0.0" ,
21- "debug" : "npm:debug@2.2.0 " ,
21+ "debug" : "npm:debug@2.3.2 " ,
2222 "socket.io-client" : "github:socketio/socket.io-client@1.5.1"
2323 }
2424 } ,
25- "npm:debug@2.2.0" : {
26- "map" : {
27- "ms" : "npm:ms@0.7.1"
28- }
29- } ,
3025 "npm:blue-tape@0.2.0" : {
3126 "map" : {
3227 "tape" : "npm:tape@4.6.2"
@@ -86,11 +81,6 @@ SystemJS.config({
8681 "wrappy" : "npm:wrappy@1.0.2"
8782 }
8883 } ,
89- "github:frankwallis/plugin-typescript@5.2.7" : {
90- "map" : {
91- "typescript" : "npm:typescript@2.0.6"
92- }
93- } ,
9484 "npm:tape@4.6.2" : {
9585 "map" : {
9686 "inherits" : "npm:inherits@2.0.3" ,
@@ -122,6 +112,16 @@ SystemJS.config({
122112 "once" : "npm:once@1.4.0" ,
123113 "wrappy" : "npm:wrappy@1.0.2"
124114 }
115+ } ,
116+ "npm:debug@2.3.2" : {
117+ "map" : {
118+ "ms" : "npm:ms@0.7.2"
119+ }
120+ } ,
121+ "github:frankwallis/plugin-typescript@5.2.9" : {
122+ "map" : {
123+ "typescript" : "npm:typescript@2.1.1"
124+ }
125125 }
126126 }
127127 } ,
@@ -174,16 +174,16 @@ SystemJS.config({
174174 "fs" : "npm:jspm-nodelibs-fs@0.2.0" ,
175175 "http" : "npm:jspm-nodelibs-http@0.2.0" ,
176176 "https" : "npm:jspm-nodelibs-https@0.2.1" ,
177- "insert-css" : "npm:insert-css@1.0 .0" ,
177+ "insert-css" : "npm:insert-css@1.1 .0" ,
178178 "net" : "npm:jspm-nodelibs-net@0.2.0" ,
179179 "os" : "npm:jspm-nodelibs-os@0.2.0" ,
180180 "path" : "npm:jspm-nodelibs-path@0.2.1" ,
181181 "process" : "npm:jspm-nodelibs-process@0.2.0" ,
182182 "react" : "npm:react@15.3.2" ,
183183 "react-dom" : "npm:react-dom@15.3.2" ,
184- "react-redux" : "npm:react-redux@4.4.5 " ,
184+ "react-redux" : "npm:react-redux@4.4.6 " ,
185185 "react-router" : "npm:react-router@2.8.1" ,
186- "react-router-redux" : "npm:react-router-redux@4.0.6 " ,
186+ "react-router-redux" : "npm:react-router-redux@4.0.7 " ,
187187 "redux" : "npm:redux@3.6.0" ,
188188 "redux-actions" : "npm:redux-actions@0.11.0" ,
189189 "seamless-immutable" : "npm:seamless-immutable@6.3.0" ,
@@ -192,7 +192,7 @@ SystemJS.config({
192192 "url" : "npm:jspm-nodelibs-url@0.2.0" ,
193193 "util" : "npm:jspm-nodelibs-util@0.2.1" ,
194194 "vm" : "npm:jspm-nodelibs-vm@0.2.0" ,
195- "whatwg-fetch" : "npm:whatwg-fetch@1.0 .0" ,
195+ "whatwg-fetch" : "npm:whatwg-fetch@1.1 .0" ,
196196 "zlib" : "npm:jspm-nodelibs-zlib@0.2.0"
197197 } ,
198198 packages : {
@@ -236,7 +236,7 @@ SystemJS.config({
236236 "map" : {
237237 "inherits" : "npm:inherits@2.0.3" ,
238238 "ripemd160" : "npm:ripemd160@1.0.1" ,
239- "sha.js" : "npm:sha.js@2.4.5 " ,
239+ "sha.js" : "npm:sha.js@2.4.8 " ,
240240 "cipher-base" : "npm:cipher-base@1.0.3"
241241 }
242242 } ,
@@ -264,7 +264,7 @@ SystemJS.config({
264264 "evp_bytestokey" : "npm:evp_bytestokey@1.0.0" ,
265265 "pbkdf2" : "npm:pbkdf2@3.0.9" ,
266266 "browserify-aes" : "npm:browserify-aes@1.0.6" ,
267- "asn1.js" : "npm:asn1.js@4.8.1 "
267+ "asn1.js" : "npm:asn1.js@4.9.0 "
268268 }
269269 } ,
270270 "npm:evp_bytestokey@1.0.0" : {
@@ -306,11 +306,6 @@ SystemJS.config({
306306 "buffer-xor" : "npm:buffer-xor@1.0.3"
307307 }
308308 } ,
309- "npm:sha.js@2.4.5" : {
310- "map" : {
311- "inherits" : "npm:inherits@2.0.3"
312- }
313- } ,
314309 "npm:miller-rabin@4.0.0" : {
315310 "map" : {
316311 "bn.js" : "npm:bn.js@4.11.6" ,
@@ -332,18 +327,7 @@ SystemJS.config({
332327 "npm:stream-browserify@2.0.1" : {
333328 "map" : {
334329 "inherits" : "npm:inherits@2.0.3" ,
335- "readable-stream" : "npm:readable-stream@2.1.5"
336- }
337- } ,
338- "npm:readable-stream@2.1.5" : {
339- "map" : {
340- "inherits" : "npm:inherits@2.0.3" ,
341- "isarray" : "npm:isarray@1.0.0" ,
342- "string_decoder" : "npm:string_decoder@0.10.31" ,
343- "buffer-shims" : "npm:buffer-shims@1.0.0" ,
344- "util-deprecate" : "npm:util-deprecate@1.0.2" ,
345- "core-util-is" : "npm:core-util-is@1.0.2" ,
346- "process-nextick-args" : "npm:process-nextick-args@1.0.7"
330+ "readable-stream" : "npm:readable-stream@2.2.2"
347331 }
348332 } ,
349333 "npm:url@0.11.0" : {
@@ -360,7 +344,7 @@ SystemJS.config({
360344 "npm:isomorphic-fetch@2.2.1" : {
361345 "map" : {
362346 "node-fetch" : "npm:node-fetch@1.6.3" ,
363- "whatwg-fetch" : "npm:whatwg-fetch@1.0 .0"
347+ "whatwg-fetch" : "npm:whatwg-fetch@1.1 .0"
364348 }
365349 } ,
366350 "npm:encoding@0.1.12" : {
@@ -370,32 +354,19 @@ SystemJS.config({
370354 } ,
371355 "npm:browserify-zlib@0.1.4" : {
372356 "map" : {
373- "readable-stream" : "npm:readable-stream@2.1.5 " ,
357+ "readable-stream" : "npm:readable-stream@2.2.2 " ,
374358 "pako" : "npm:pako@0.2.9"
375359 }
376360 } ,
377- "npm:react-redux@4.4.5" : {
378- "map" : {
379- "invariant" : "npm:invariant@2.2.1" ,
380- "lodash" : "npm:lodash@4.16.4" ,
381- "hoist-non-react-statics" : "npm:hoist-non-react-statics@1.2.0" ,
382- "loose-envify" : "npm:loose-envify@1.3.0"
383- }
384- } ,
385- "npm:invariant@2.2.1" : {
386- "map" : {
387- "loose-envify" : "npm:loose-envify@1.3.0"
388- }
389- } ,
390361 "npm:redux-actions@0.11.0" : {
391362 "map" : {
392- "lodash" : "npm:lodash@4.16.4 " ,
363+ "lodash" : "npm:lodash@4.17.1 " ,
393364 "reduce-reducers" : "npm:reduce-reducers@0.1.2"
394365 }
395366 } ,
396367 "npm:history@2.1.2" : {
397368 "map" : {
398- "invariant" : "npm:invariant@2.2.1 " ,
369+ "invariant" : "npm:invariant@2.2.2 " ,
399370 "warning" : "npm:warning@2.1.0" ,
400371 "deep-equal" : "npm:deep-equal@1.0.1" ,
401372 "query-string" : "npm:query-string@3.0.3"
@@ -418,7 +389,7 @@ SystemJS.config({
418389 } ,
419390 "npm:react-router@2.8.1" : {
420391 "map" : {
421- "invariant" : "npm:invariant@2.2.1 " ,
392+ "invariant" : "npm:invariant@2.2.2 " ,
422393 "loose-envify" : "npm:loose-envify@1.3.0" ,
423394 "warning" : "npm:warning@3.0.0" ,
424395 "hoist-non-react-statics" : "npm:hoist-non-react-statics@1.2.0" ,
@@ -428,9 +399,9 @@ SystemJS.config({
428399 "npm:redux@3.6.0" : {
429400 "map" : {
430401 "loose-envify" : "npm:loose-envify@1.3.0" ,
431- "lodash" : "npm:lodash@4.16.4 " ,
402+ "lodash" : "npm:lodash@4.17.1 " ,
432403 "symbol-observable" : "npm:symbol-observable@1.0.4" ,
433- "lodash-es" : "npm:lodash-es@4.16.4 "
404+ "lodash-es" : "npm:lodash-es@4.17.1 "
434405 }
435406 } ,
436407 "npm:cipher-base@1.0.3" : {
@@ -449,21 +420,10 @@ SystemJS.config({
449420 "npm:react@15.3.2" : {
450421 "map" : {
451422 "object-assign" : "npm:object-assign@4.1.0" ,
452- "fbjs" : "npm:fbjs@0.8.5 " ,
423+ "fbjs" : "npm:fbjs@0.8.6 " ,
453424 "loose-envify" : "npm:loose-envify@1.3.0"
454425 }
455426 } ,
456- "npm:fbjs@0.8.5" : {
457- "map" : {
458- "object-assign" : "npm:object-assign@4.1.0" ,
459- "loose-envify" : "npm:loose-envify@1.3.0" ,
460- "isomorphic-fetch" : "npm:isomorphic-fetch@2.2.1" ,
461- "core-js" : "npm:core-js@1.2.7" ,
462- "promise" : "npm:promise@7.1.1" ,
463- "ua-parser-js" : "npm:ua-parser-js@0.7.10" ,
464- "immutable" : "npm:immutable@3.8.1"
465- }
466- } ,
467427 "npm:pbkdf2@3.0.9" : {
468428 "map" : {
469429 "create-hmac" : "npm:create-hmac@1.1.4"
@@ -475,13 +435,6 @@ SystemJS.config({
475435 "is-stream" : "npm:is-stream@1.1.0"
476436 }
477437 } ,
478- "npm:asn1.js@4.8.1" : {
479- "map" : {
480- "bn.js" : "npm:bn.js@4.11.6" ,
481- "inherits" : "npm:inherits@2.0.3" ,
482- "minimalistic-assert" : "npm:minimalistic-assert@1.0.0"
483- }
484- } ,
485438 "npm:jspm-nodelibs-domain@0.2.0" : {
486439 "map" : {
487440 "domain-browserify" : "npm:domain-browser@1.1.7"
@@ -499,7 +452,7 @@ SystemJS.config({
499452 } ,
500453 "npm:jspm-nodelibs-http@0.2.0" : {
501454 "map" : {
502- "http-browserify" : "npm:stream-http@2.4.1 "
455+ "http-browserify" : "npm:stream-http@2.5.0 "
503456 }
504457 } ,
505458 "npm:jspm-nodelibs-url@0.2.0" : {
@@ -532,13 +485,59 @@ SystemJS.config({
532485 "js-tokens" : "npm:js-tokens@2.0.0"
533486 }
534487 } ,
535- "npm:stream-http@2.4.1" : {
488+ "npm:react-redux@4.4.6" : {
489+ "map" : {
490+ "hoist-non-react-statics" : "npm:hoist-non-react-statics@1.2.0" ,
491+ "invariant" : "npm:invariant@2.2.2" ,
492+ "lodash" : "npm:lodash@4.17.1" ,
493+ "loose-envify" : "npm:loose-envify@1.3.0"
494+ }
495+ } ,
496+ "npm:invariant@2.2.2" : {
497+ "map" : {
498+ "loose-envify" : "npm:loose-envify@1.3.0"
499+ }
500+ } ,
501+ "npm:fbjs@0.8.6" : {
502+ "map" : {
503+ "loose-envify" : "npm:loose-envify@1.3.0" ,
504+ "object-assign" : "npm:object-assign@4.1.0" ,
505+ "core-js" : "npm:core-js@1.2.7" ,
506+ "promise" : "npm:promise@7.1.1" ,
507+ "ua-parser-js" : "npm:ua-parser-js@0.7.12" ,
508+ "isomorphic-fetch" : "npm:isomorphic-fetch@2.2.1"
509+ }
510+ } ,
511+ "npm:stream-http@2.5.0" : {
536512 "map" : {
537- "xtend" : "npm:xtend@4.0.1" ,
538- "inherits" : "npm:inherits@2.0.3" ,
539- "readable-stream" : "npm:readable-stream@2.1.5" ,
540513 "builtin-status-codes" : "npm:builtin-status-codes@2.0.0" ,
541- "to-arraybuffer" : "npm:to-arraybuffer@1.0.1"
514+ "inherits" : "npm:inherits@2.0.3" ,
515+ "to-arraybuffer" : "npm:to-arraybuffer@1.0.1" ,
516+ "readable-stream" : "npm:readable-stream@2.2.2" ,
517+ "xtend" : "npm:xtend@4.0.1"
518+ }
519+ } ,
520+ "npm:readable-stream@2.2.2" : {
521+ "map" : {
522+ "inherits" : "npm:inherits@2.0.3" ,
523+ "string_decoder" : "npm:string_decoder@0.10.31" ,
524+ "isarray" : "npm:isarray@1.0.0" ,
525+ "buffer-shims" : "npm:buffer-shims@1.0.0" ,
526+ "core-util-is" : "npm:core-util-is@1.0.2" ,
527+ "process-nextick-args" : "npm:process-nextick-args@1.0.7" ,
528+ "util-deprecate" : "npm:util-deprecate@1.0.2"
529+ }
530+ } ,
531+ "npm:sha.js@2.4.8" : {
532+ "map" : {
533+ "inherits" : "npm:inherits@2.0.3"
534+ }
535+ } ,
536+ "npm:asn1.js@4.9.0" : {
537+ "map" : {
538+ "bn.js" : "npm:bn.js@4.11.6" ,
539+ "inherits" : "npm:inherits@2.0.3" ,
540+ "minimalistic-assert" : "npm:minimalistic-assert@1.0.0"
542541 }
543542 }
544543 }
0 commit comments