Skip to content

Commit 0d91b23

Browse files
committed
updated deps
react 15.2.1 jspm plugins
1 parent 83a5b1f commit 0d91b23

File tree

2 files changed

+276
-63
lines changed

2 files changed

+276
-63
lines changed

jspm.config.js

Lines changed: 256 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ SystemJS.config({
1818
"typescript": "npm:typescript@1.8.10"
1919
}
2020
},
21-
"github:capaj/systemjs-hot-reloader@0.6.0": {
21+
"npm:debug@2.2.0": {
2222
"map": {
23-
"debug": "npm:debug@2.2.0",
24-
"weakee": "npm:weakee@1.0.0",
25-
"socket.io-client": "github:socketio/socket.io-client@1.4.6"
23+
"ms": "npm:ms@0.7.1"
2624
}
2725
},
28-
"npm:debug@2.2.0": {
26+
"github:capaj/systemjs-hot-reloader@0.6.0": {
2927
"map": {
30-
"ms": "npm:ms@0.7.1"
28+
"weakee": "npm:weakee@1.0.0",
29+
"debug": "npm:debug@2.2.0",
30+
"socket.io-client": "github:socketio/socket.io-client@1.4.8"
3131
}
3232
}
3333
}
@@ -65,7 +65,10 @@ SystemJS.config({
6565
"assert": "github:jspm/nodelibs-assert@0.2.0-alpha",
6666
"buffer": "github:jspm/nodelibs-buffer@0.2.0-alpha",
6767
"child_process": "github:jspm/nodelibs-child_process@0.2.0-alpha",
68+
"constants": "github:jspm/nodelibs-constants@0.2.0-alpha",
69+
"crypto": "github:jspm/nodelibs-crypto@0.2.0-alpha",
6870
"css": "github:systemjs/plugin-css@0.1.23",
71+
"domain": "github:jspm/nodelibs-domain@0.2.0-alpha",
6972
"events": "github:jspm/nodelibs-events@0.2.0-alpha",
7073
"fs": "github:jspm/nodelibs-fs@0.2.0-alpha",
7174
"http": "github:jspm/nodelibs-http@0.2.0-alpha",
@@ -75,27 +78,30 @@ SystemJS.config({
7578
"os": "github:jspm/nodelibs-os@0.2.0-alpha",
7679
"path": "github:jspm/nodelibs-path@0.2.0-alpha",
7780
"process": "github:jspm/nodelibs-process@0.2.0-alpha",
78-
"react": "npm:react@0.14.7",
79-
"react-dom": "npm:react-dom@0.14.7",
81+
"react": "npm:react@15.2.1",
82+
"react-dom": "npm:react-dom@15.2.1",
8083
"stream": "github:jspm/nodelibs-stream@0.2.0-alpha",
84+
"string_decoder": "github:jspm/nodelibs-string_decoder@0.2.0-alpha",
8185
"tty": "github:jspm/nodelibs-tty@0.2.0-alpha",
8286
"url": "github:jspm/nodelibs-url@0.2.0-alpha",
83-
"util": "github:jspm/nodelibs-util@0.2.0-alpha"
87+
"util": "github:jspm/nodelibs-util@0.2.0-alpha",
88+
"vm": "github:jspm/nodelibs-vm@0.2.0-alpha",
89+
"zlib": "github:jspm/nodelibs-zlib@0.2.0-alpha"
8490
},
8591
packages: {
8692
"github:jspm/nodelibs-buffer@0.2.0-alpha": {
8793
"map": {
88-
"buffer-browserify": "npm:buffer@4.5.0"
94+
"buffer-browserify": "npm:buffer@4.7.0"
8995
}
9096
},
9197
"github:jspm/nodelibs-http@0.2.0-alpha": {
9298
"map": {
93-
"http-browserify": "npm:stream-http@2.2.0"
99+
"http-browserify": "npm:stream-http@2.3.0"
94100
}
95101
},
96102
"github:jspm/nodelibs-os@0.2.0-alpha": {
97103
"map": {
98-
"os-browserify": "npm:os-browserify@0.2.0"
104+
"os-browserify": "npm:os-browserify@0.2.1"
99105
}
100106
},
101107
"github:jspm/nodelibs-stream@0.2.0-alpha": {
@@ -108,46 +114,265 @@ SystemJS.config({
108114
"url-browserify": "npm:url@0.11.0"
109115
}
110116
},
111-
"npm:buffer@4.5.0": {
117+
"npm:stream-browserify@2.0.1": {
112118
"map": {
113-
"base64-js": "npm:base64-js@1.1.1",
114-
"ieee754": "npm:ieee754@1.1.6",
115-
"isarray": "npm:isarray@1.0.0"
119+
"inherits": "npm:inherits@2.0.1",
120+
"readable-stream": "npm:readable-stream@2.1.4"
121+
}
122+
},
123+
"npm:url@0.11.0": {
124+
"map": {
125+
"punycode": "npm:punycode@1.3.2",
126+
"querystring": "npm:querystring@0.2.0"
116127
}
117128
},
118-
"npm:react@0.14.7": {
129+
"npm:buffer@4.7.0": {
119130
"map": {
120-
"fbjs": "npm:fbjs@0.6.1"
131+
"ieee754": "npm:ieee754@1.1.6",
132+
"isarray": "npm:isarray@1.0.0",
133+
"base64-js": "npm:base64-js@1.1.2"
121134
}
122135
},
123-
"npm:readable-stream@2.0.6": {
136+
"npm:readable-stream@2.1.4": {
124137
"map": {
125-
"core-util-is": "npm:core-util-is@1.0.2",
126138
"inherits": "npm:inherits@2.0.1",
127139
"isarray": "npm:isarray@1.0.0",
128-
"process-nextick-args": "npm:process-nextick-args@1.0.6",
129140
"string_decoder": "npm:string_decoder@0.10.31",
130-
"util-deprecate": "npm:util-deprecate@1.0.2"
141+
"process-nextick-args": "npm:process-nextick-args@1.0.7",
142+
"util-deprecate": "npm:util-deprecate@1.0.2",
143+
"buffer-shims": "npm:buffer-shims@1.0.0",
144+
"core-util-is": "npm:core-util-is@1.0.2"
131145
}
132146
},
133-
"npm:stream-browserify@2.0.1": {
147+
"npm:stream-http@2.3.0": {
134148
"map": {
135149
"inherits": "npm:inherits@2.0.1",
136-
"readable-stream": "npm:readable-stream@2.0.6"
150+
"readable-stream": "npm:readable-stream@2.1.4",
151+
"xtend": "npm:xtend@4.0.1",
152+
"to-arraybuffer": "npm:to-arraybuffer@1.0.1",
153+
"builtin-status-codes": "npm:builtin-status-codes@2.0.0"
154+
}
155+
},
156+
"npm:react@15.2.1": {
157+
"map": {
158+
"fbjs": "npm:fbjs@0.8.3",
159+
"loose-envify": "npm:loose-envify@1.2.0",
160+
"object-assign": "npm:object-assign@4.1.0"
161+
}
162+
},
163+
"npm:fbjs@0.8.3": {
164+
"map": {
165+
"loose-envify": "npm:loose-envify@1.2.0",
166+
"promise": "npm:promise@7.1.1",
167+
"object-assign": "npm:object-assign@4.1.0",
168+
"isomorphic-fetch": "npm:isomorphic-fetch@2.2.1",
169+
"immutable": "npm:immutable@3.8.1",
170+
"ua-parser-js": "npm:ua-parser-js@0.7.10",
171+
"core-js": "npm:core-js@1.2.6"
172+
}
173+
},
174+
"npm:loose-envify@1.2.0": {
175+
"map": {
176+
"js-tokens": "npm:js-tokens@1.0.3"
137177
}
138178
},
139-
"npm:stream-http@2.2.0": {
179+
"npm:isomorphic-fetch@2.2.1": {
180+
"map": {
181+
"whatwg-fetch": "npm:whatwg-fetch@1.0.0",
182+
"node-fetch": "npm:node-fetch@1.5.3"
183+
}
184+
},
185+
"npm:node-fetch@1.5.3": {
186+
"map": {
187+
"encoding": "npm:encoding@0.1.12",
188+
"is-stream": "npm:is-stream@1.1.0"
189+
}
190+
},
191+
"npm:promise@7.1.1": {
192+
"map": {
193+
"asap": "npm:asap@2.0.4"
194+
}
195+
},
196+
"npm:encoding@0.1.12": {
197+
"map": {
198+
"iconv-lite": "npm:iconv-lite@0.4.13"
199+
}
200+
},
201+
"github:jspm/nodelibs-domain@0.2.0-alpha": {
202+
"map": {
203+
"domain-browserify": "npm:domain-browser@1.1.7"
204+
}
205+
},
206+
"github:jspm/nodelibs-string_decoder@0.2.0-alpha": {
207+
"map": {
208+
"string_decoder-browserify": "npm:string_decoder@0.10.31"
209+
}
210+
},
211+
"github:jspm/nodelibs-zlib@0.2.0-alpha": {
212+
"map": {
213+
"zlib-browserify": "npm:browserify-zlib@0.1.4"
214+
}
215+
},
216+
"npm:browserify-zlib@0.1.4": {
217+
"map": {
218+
"readable-stream": "npm:readable-stream@2.1.4",
219+
"pako": "npm:pako@0.2.8"
220+
}
221+
},
222+
"github:jspm/nodelibs-crypto@0.2.0-alpha": {
223+
"map": {
224+
"crypto-browserify": "npm:crypto-browserify@3.11.0"
225+
}
226+
},
227+
"npm:crypto-browserify@3.11.0": {
140228
"map": {
141-
"builtin-status-codes": "npm:builtin-status-codes@2.0.0",
142229
"inherits": "npm:inherits@2.0.1",
143-
"to-arraybuffer": "npm:to-arraybuffer@1.0.1",
144-
"xtend": "npm:xtend@4.0.1"
230+
"diffie-hellman": "npm:diffie-hellman@5.0.2",
231+
"randombytes": "npm:randombytes@2.0.3",
232+
"browserify-cipher": "npm:browserify-cipher@1.0.0",
233+
"create-hash": "npm:create-hash@1.1.2",
234+
"create-hmac": "npm:create-hmac@1.1.4",
235+
"pbkdf2": "npm:pbkdf2@3.0.4",
236+
"browserify-sign": "npm:browserify-sign@4.0.0",
237+
"public-encrypt": "npm:public-encrypt@4.0.0",
238+
"create-ecdh": "npm:create-ecdh@4.0.0"
145239
}
146240
},
147-
"npm:url@0.11.0": {
241+
"npm:diffie-hellman@5.0.2": {
148242
"map": {
149-
"punycode": "npm:punycode@1.3.2",
150-
"querystring": "npm:querystring@0.2.0"
243+
"randombytes": "npm:randombytes@2.0.3",
244+
"miller-rabin": "npm:miller-rabin@4.0.0",
245+
"bn.js": "npm:bn.js@4.11.4"
246+
}
247+
},
248+
"npm:create-hash@1.1.2": {
249+
"map": {
250+
"inherits": "npm:inherits@2.0.1",
251+
"ripemd160": "npm:ripemd160@1.0.1",
252+
"sha.js": "npm:sha.js@2.4.5",
253+
"cipher-base": "npm:cipher-base@1.0.2"
254+
}
255+
},
256+
"npm:create-hmac@1.1.4": {
257+
"map": {
258+
"create-hash": "npm:create-hash@1.1.2",
259+
"inherits": "npm:inherits@2.0.1"
260+
}
261+
},
262+
"npm:pbkdf2@3.0.4": {
263+
"map": {
264+
"create-hmac": "npm:create-hmac@1.1.4"
265+
}
266+
},
267+
"npm:browserify-cipher@1.0.0": {
268+
"map": {
269+
"browserify-des": "npm:browserify-des@1.0.0",
270+
"browserify-aes": "npm:browserify-aes@1.0.6",
271+
"evp_bytestokey": "npm:evp_bytestokey@1.0.0"
272+
}
273+
},
274+
"npm:browserify-sign@4.0.0": {
275+
"map": {
276+
"create-hash": "npm:create-hash@1.1.2",
277+
"create-hmac": "npm:create-hmac@1.1.4",
278+
"inherits": "npm:inherits@2.0.1",
279+
"parse-asn1": "npm:parse-asn1@5.0.0",
280+
"bn.js": "npm:bn.js@4.11.4",
281+
"browserify-rsa": "npm:browserify-rsa@4.0.1",
282+
"elliptic": "npm:elliptic@6.3.1"
283+
}
284+
},
285+
"npm:browserify-des@1.0.0": {
286+
"map": {
287+
"inherits": "npm:inherits@2.0.1",
288+
"des.js": "npm:des.js@1.0.0",
289+
"cipher-base": "npm:cipher-base@1.0.2"
290+
}
291+
},
292+
"npm:browserify-aes@1.0.6": {
293+
"map": {
294+
"create-hash": "npm:create-hash@1.1.2",
295+
"inherits": "npm:inherits@2.0.1",
296+
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
297+
"cipher-base": "npm:cipher-base@1.0.2",
298+
"buffer-xor": "npm:buffer-xor@1.0.3"
299+
}
300+
},
301+
"npm:public-encrypt@4.0.0": {
302+
"map": {
303+
"create-hash": "npm:create-hash@1.1.2",
304+
"randombytes": "npm:randombytes@2.0.3",
305+
"parse-asn1": "npm:parse-asn1@5.0.0",
306+
"bn.js": "npm:bn.js@4.11.4",
307+
"browserify-rsa": "npm:browserify-rsa@4.0.1"
308+
}
309+
},
310+
"npm:miller-rabin@4.0.0": {
311+
"map": {
312+
"bn.js": "npm:bn.js@4.11.4",
313+
"brorand": "npm:brorand@1.0.5"
314+
}
315+
},
316+
"npm:create-ecdh@4.0.0": {
317+
"map": {
318+
"bn.js": "npm:bn.js@4.11.4",
319+
"elliptic": "npm:elliptic@6.3.1"
320+
}
321+
},
322+
"npm:evp_bytestokey@1.0.0": {
323+
"map": {
324+
"create-hash": "npm:create-hash@1.1.2"
325+
}
326+
},
327+
"npm:parse-asn1@5.0.0": {
328+
"map": {
329+
"browserify-aes": "npm:browserify-aes@1.0.6",
330+
"create-hash": "npm:create-hash@1.1.2",
331+
"pbkdf2": "npm:pbkdf2@3.0.4",
332+
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
333+
"asn1.js": "npm:asn1.js@4.6.2"
334+
}
335+
},
336+
"npm:sha.js@2.4.5": {
337+
"map": {
338+
"inherits": "npm:inherits@2.0.1"
339+
}
340+
},
341+
"npm:des.js@1.0.0": {
342+
"map": {
343+
"inherits": "npm:inherits@2.0.1",
344+
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
345+
}
346+
},
347+
"npm:browserify-rsa@4.0.1": {
348+
"map": {
349+
"bn.js": "npm:bn.js@4.11.4",
350+
"randombytes": "npm:randombytes@2.0.3"
351+
}
352+
},
353+
"npm:elliptic@6.3.1": {
354+
"map": {
355+
"brorand": "npm:brorand@1.0.5",
356+
"bn.js": "npm:bn.js@4.11.4",
357+
"inherits": "npm:inherits@2.0.1",
358+
"hash.js": "npm:hash.js@1.0.3"
359+
}
360+
},
361+
"npm:cipher-base@1.0.2": {
362+
"map": {
363+
"inherits": "npm:inherits@2.0.1"
364+
}
365+
},
366+
"npm:asn1.js@4.6.2": {
367+
"map": {
368+
"bn.js": "npm:bn.js@4.11.4",
369+
"inherits": "npm:inherits@2.0.1",
370+
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
371+
}
372+
},
373+
"npm:hash.js@1.0.3": {
374+
"map": {
375+
"inherits": "npm:inherits@2.0.1"
151376
}
152377
}
153378
}

0 commit comments

Comments
 (0)