Skip to content

Commit

Permalink
fix(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed May 16, 2019
1 parent 6f38483 commit f0cb629
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 162 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "node-config-ts",
"version": "0.0.0-development",
"dependencies": {
"@types/webpack": "^4.4.25",
"@types/webpack": "^4.4.31",
"json-to-ts": "^1.5.4",
"minimist": "^1.2.0",
"ramda": "^0.26.1",
"webpack": "^4.29.6"
"webpack": "^4.31.0"
},
"scripts": {
"prepublishOnly": "node_modules/.bin/tsc -d",
Expand All @@ -20,15 +20,15 @@
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.6",
"@types/node": "^11.11.1",
"@types/ramda": "^0.26.3",
"@types/node": "^12.0.2",
"@types/ramda": "^0.26.8",
"cz-conventional-changelog": "^2.1.0",
"mocha": "^6.0.2",
"semantic-release": "^15.10.8",
"mocha": "^6.1.4",
"semantic-release": "^15.13.12",
"travis-deploy-once": "^5.0.9",
"ts-node": "^8.0.3",
"ts-node": "^8.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3333"
"typescript": "^3.4.5"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit f0cb629

Please sign in to comment.