Skip to content

Commit

Permalink
feat: add qrcode e parallax
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 6, 2022
1 parent e514f22 commit 9d3f0ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"qrcode.react": "^3.0.1",
"react": "^18.0.0",
"react-cookie-consent": "^7.4.1",
"react-day-picker": "^8.0.1",
Expand All @@ -28,6 +29,7 @@
"react-icalendar-link": "^3.0.2",
"react-icons": "^4.3.1",
"react-modal": "^3.14.4",
"react-parallax-tilt": "^1.6.6",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-transition-group": "^4.4.2",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8654,6 +8654,11 @@ q@^1.1.2, q@^1.5.1:
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=

qrcode.react@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/qrcode.react/-/qrcode.react-3.0.1.tgz#0cb1d7cfdf3955737fbd3509c193985795ca0612"
integrity sha512-uCNm16ClMCrdM2R20c/zqmdwHcbMQf3K7ey39EiK/UgEKbqWeM0iH2QxW3iDVFzjQKFzH23ICgOyG4gNsJ0/gw==

[email protected]:
version "6.9.7"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
Expand Down Expand Up @@ -8853,6 +8858,11 @@ react-modal@^3.14.4:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"

react-parallax-tilt@^1.6.6:
version "1.6.6"
resolved "https://registry.yarnpkg.com/react-parallax-tilt/-/react-parallax-tilt-1.6.6.tgz#9a7e464a220dc07cc677affb2e204a7b4563a443"
integrity sha512-OL7gCV/auAUfIsUjb3gLKj7I9M8VY9rU5JgsG3H497gMa6dLDPF24SbE2eX+WDRETgNf+mTV7dYD1IW0lVZNTw==

react-refresh@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
Expand Down

0 comments on commit 9d3f0ee

Please sign in to comment.