Skip to content

Commit 8e549a9

Browse files
Merge branch 'release/v1.5.5'
2 parents e2ff905 + 0ee99c8 commit 8e549a9

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## [1.5.4](https://github.com/johnnymillergh/typescript-playground/compare/v1.5.3...v1.5.4) (2019-09-11)
211

312

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-playground",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Learning TypeScript",
55
"repository": {
66
"type": "git",
@@ -50,7 +50,7 @@
5050
"all": true
5151
},
5252
"devDependencies": {
53-
"@types/chai": "4.2.0",
53+
"@types/chai": "4.2.7",
5454
"@types/mocha": "5.2.7",
5555
"babel-cli": "6.26.0",
5656
"babel-core": "6.26.3",
@@ -59,18 +59,18 @@
5959
"babel-plugin-transform-es2015-modules-umd": "6.24.1",
6060
"babel-preset-env": "1.7.0",
6161
"chai": "4.2.0",
62-
"mocha": "6.2.0",
62+
"mocha": "6.2.2",
6363
"mochawesome": "4.1.0",
6464
"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"
7272
},
7373
"dependencies": {
74-
"http-server": "^0.11.1"
74+
"http-server": "0.12.0"
7575
}
7676
}

0 commit comments

Comments
 (0)