Skip to content

Commit

Permalink
⬆️ Upgrade dependencies on 28 may 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed May 28, 2018
1 parent 3e886e5 commit 28a4452
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"babel-preset-env": "~1.7.0",
"babel-preset-stage-3": "~6.24.1",
"codecov": "~3.0.2",
"cross-env": "~5.1.5",
"cross-env": "~5.1.6",
"eslint": "~4.19.1",
"hotdoc": "~0.7.2",
"jest": "~21.2.1",
"jsdoc": "~3.5.5",
"lerna": "~2.11.0",
"lodash": "~4.17.10",
"rollup": "~0.59.2",
"rollup": "~0.59.4",
"rollup-plugin-babel": "~3.0.4",
"rollup-plugin-commonjs": "~9.1.3",
"rollup-plugin-node-resolve": "~3.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/immutadot-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": "true",
"license": "MIT",
"devDependencies": {
"cross-env": "~5.1.5",
"immer": "~1.3.0",
"cross-env": "~5.1.6",
"immer": "~1.3.1",
"immutable": "~3.8.2",
"immutadot": "~1.0.0",
"jest": "~21.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/immutadot-lodash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"babel-cli": "~6.26.0",
"cross-env": "~5.1.5",
"cross-env": "~5.1.6",
"eslint": "~4.19.1",
"jest": "~21.2.1",
"jsdoc": "~3.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/immutadot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"babel-cli": "~6.26.0",
"cross-env": "~5.1.5",
"cross-env": "~5.1.6",
"eslint": "~4.19.1",
"jest": "~21.2.1",
"jsdoc": "~3.5.5"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1519,9 +1519,9 @@ create-error-class@^3.0.0:
dependencies:
capture-stack-trace "^1.0.0"

cross-env@~5.1.5:
version "5.1.5"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.5.tgz#31daf7f3a52ef337c8ddda585f08175cce5d1fa5"
cross-env@~5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.1.6.tgz#0dc05caf945b24e4b9e3b12871fe0e858d08b38d"
dependencies:
cross-spawn "^5.1.0"
is-windows "^1.0.0"
Expand Down Expand Up @@ -2549,9 +2549,9 @@ ignore@^3.3.3:
version "3.3.7"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"

immer@~1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/immer/-/immer-1.3.0.tgz#b5c462dad2a129ad909eb4a180de63ffaa348d12"
immer@~1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/immer/-/immer-1.3.1.tgz#3a8c18d9d618c8b7169760a79beec24a1da6a43e"

immutable@~3.8.2:
version "3.8.2"
Expand Down Expand Up @@ -4809,9 +4809,9 @@ rollup-pluginutils@^2.0.1:
estree-walker "^0.3.0"
micromatch "^2.3.11"

rollup@~0.59.2:
version "0.59.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.59.2.tgz#37011ed83947e4e1071b66f9e7d0574b144affc9"
rollup@~0.59.4:
version "0.59.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.59.4.tgz#6f80f7017c22667ff1bf3e62adf8624a44cc44aa"
dependencies:
"@types/estree" "0.0.39"
"@types/node" "*"
Expand Down

0 comments on commit 28a4452

Please sign in to comment.