Skip to content

Commit

Permalink
fix(deps): update dependency ramda to ^0.25.0 (neutrinojs#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and eliperelman committed Nov 17, 2017
1 parent e875c5c commit 69032ab
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-plugin-babel": "^4.1.2",
"fluture": "^7.1.3",
"lodash.clonedeep": "^4.5.0",
"ramda": "^0.24.1"
"ramda": "^0.25.0"
},
"peerDependencies": {
"neutrino": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"deepmerge": "^1.5.1",
"eslint-plugin-jest": "^21.0.2",
"jest-cli": "^21.0.2",
"ramda": "^0.24.1",
"ramda": "^0.25.0",
"yargs": "^9.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"karma-webpack": "^2.0.4",
"mocha": "^3.5.3",
"mocha-coverage-reporter": "^0.0.1",
"ramda": "^0.24.1",
"ramda": "^0.25.0",
"webpack": "^3.6.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"change-case": "^3.0.1",
"deepmerge": "^1.5.2",
"mocha": "^3.5.3",
"ramda": "^0.24.1"
"ramda": "^0.25.0"
},
"peerDependencies": {
"neutrino": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"javascript-stringify": "^1.6.0",
"mitt": "^1.1.2",
"ora": "^1.2.0",
"ramda": "^0.24.1",
"ramda": "^0.25.0",
"webpack": "^3.6.0",
"webpack-chain": "^4.4.2",
"webpack-dev-server": "^2.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-preset-env": "^1.6.0",
"deepmerge": "^1.5.2",
"fast-async": "^6.3.0",
"ramda": "^0.24.1",
"ramda": "^0.25.0",
"webpack": "^3.6.0",
"webpack-node-externals": "^1.6.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8079,9 +8079,9 @@ querystringify@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb"

ramda@^0.24.1:
version "0.24.1"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.24.1.tgz#c3b7755197f35b8dc3502228262c4c91ddb6b857"
ramda@^0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9"

randomatic@^1.1.3:
version "1.1.7"
Expand Down

0 comments on commit 69032ab

Please sign in to comment.