Skip to content

Commit ff59e0d

Browse files
committed
Add framer motion
1 parent fcc796c commit ff59e0d

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"@testing-library/jest-dom": "^5.11.4",
88
"@testing-library/react": "^11.1.0",
99
"@testing-library/user-event": "^12.1.10",
10+
"framer-motion": "4.1.17",
1011
"react": "^17.0.2",
1112
"react-dom": "^17.0.2",
1213
"react-icons": "^4.3.1",

yarn.lock

+45-2
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@
12391239
resolved "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-10.1.0.tgz"
12401240
integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
12411241

1242-
"@emotion/is-prop-valid@^0.8.8":
1242+
"@emotion/is-prop-valid@^0.8.2", "@emotion/is-prop-valid@^0.8.8":
12431243
version "0.8.8"
12441244
resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz"
12451245
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
@@ -5307,6 +5307,26 @@ fragment-cache@^0.2.1:
53075307
dependencies:
53085308
map-cache "^0.2.2"
53095309

5310+
framer-motion@4.1.17:
5311+
version "4.1.17"
5312+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-4.1.17.tgz#4029469252a62ea599902e5a92b537120cc89721"
5313+
integrity sha512-thx1wvKzblzbs0XaK2X0G1JuwIdARcoNOW7VVwjO8BUltzXPyONGAElLu6CiCScsOQRI7FIk/45YTFtJw5Yozw==
5314+
dependencies:
5315+
framesync "5.3.0"
5316+
hey-listen "^1.0.8"
5317+
popmotion "9.3.6"
5318+
style-value-types "4.1.4"
5319+
tslib "^2.1.0"
5320+
optionalDependencies:
5321+
"@emotion/is-prop-valid" "^0.8.2"
5322+
5323+
framesync@5.3.0:
5324+
version "5.3.0"
5325+
resolved "https://registry.yarnpkg.com/framesync/-/framesync-5.3.0.tgz#0ecfc955e8f5a6ddc8fdb0cc024070947e1a0d9b"
5326+
integrity sha512-oc5m68HDO/tuK2blj7ZcdEBRx3p1PjrgHazL8GYEpvULhrtGIFbQArN6cQS2QhW8mitffaB+VYzMjDqBxxQeoA==
5327+
dependencies:
5328+
tslib "^2.1.0"
5329+
53105330
fresh@0.5.2:
53115331
version "0.5.2"
53125332
resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
@@ -5675,6 +5695,11 @@ hex-color-regex@^1.1.0:
56755695
resolved "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz"
56765696
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
56775697

5698+
hey-listen@^1.0.8:
5699+
version "1.0.8"
5700+
resolved "https://registry.yarnpkg.com/hey-listen/-/hey-listen-1.0.8.tgz#8e59561ff724908de1aa924ed6ecc84a56a9aa68"
5701+
integrity sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==
5702+
56785703
history@^5.1.0:
56795704
version "5.1.0"
56805705
resolved "https://registry.npmjs.org/history/-/history-5.1.0.tgz"
@@ -8391,6 +8416,16 @@ pnp-webpack-plugin@1.6.4:
83918416
dependencies:
83928417
ts-pnp "^1.1.6"
83938418

8419+
popmotion@9.3.6:
8420+
version "9.3.6"
8421+
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-9.3.6.tgz#b5236fa28f242aff3871b9e23721f093133248d1"
8422+
integrity sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==
8423+
dependencies:
8424+
framesync "5.3.0"
8425+
hey-listen "^1.0.8"
8426+
style-value-types "4.1.4"
8427+
tslib "^2.1.0"
8428+
83948429
portfinder@^1.0.26:
83958430
version "1.0.28"
83968431
resolved "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz"
@@ -10684,6 +10719,14 @@ style-loader@1.3.0:
1068410719
loader-utils "^2.0.0"
1068510720
schema-utils "^2.7.0"
1068610721

10722+
style-value-types@4.1.4:
10723+
version "4.1.4"
10724+
resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-4.1.4.tgz#80f37cb4fb024d6394087403dfb275e8bb627e75"
10725+
integrity sha512-LCJL6tB+vPSUoxgUBt9juXIlNJHtBMy8jkXzUJSBzeHWdBu6lhzHqCvLVkXFGsFIlNa2ln1sQHya/gzaFmB2Lg==
10726+
dependencies:
10727+
hey-listen "^1.0.8"
10728+
tslib "^2.1.0"
10729+
1068710730
styled-components@^5.3.3:
1068810731
version "5.3.3"
1068910732
resolved "https://registry.npmjs.org/styled-components/-/styled-components-5.3.3.tgz"
@@ -11062,7 +11105,7 @@ tslib@^1.8.1:
1106211105
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
1106311106
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1106411107

11065-
tslib@^2, tslib@^2.0.3:
11108+
tslib@^2, tslib@^2.0.3, tslib@^2.1.0:
1106611109
version "2.3.1"
1106711110
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz"
1106811111
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==

0 commit comments

Comments
 (0)