File tree 2 files changed +20
-11
lines changed
2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.5.5] ( https://github.com/johnnymillergh/typescript-playground/compare/v1.5.4...v1.5.5 ) (2019-12-18)
2
+
3
+
4
+ ### Changes
5
+
6
+ * ** $package.json:** update node dependencies ([ 19d2f267] ( https://github.com/johnnymillergh/typescript-playground/commit/19d2f267 ) )
7
+
8
+
9
+
1
10
## [ 1.5.4] ( https://github.com/johnnymillergh/typescript-playground/compare/v1.5.3...v1.5.4 ) (2019-09-11)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-playground" ,
3
- "version" : " 1.5.4 " ,
3
+ "version" : " 1.5.5 " ,
4
4
"description" : " Learning TypeScript" ,
5
5
"repository" : {
6
6
"type" : " git" ,
50
50
"all" : true
51
51
},
52
52
"devDependencies" : {
53
- "@types/chai" : " 4.2.0 " ,
53
+ "@types/chai" : " 4.2.7 " ,
54
54
"@types/mocha" : " 5.2.7" ,
55
55
"babel-cli" : " 6.26.0" ,
56
56
"babel-core" : " 6.26.3" ,
59
59
"babel-plugin-transform-es2015-modules-umd" : " 6.24.1" ,
60
60
"babel-preset-env" : " 1.7.0" ,
61
61
"chai" : " 4.2.0" ,
62
- "mocha" : " 6.2.0 " ,
62
+ "mocha" : " 6.2.2 " ,
63
63
"mochawesome" : " 4.1.0" ,
64
64
"nyc" : " 14.1.1" ,
65
- "ts-loader" : " 6.0.4 " ,
66
- "ts-node" : " 8.3.0 " ,
67
- "tslint" : " 5.19.0 " ,
68
- "typescript" : " 3.6.2 " ,
69
- "webpack" : " 4.39 .3" ,
70
- "webpack-cli" : " 3.3.7 " ,
71
- "yargs" : " 13.3.0 "
65
+ "ts-loader" : " 6.2.1 " ,
66
+ "ts-node" : " 8.5.4 " ,
67
+ "tslint" : " 5.20.1 " ,
68
+ "typescript" : " 3.7.3 " ,
69
+ "webpack" : " 4.41 .3" ,
70
+ "webpack-cli" : " 3.3.10 " ,
71
+ "yargs" : " 15.0.2 "
72
72
},
73
73
"dependencies" : {
74
- "http-server" : " ^0.11.1 "
74
+ "http-server" : " 0.12.0 "
75
75
}
76
76
}
You can’t perform that action at this time.
0 commit comments