Skip to content

Commit

Permalink
Bump core version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-lb committed Jun 15, 2020
1 parent c36ba09 commit d620adf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"@formup/core": "^1.2.19",
"@formup/core": "^1.3.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"classnames": "^2.2.6",
Expand Down
15 changes: 11 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -969,14 +969,16 @@
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==

"@formup/core@^1.2.19":
version "1.2.19"
resolved "https://registry.yarnpkg.com/@formup/core/-/core-1.2.19.tgz#25bc6b0316e0de1705851b3863ba22e3a6f9e1b1"
integrity sha512-hJeN0Kz39/u0EMCj6cX0uoiFCEeoOa36XfmGyIKzrZc2lGVvCMlVaUulzVd8AZhV0GoxMYXAhuuKgJbHFJ9seQ==
"@formup/core@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@formup/core/-/core-1.3.0.tgz#82706a51ab280cce0f9f1ac933b7c9372e1909a9"
integrity sha512-1IFc9j2d/kVAzf1E3pCttcoWAKhskRX6kBgIqrBT1hExxOFErEMC9Ix/WNMxrtkucF3qBSw+ToP882A33zmpPg==
dependencies:
classnames "^2.2.6"
formik "2.1.3"
immutability-helper "^3.0.2"
invariant "^2.2.4"
merge "^1.2.1"
scheduler "^0.18.0"
yup "0.28.1"

Expand Down Expand Up @@ -6793,6 +6795,11 @@ merge2@^1.2.3:
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81"
integrity sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==

merge@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145"
integrity sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==

methods@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
Expand Down

0 comments on commit d620adf

Please sign in to comment.