Skip to content

Commit

Permalink
update example version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed Jan 11, 2019
1 parent 58e50b7 commit a8f564d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react-dom": "^16.5.1",
"react-scripts": "1.1.5",
"react-simple-animate": "^2.0.0",
"react-simple-img": "1.5.0-beta.2"
"react-simple-img": "1.5.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class App extends PureComponent {
return (
<div className="App">
<header className="App-header">
<SimpleImg src={Logo} wrapperClassName="App-logo" alt="logo" backgroundColor="white" />
<SimpleImg src={Logo} wrapperClassName="App-logo" alt="logo" />
</header>
<div className="App-container">
{images.map((image, i) => (
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6523,10 +6523,10 @@ react-simple-animate@^2.5.0:
resolved "https://registry.yarnpkg.com/react-simple-animate/-/react-simple-animate-2.5.0.tgz#f25c83bee1299367714fe5161f40e417120fd74e"
integrity sha512-e2GL46oVO0Y7CwuHEf1ZvLQt3wbJ5B9f5H+UkHXEvDDDkMMcCRz+w0DAWkz7icD0d+++1FfQt5MR9IBnYYMuAQ==

react-simple-img@1.5.0-beta.2:
version "1.5.0-beta.2"
resolved "https://registry.yarnpkg.com/react-simple-img/-/react-simple-img-1.5.0-beta.2.tgz#26963a78fb8c54361fc9cf00fa0237a9a0a9c12b"
integrity sha512-EoFhI21LJn2VtdUr+GBvcwa7WkGpdhItYqah8b61K807zcVzDdfntAfvkk5uD8fVILEqmBfYJjQreuakLKI4Gw==
react-simple-img@1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/react-simple-img/-/react-simple-img-1.5.1.tgz#68f5e343ae75eb26ccb341e316806fb1d7f8a913"
integrity sha512-xNqb3Vjpjvm10hoE4dULUQhQJgsunvj4oEzpn4QN7hN55c3io6pp5Jdyby8WKhiKo8lUJ6ypUawGIbbjOPI5lQ==
dependencies:
intersection-observer "^0.5.1"
react-simple-animate "^2.5.0"
Expand Down

0 comments on commit a8f564d

Please sign in to comment.