Skip to content

Commit 0ac0f08

Browse files
committed
0.5.3
dependency update routine
1 parent 7ee3d2b commit 0ac0f08

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

jspm.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ SystemJS.config({
330330
"create-hash": "npm:create-hash@1.1.2",
331331
"pbkdf2": "npm:pbkdf2@3.0.4",
332332
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
333-
"asn1.js": "npm:asn1.js@4.6.2"
333+
"asn1.js": "npm:asn1.js@4.8.0"
334334
}
335335
},
336336
"npm:sha.js@2.4.5": {
@@ -363,16 +363,16 @@ SystemJS.config({
363363
"inherits": "npm:inherits@2.0.1"
364364
}
365365
},
366-
"npm:asn1.js@4.6.2": {
366+
"npm:hash.js@1.0.3": {
367367
"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"
368+
"inherits": "npm:inherits@2.0.1"
371369
}
372370
},
373-
"npm:hash.js@1.0.3": {
371+
"npm:asn1.js@4.8.0": {
374372
"map": {
375-
"inherits": "npm:inherits@2.0.1"
373+
"bn.js": "npm:bn.js@4.11.4",
374+
"inherits": "npm:inherits@2.0.1",
375+
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
376376
}
377377
}
378378
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-ts-jspm-starter-kit",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Modern, clean & future-proof JavaScript Project boilerplate to build modular web apps utilizing power of ES2016, async/await, ES Modules with React & TypeScript powered by JSPM/SystemJS.",
55
"main": "server.js",
66
"author": "Piotr Witek <piotrek.witek@gmail.com> (http://piotrwitek.github.io/)",
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"husky": "^0.11.4",
3333
"jspm": "^0.17.0-beta.22",
34-
"jspm-hmr": "^0.4.1",
34+
"jspm-hmr": "^0.4.2",
3535
"regenerator": "^0.8.46",
3636
"tslint": "^3.13.0",
3737
"typings": "^1.3.1"

0 commit comments

Comments
 (0)