Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Mar 14, 2019
1 parent 6bcdefd commit fac5d25
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
node_modules
.history
*.tgz
package-lock.*
.nyc_output
.vscode
*.log
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,29 +57,29 @@
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/mocha": "5.2.5",
"@types/node": "11.9.4",
"@types/sinon": "7.0.2",
"@types/mocha": "^5.2.6",
"@types/node": "^11.11.3",
"@types/sinon": "^7.0.10",
"chai": "4.2.0",
"coveralls": "3.0.2",
"coveralls": "^3.0.3",
"cross-env": "5.2.0",
"minicat": "1.0.0",
"mocha": "5.1.1",
"mocha": "^6.0.2",
"npm-run-all": "4.1.5",
"nyc": "13.1.0",
"replace-in-file": "3.4.0",
"rimraf": "2.6.2",
"sinon": "7.2.2",
"source-map-support": "0.5.6",
"terser-webpack-plugin": "1.2.1",
"ts-node": "8.0.2",
"tslint": "5.12.0",
"tslint-eslint-rules": "5.3.1",
"tslint-microsoft-contrib": "6.0.0",
"nyc": "^13.3.0",
"replace-in-file": "^3.4.4",
"rimraf": "^2.6.3",
"sinon": "^7.2.7",
"source-map-support": "^0.5.11",
"terser-webpack-plugin": "^1.2.3",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.1.0",
"typedoc": "0.14.2",
"typedoc-plugin-markdown": "1.1.20",
"typescript": "3.2.2",
"webpack": "4.28.3",
"webpack-cli": "3.1.2"
"typedoc-plugin-markdown": "^1.1.27",
"typescript": "^3.3.3333",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
}
}

0 comments on commit fac5d25

Please sign in to comment.