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 Nov 9, 2018
1 parent c88a4d5 commit 4269e00
Show file tree
Hide file tree
Showing 2 changed files with 1,100 additions and 904 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "node-config-ts",
"version": "0.0.0-development",
"dependencies": {
"@types/webpack": "^4.4.11",
"@types/webpack": "^4.4.18",
"json-to-ts": "^1.5.4",
"minimist": "^1.2.0",
"module-exists": "^0.2.0",
"ramda": "^0.25.0",
"webpack": "^4.17.1"
"webpack": "^4.25.1"
},
"scripts": {
"test": "mocha --require=ts-node/register test/**.ts",
Expand All @@ -19,14 +19,14 @@
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.0.0",
"@types/node": "^10.0.3",
"@types/ramda": "^0.26.0",
"@types/node": "^10.12.3",
"@types/ramda": "^0.25.41",
"cz-conventional-changelog": "^2.1.0",
"mocha": "^5.0.0",
"semantic-release": "^15.9.9",
"travis-deploy-once": "^5.0.3",
"ts-node": "^6.0.0",
"typescript": "^3.0.1"
"semantic-release": "^15.10.8",
"travis-deploy-once": "^5.0.9",
"ts-node": "^7.0.1",
"typescript": "^3.1.6"
},
"config": {
"commitizen": {
Expand All @@ -36,5 +36,6 @@
"repository": {
"type": "git",
"url": "https://github.com/tusharmath/node-config-ts.git"
}
},
"license": "MIT"
}
Loading

0 comments on commit 4269e00

Please sign in to comment.