Skip to content

Commit

Permalink
Merge pull request #894 from olexandor/update-react-native-masked-text
Browse files Browse the repository at this point in the history
chore: Update react-native-masked-text
  • Loading branch information
Cauldrath authored Oct 30, 2019
2 parents 3ce8c1b + 9c3d319 commit f001c3f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/fscomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^16.3.2",
"react-id-swiper": "^1.6.6",
"react-native": "0.59.10",
"react-native-masked-text": "^1.7.1",
"react-native-masked-text": "^1.13.0",
"react-native-svg": "^9.3.6",
"react-native-swiper": "^1.5.13",
"react-native-web-modal": "^1.0.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6281,6 +6281,11 @@ data-urls@^1.0.0:
whatwg-mimetype "^2.2.0"
whatwg-url "^7.0.0"

[email protected]:
version "0.9.0"
resolved "https://registry.yarnpkg.com/date-and-time/-/date-and-time-0.9.0.tgz#1524579e56dc07675c640b41735a7665c0659240"
integrity sha512-4JybB6PbR+EebpFx/KyR5Ybl+TcdXMLIJkyYsCx3P4M4CWGMuDyFF19yh6TyasMAIF5lrsgIxiSHBXh2FFc7Fg==

date-now@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b"
Expand Down Expand Up @@ -11266,11 +11271,6 @@ modify-values@^1.0.0:
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==

[email protected]:
version "2.19.3"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.3.tgz#bdb99d270d6d7fda78cc0fbace855e27fe7da69f"
integrity sha1-vbmdJw1tf9p4zA+6zoVeJ/59pp8=

morgan@^1.9.0:
version "1.9.1"
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.9.1.tgz#0a8d16734a1d9afbc824b99df87e738e58e2da59"
Expand Down Expand Up @@ -13008,13 +13008,13 @@ react-native-i18n@^2.0.15:
babel-plugin-module-resolver "^2.3.0"
babel-preset-react-native "1.9.0"

react-native-masked-text@^1.7.1:
version "1.12.4"
resolved "https://registry.yarnpkg.com/react-native-masked-text/-/react-native-masked-text-1.12.4.tgz#41d15e4ce9627bf13e049936714f47db778e44d6"
integrity sha512-UxLek0y782J+d5rSUsMhvpYGjHDQuAvi4n8lDzPJ6apkos9WDBXzDiZmEie9sh/D5W4oZXjpzoWb36/W6/oduw==
react-native-masked-text@^1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/react-native-masked-text/-/react-native-masked-text-1.13.0.tgz#533fde8c45ccbaa1d6b0df30bf19b84b4ace3de3"
integrity sha512-iMku5Ky6DP4fTRosjsYNJOhH8yoBQCzRALBdv1wVDKmCBQhhVE8RHr5EW4SNUjkYTZL473sDdEKl4NI948q9FQ==
dependencies:
moment "2.19.3"
tinymask "^1.0.2"
date-and-time "0.9.0"
tinymask "1.0.2"

"react-native-navigation@https://github.com/brandingbrand/react-native-navigation#v1":
version "1.1.486"
Expand Down Expand Up @@ -15068,7 +15068,7 @@ tinycolor2@^1.4.1:
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8"
integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=

tinymask@^1.0.2:
[email protected]:
version "1.0.2"
resolved "https://registry.yarnpkg.com/tinymask/-/tinymask-1.0.2.tgz#df3775a94087b0d3d056c256e8923c01b7ec0941"
integrity sha1-3zd1qUCHsNPQVsJW6JI8AbfsCUE=
Expand Down

0 comments on commit f001c3f

Please sign in to comment.