Skip to content

Commit

Permalink
Update dependency final-form to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 10, 2019
1 parent d7032e9 commit 20f4534
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/TDEE-Calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "TDEE and RMR Calculator",
"version": "0.0.0",
"dependencies": {
"final-form": "3.0.0",
"final-form": "4.18.4",
"lodash": "^4.17.4",
"ramda": "0.25.0",
"react": "16.0.0",
Expand Down
18 changes: 15 additions & 3 deletions src/TDEE-Calculator/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# yarn lockfile v1


"@babel/runtime@^7.3.1":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
dependencies:
regenerator-runtime "^0.13.2"

"@timer/[email protected]":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@timer/detect-port/-/detect-port-1.1.3.tgz#1383abd67f9a5d683df5276f8a92d60bdf9abb90"
Expand Down Expand Up @@ -2577,9 +2583,11 @@ filled-array@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/filled-array/-/filled-array-1.1.0.tgz#c3c4f6c663b923459a9aa29912d2d031f1507f84"

[email protected]:
version "3.0.0"
resolved "https://registry.yarnpkg.com/final-form/-/final-form-3.0.0.tgz#1fa5b017ab6d61f1aca5b976687979cf0424312f"
[email protected]:
version "4.18.4"
resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.18.4.tgz#55f6dfb1463045a6e9248d928e573459a8cd97f3"
dependencies:
"@babel/runtime" "^7.3.1"

[email protected]:
version "1.1.0"
Expand Down Expand Up @@ -5361,6 +5369,10 @@ regenerator-runtime@^0.11.0:
version "0.11.1"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"

regenerator-runtime@^0.13.2:
version "0.13.3"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"

regenerator-transform@^0.10.0:
version "0.10.1"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"
Expand Down

0 comments on commit 20f4534

Please sign in to comment.