Skip to content

Commit

Permalink
fix: update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Feb 5, 2020
1 parent f1fb886 commit a9aaebe
Show file tree
Hide file tree
Showing 4 changed files with 1,361 additions and 785 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"json-to-ts": "^1.6.0",
"minimist": "^1.2.0",
"prettier": "^1.19.1",
"ramda": "^0.26.1"
"ramda": "^0.27.0"
},
"peerDependencies": {
"webpack": "4.x",
"@types/webpack": "4.x"
"@types/webpack": "4.x",
"webpack": "4.x"
},
"scripts": {
"semantic-release": "semantic-release",
Expand All @@ -21,17 +21,17 @@
"bin": "./bin/cli",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.14",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.0",
"@types/prettier": "^1.19.0",
"@types/ramda": "^0.26.36",
"@types/webpack": "^4.41.0",
"cz-conventional-changelog": "^3.0.2",
"mocha": "^6.2.2",
"semantic-release": "^15.13.31",
"@types/ramda": "^0.26.40",
"@types/webpack": "^4.41.5",
"cz-conventional-changelog": "^3.1.0",
"mocha": "^7.0.1",
"semantic-release": "^17.0.2",
"travis-deploy-once": "^5.0.9",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.2"
"typescript": "^3.7.5"
},
"config": {
"commitizen": {
Expand Down
5 changes: 1 addition & 4 deletions src/mergeAllConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ import {mergeFileConfigs} from './mergeFileConfigs'
*/
export const mergeAllConfigs = R.converge(R.mergeDeepRight, [
R.converge(replaceWithEnvVar, [
R.compose(
mergeFileConfigs,
loadFileConfigs
),
R.compose(mergeFileConfigs, loadFileConfigs),
R.identity
]),
loadCLIConfigs
Expand Down
5 changes: 1 addition & 4 deletions webpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ export const NodeConfigTSPlugin = R.compose<
Configuration,
Configuration,
Configuration
>(
setConfigResolver,
setGlobalConfigPlugin
)
>(setConfigResolver, setGlobalConfigPlugin)
Loading

0 comments on commit a9aaebe

Please sign in to comment.