Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ugogo committed Sep 19, 2020
1 parent 4fb6ca4 commit ce23713
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react-dom": "^16.9.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-input-verification-code": "^0.6.1",
"react-input-verification-code": "^0.6.2",
"react-scripts": "^3.4.1",
"typescript": "^3.7.5"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8527,10 +8527,10 @@ react-error-overlay@^6.0.7:
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==

react-input-verification-code@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/react-input-verification-code/-/react-input-verification-code-0.6.1.tgz#a7a469eda9a34effcb8cb8fbf7a70cd0d6cb7ade"
integrity sha512-SUuGXpUmdG8H6akycDbJNT8pChKReSv2MBcXT3WppRd1HLgjoEGKXxw9EZVMXnL2wp8LfkfCZG7oHY2VYIoMJQ==
react-input-verification-code@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/react-input-verification-code/-/react-input-verification-code-0.6.2.tgz#2b221a6d2d2e9ea5cc8496d25a07b03029d38250"
integrity sha512-VHUhJNEmnfUomxTm395yQscQx13eRvma3sJyoJQDGt3/eaXKD63IY59eiu71RiCwemo5qxlMlR+7UyJIWF828w==

react-is@^16.8.1, react-is@^16.8.4:
version "16.13.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react-dom": "^16.9.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-input-verification-code": "^0.6.1",
"react-input-verification-code": "^0.6.2",
"react-scripts": "^3.4.1",
"typescript": "^3.7.5"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/custom-styles/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8527,10 +8527,10 @@ react-error-overlay@^6.0.7:
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==

react-input-verification-code@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/react-input-verification-code/-/react-input-verification-code-0.6.1.tgz#a7a469eda9a34effcb8cb8fbf7a70cd0d6cb7ade"
integrity sha512-SUuGXpUmdG8H6akycDbJNT8pChKReSv2MBcXT3WppRd1HLgjoEGKXxw9EZVMXnL2wp8LfkfCZG7oHY2VYIoMJQ==
react-input-verification-code@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/react-input-verification-code/-/react-input-verification-code-0.6.2.tgz#2b221a6d2d2e9ea5cc8496d25a07b03029d38250"
integrity sha512-VHUhJNEmnfUomxTm395yQscQx13eRvma3sJyoJQDGt3/eaXKD63IY59eiu71RiCwemo5qxlMlR+7UyJIWF828w==

react-is@^16.8.1, react-is@^16.8.4:
version "16.13.1"
Expand Down

0 comments on commit ce23713

Please sign in to comment.