Skip to content

Commit d669592

Browse files
committed
updated jspm packages
1 parent 0b275dd commit d669592

File tree

2 files changed

+47
-45
lines changed

2 files changed

+47
-45
lines changed

jspm.config.js

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SystemJS.config({
1010
devConfig: {
1111
"map": {
1212
"plugin-typescript": "github:frankwallis/plugin-typescript@5.2.7",
13-
"css": "github:systemjs/plugin-css@0.1.30",
13+
"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"
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.5.0"
22+
"socket.io-client": "github:socketio/socket.io-client@1.5.1"
2323
}
2424
},
2525
"npm:debug@2.2.0": {
@@ -70,12 +70,6 @@ SystemJS.config({
7070
"foreach": "npm:foreach@2.0.5"
7171
}
7272
},
73-
"npm:inflight@1.0.5": {
74-
"map": {
75-
"once": "npm:once@1.4.0",
76-
"wrappy": "npm:wrappy@1.0.2"
77-
}
78-
},
7973
"npm:minimatch@3.0.3": {
8074
"map": {
8175
"brace-expansion": "npm:brace-expansion@1.1.6"
@@ -94,13 +88,13 @@ SystemJS.config({
9488
},
9589
"github:frankwallis/plugin-typescript@5.2.7": {
9690
"map": {
97-
"typescript": "npm:typescript@2.0.3"
91+
"typescript": "npm:typescript@2.0.6"
9892
}
9993
},
10094
"npm:tape@4.6.2": {
10195
"map": {
10296
"inherits": "npm:inherits@2.0.3",
103-
"glob": "npm:glob@7.1.0",
97+
"glob": "npm:glob@7.1.1",
10498
"deep-equal": "npm:deep-equal@1.0.1",
10599
"through": "npm:through@2.3.8",
106100
"function-bind": "npm:function-bind@1.1.0",
@@ -113,14 +107,20 @@ SystemJS.config({
113107
"has": "npm:has@1.0.1"
114108
}
115109
},
116-
"npm:glob@7.1.0": {
110+
"npm:glob@7.1.1": {
117111
"map": {
118112
"inherits": "npm:inherits@2.0.3",
119113
"minimatch": "npm:minimatch@3.0.3",
120114
"fs.realpath": "npm:fs.realpath@1.0.0",
121-
"once": "npm:once@1.4.0",
122115
"path-is-absolute": "npm:path-is-absolute@1.0.1",
123-
"inflight": "npm:inflight@1.0.5"
116+
"once": "npm:once@1.4.0",
117+
"inflight": "npm:inflight@1.0.6"
118+
}
119+
},
120+
"npm:inflight@1.0.6": {
121+
"map": {
122+
"once": "npm:once@1.4.0",
123+
"wrappy": "npm:wrappy@1.0.2"
124124
}
125125
}
126126
}
@@ -173,10 +173,11 @@ SystemJS.config({
173173
"events": "npm:jspm-nodelibs-events@0.2.0",
174174
"fs": "npm:jspm-nodelibs-fs@0.2.0",
175175
"http": "npm:jspm-nodelibs-http@0.2.0",
176-
"https": "npm:jspm-nodelibs-https@0.2.0",
176+
"https": "npm:jspm-nodelibs-https@0.2.1",
177177
"insert-css": "npm:insert-css@1.0.0",
178+
"net": "npm:jspm-nodelibs-net@0.2.0",
178179
"os": "npm:jspm-nodelibs-os@0.2.0",
179-
"path": "npm:jspm-nodelibs-path@0.2.0",
180+
"path": "npm:jspm-nodelibs-path@0.2.1",
180181
"process": "npm:jspm-nodelibs-process@0.2.0",
181182
"react": "npm:react@15.3.2",
182183
"react-dom": "npm:react-dom@15.3.2",
@@ -185,11 +186,11 @@ SystemJS.config({
185186
"react-router-redux": "npm:react-router-redux@4.0.6",
186187
"redux": "npm:redux@3.6.0",
187188
"redux-actions": "npm:redux-actions@0.11.0",
188-
"seamless-immutable": "npm:seamless-immutable@6.1.3",
189+
"seamless-immutable": "npm:seamless-immutable@6.3.0",
189190
"stream": "npm:jspm-nodelibs-stream@0.2.0",
190191
"string_decoder": "npm:jspm-nodelibs-string_decoder@0.2.0",
191192
"url": "npm:jspm-nodelibs-url@0.2.0",
192-
"util": "npm:jspm-nodelibs-util@0.2.0",
193+
"util": "npm:jspm-nodelibs-util@0.2.1",
193194
"vm": "npm:jspm-nodelibs-vm@0.2.0",
194195
"whatwg-fetch": "npm:whatwg-fetch@1.0.0",
195196
"zlib": "npm:jspm-nodelibs-zlib@0.2.0"
@@ -351,11 +352,6 @@ SystemJS.config({
351352
"punycode": "npm:punycode@1.3.2"
352353
}
353354
},
354-
"npm:loose-envify@1.2.0": {
355-
"map": {
356-
"js-tokens": "npm:js-tokens@1.0.3"
357-
}
358-
},
359355
"npm:promise@7.1.1": {
360356
"map": {
361357
"asap": "npm:asap@2.0.5"
@@ -383,12 +379,12 @@ SystemJS.config({
383379
"invariant": "npm:invariant@2.2.1",
384380
"lodash": "npm:lodash@4.16.4",
385381
"hoist-non-react-statics": "npm:hoist-non-react-statics@1.2.0",
386-
"loose-envify": "npm:loose-envify@1.2.0"
382+
"loose-envify": "npm:loose-envify@1.3.0"
387383
}
388384
},
389385
"npm:invariant@2.2.1": {
390386
"map": {
391-
"loose-envify": "npm:loose-envify@1.2.0"
387+
"loose-envify": "npm:loose-envify@1.3.0"
392388
}
393389
},
394390
"npm:redux-actions@0.11.0": {
@@ -407,12 +403,12 @@ SystemJS.config({
407403
},
408404
"npm:warning@3.0.0": {
409405
"map": {
410-
"loose-envify": "npm:loose-envify@1.2.0"
406+
"loose-envify": "npm:loose-envify@1.3.0"
411407
}
412408
},
413409
"npm:warning@2.1.0": {
414410
"map": {
415-
"loose-envify": "npm:loose-envify@1.2.0"
411+
"loose-envify": "npm:loose-envify@1.3.0"
416412
}
417413
},
418414
"npm:query-string@3.0.3": {
@@ -423,29 +419,20 @@ SystemJS.config({
423419
"npm:react-router@2.8.1": {
424420
"map": {
425421
"invariant": "npm:invariant@2.2.1",
426-
"loose-envify": "npm:loose-envify@1.2.0",
422+
"loose-envify": "npm:loose-envify@1.3.0",
427423
"warning": "npm:warning@3.0.0",
428424
"hoist-non-react-statics": "npm:hoist-non-react-statics@1.2.0",
429425
"history": "npm:history@2.1.2"
430426
}
431427
},
432428
"npm:redux@3.6.0": {
433429
"map": {
434-
"loose-envify": "npm:loose-envify@1.2.0",
430+
"loose-envify": "npm:loose-envify@1.3.0",
435431
"lodash": "npm:lodash@4.16.4",
436-
"symbol-observable": "npm:symbol-observable@1.0.2",
432+
"symbol-observable": "npm:symbol-observable@1.0.4",
437433
"lodash-es": "npm:lodash-es@4.16.4"
438434
}
439435
},
440-
"npm:stream-http@2.4.0": {
441-
"map": {
442-
"inherits": "npm:inherits@2.0.3",
443-
"readable-stream": "npm:readable-stream@2.1.5",
444-
"builtin-status-codes": "npm:builtin-status-codes@2.0.0",
445-
"xtend": "npm:xtend@4.0.1",
446-
"to-arraybuffer": "npm:to-arraybuffer@1.0.1"
447-
}
448-
},
449436
"npm:cipher-base@1.0.3": {
450437
"map": {
451438
"inherits": "npm:inherits@2.0.3"
@@ -463,13 +450,13 @@ SystemJS.config({
463450
"map": {
464451
"object-assign": "npm:object-assign@4.1.0",
465452
"fbjs": "npm:fbjs@0.8.5",
466-
"loose-envify": "npm:loose-envify@1.2.0"
453+
"loose-envify": "npm:loose-envify@1.3.0"
467454
}
468455
},
469456
"npm:fbjs@0.8.5": {
470457
"map": {
471458
"object-assign": "npm:object-assign@4.1.0",
472-
"loose-envify": "npm:loose-envify@1.2.0",
459+
"loose-envify": "npm:loose-envify@1.3.0",
473460
"isomorphic-fetch": "npm:isomorphic-fetch@2.2.1",
474461
"core-js": "npm:core-js@1.2.7",
475462
"promise": "npm:promise@7.1.1",
@@ -512,7 +499,7 @@ SystemJS.config({
512499
},
513500
"npm:jspm-nodelibs-http@0.2.0": {
514501
"map": {
515-
"http-browserify": "npm:stream-http@2.4.0"
502+
"http-browserify": "npm:stream-http@2.4.1"
516503
}
517504
},
518505
"npm:jspm-nodelibs-url@0.2.0": {
@@ -539,6 +526,20 @@ SystemJS.config({
539526
"map": {
540527
"zlib-browserify": "npm:browserify-zlib@0.1.4"
541528
}
529+
},
530+
"npm:loose-envify@1.3.0": {
531+
"map": {
532+
"js-tokens": "npm:js-tokens@2.0.0"
533+
}
534+
},
535+
"npm:stream-http@2.4.1": {
536+
"map": {
537+
"xtend": "npm:xtend@4.0.1",
538+
"inherits": "npm:inherits@2.0.3",
539+
"readable-stream": "npm:readable-stream@2.1.5",
540+
"builtin-status-codes": "npm:builtin-status-codes@2.0.0",
541+
"to-arraybuffer": "npm:to-arraybuffer@1.0.1"
542+
}
542543
}
543544
}
544545
});

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
"react-router": "npm:react-router@^2.8.1",
6666
"react-router-redux": "npm:react-router-redux@^4.0.6",
6767
"redux-actions": "npm:redux-actions@^0.11.0",
68-
"seamless-immutable": "npm:seamless-immutable@^6.1.3",
68+
"seamless-immutable": "npm:seamless-immutable@^6.3.0",
6969
"whatwg-fetch": "npm:whatwg-fetch@^1.0.0"
7070
},
7171
"devDependencies": {
7272
"blue-tape": "npm:blue-tape@^0.2.0",
73-
"css": "github:systemjs/plugin-css@^0.1.30",
73+
"css": "github:systemjs/plugin-css@^0.1.32",
7474
"plugin-typescript": "github:frankwallis/plugin-typescript@^5.2.7",
7575
"systemjs-hot-reloader": "github:capaj/systemjs-hot-reloader@^0.6.0"
7676
},
@@ -85,6 +85,7 @@
8585
"fs": "npm:jspm-nodelibs-fs@^0.2.0",
8686
"http": "npm:jspm-nodelibs-http@^0.2.0",
8787
"https": "npm:jspm-nodelibs-https@^0.2.0",
88+
"net": "npm:jspm-nodelibs-net@^0.2.0",
8889
"os": "npm:jspm-nodelibs-os@^0.2.0",
8990
"path": "npm:jspm-nodelibs-path@^0.2.0",
9091
"process": "npm:jspm-nodelibs-process@^0.2.0",
@@ -98,7 +99,7 @@
9899
"zlib": "npm:jspm-nodelibs-zlib@^0.2.0"
99100
},
100101
"overrides": {
101-
"github:socketio/socket.io-client@1.5.0": {
102+
"github:socketio/socket.io-client@1.5.1": {
102103
"main": "socket.io.js"
103104
},
104105
"npm:browserify-zlib@0.1.4": {
@@ -139,7 +140,7 @@
139140
"jspmNodeConversion": false,
140141
"format": "cjs"
141142
},
142-
"npm:typescript@2.0.3": {
143+
"npm:typescript@2.0.6": {
143144
"browser": {},
144145
"map": {
145146
"buffer": "@empty",

0 commit comments

Comments
 (0)