Skip to content

Commit e106407

Browse files
authored
fix: downgrade framer-motion to fix useId issue
fix: downgrade `framer-motion` to fix `useId` issue
2 parents 496a73c + 49ba737 commit e106407

File tree

2 files changed

+39
-44
lines changed

2 files changed

+39
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
]
165165
},
166166
"dependencies": {
167-
"framer-motion": "^7.6.4"
167+
"framer-motion": "^6.5.1"
168168
},
169169
"optionalDependencies": {
170170
"react-native-reanimated": "^2.12.0"

yarn.lock

Lines changed: 38 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@
16161616
"@jridgewell/resolve-uri" "3.1.0"
16171617
"@jridgewell/sourcemap-codec" "1.4.14"
16181618

1619-
"@motionone/animation@^10.13.1":
1619+
"@motionone/animation@^10.12.0":
16201620
version "10.14.0"
16211621
resolved "https://registry.yarnpkg.com/@motionone/animation/-/animation-10.14.0.tgz#2f2a3517183bb58d82e389aac777fe0850079de6"
16221622
integrity sha512-h+1sdyBP8vbxEBW5gPFDnj+m2DCqdlAuf2g6Iafb1lcMnqjsRXWlPw1AXgvUMXmreyhqmPbJqoNfIKdytampRQ==
@@ -1626,15 +1626,15 @@
16261626
"@motionone/utils" "^10.14.0"
16271627
tslib "^2.3.1"
16281628

1629-
"@motionone/dom@10.13.1":
1630-
version "10.13.1"
1631-
resolved "https://registry.yarnpkg.com/@motionone/dom/-/dom-10.13.1.tgz#fc29ea5d12538f21b211b3168e502cfc07a24882"
1632-
integrity sha512-zjfX+AGMIt/fIqd/SL1Lj93S6AiJsEA3oc5M9VkUr+Gz+juRmYN1vfvZd6MvEkSqEjwPQgcjN7rGZHrDB9APfQ==
1629+
"@motionone/dom@10.12.0":
1630+
version "10.12.0"
1631+
resolved "https://registry.yarnpkg.com/@motionone/dom/-/dom-10.12.0.tgz#ae30827fd53219efca4e1150a5ff2165c28351ed"
1632+
integrity sha512-UdPTtLMAktHiqV0atOczNYyDd/d8Cf5fFsd1tua03PqTwwCe/6lwhLSQ8a7TbnQ5SN0gm44N1slBfj+ORIhrqw==
16331633
dependencies:
1634-
"@motionone/animation" "^10.13.1"
1635-
"@motionone/generators" "^10.13.1"
1636-
"@motionone/types" "^10.13.0"
1637-
"@motionone/utils" "^10.13.1"
1634+
"@motionone/animation" "^10.12.0"
1635+
"@motionone/generators" "^10.12.0"
1636+
"@motionone/types" "^10.12.0"
1637+
"@motionone/utils" "^10.12.0"
16381638
hey-listen "^1.0.8"
16391639
tslib "^2.3.1"
16401640

@@ -1646,7 +1646,7 @@
16461646
"@motionone/utils" "^10.14.0"
16471647
tslib "^2.3.1"
16481648

1649-
"@motionone/generators@^10.13.1":
1649+
"@motionone/generators@^10.12.0":
16501650
version "10.14.0"
16511651
resolved "https://registry.yarnpkg.com/@motionone/generators/-/generators-10.14.0.tgz#e05d9dd56da78a4b92db99185848a0f3db62242d"
16521652
integrity sha512-6kRHezoFfIjFN7pPpaxmkdZXD36tQNcyJe3nwVqwJ+ZfC0e3rFmszR8kp9DEVFs9QL/akWjuGPSLBI1tvz+Vjg==
@@ -1655,12 +1655,12 @@
16551655
"@motionone/utils" "^10.14.0"
16561656
tslib "^2.3.1"
16571657

1658-
"@motionone/types@^10.13.0", "@motionone/types@^10.14.0":
1658+
"@motionone/types@^10.12.0", "@motionone/types@^10.14.0":
16591659
version "10.14.0"
16601660
resolved "https://registry.yarnpkg.com/@motionone/types/-/types-10.14.0.tgz#148c34f3270b175397e49c3058b33fab405c21e3"
16611661
integrity sha512-3bNWyYBHtVd27KncnJLhksMFQ5o2MSdk1cA/IZqsHtA9DnRM1SYgN01CTcJ8Iw8pCXF5Ocp34tyAjY7WRpOJJQ==
16621662

1663-
"@motionone/utils@^10.13.1", "@motionone/utils@^10.14.0":
1663+
"@motionone/utils@^10.12.0", "@motionone/utils@^10.14.0":
16641664
version "10.14.0"
16651665
resolved "https://registry.yarnpkg.com/@motionone/utils/-/utils-10.14.0.tgz#a19a3464ed35b08506747b062d035c7bc9bbe708"
16661666
integrity sha512-sLWBLPzRqkxmOTRzSaD3LFQXCPHvDzyHJ1a3VP9PRzBxyVd2pv51/gMOsdAcxQ9n+MIeGJnxzXBYplUHKj4jkw==
@@ -4551,26 +4551,26 @@ fragment-cache@^0.2.1:
45514551
dependencies:
45524552
map-cache "^0.2.2"
45534553

4554-
framer-motion@^7.6.4:
4555-
version "7.6.4"
4556-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-7.6.4.tgz#e396b36f68a14e14cc95b01210feac8cd5d2824d"
4557-
integrity sha512-Ac3Bl9M45fS8A0ibOUnYMSCfjaCrFfWT0uh0/MZVm/DGWcr5IsRRinWRiVGABA9RGJgn4THehqcn235JVQkucQ==
4554+
framer-motion@^6.5.1:
4555+
version "6.5.1"
4556+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-6.5.1.tgz#802448a16a6eb764124bf36d8cbdfa6dd6b931a7"
4557+
integrity sha512-o1BGqqposwi7cgDrtg0dNONhkmPsUFDaLcKXigzuTFC5x58mE8iyTazxSudFzmT6MEyJKfjjU8ItoMe3W+3fiw==
45584558
dependencies:
4559-
"@motionone/dom" "10.13.1"
4560-
framesync "6.1.2"
4559+
"@motionone/dom" "10.12.0"
4560+
framesync "6.0.1"
45614561
hey-listen "^1.0.8"
4562-
popmotion "11.0.5"
4563-
style-value-types "5.1.2"
4564-
tslib "2.4.0"
4562+
popmotion "11.0.3"
4563+
style-value-types "5.0.0"
4564+
tslib "^2.1.0"
45654565
optionalDependencies:
45664566
"@emotion/is-prop-valid" "^0.8.2"
45674567

4568-
framesync@6.1.2:
4569-
version "6.1.2"
4570-
resolved "https://registry.yarnpkg.com/framesync/-/framesync-6.1.2.tgz#755eff2fb5b8f3b4d2b266dd18121b300aefea27"
4571-
integrity sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g==
4568+
framesync@6.0.1:
4569+
version "6.0.1"
4570+
resolved "https://registry.yarnpkg.com/framesync/-/framesync-6.0.1.tgz#5e32fc01f1c42b39c654c35b16440e07a25d6f20"
4571+
integrity sha512-fUY88kXvGiIItgNC7wcTOl0SNRCVXMKSWW2Yzfmn7EKNc+MpCzcz9DhdHcdjbrtN3c6R4H5dTY2jiCpPdysEjA==
45724572
dependencies:
4573-
tslib "2.4.0"
4573+
tslib "^2.1.0"
45744574

45754575
45764576
version "0.5.2"
@@ -7609,15 +7609,15 @@ pod-install@^0.1.0:
76097609
resolved "https://registry.yarnpkg.com/pod-install/-/pod-install-0.1.38.tgz#1c16a800a5fc1abea0cafcc0e190f376368c76ab"
76107610
integrity sha512-NeDWGigjJRriOIKBOvpW2/tK2tYLfyUT7ia6C6L+oarCAhBNP+IGODWdU+GEAqvfsseqOApcFclpXAJTL0UPzA==
76117611

7612-
7613-
version "11.0.5"
7614-
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-11.0.5.tgz#8e3e014421a0ffa30ecd722564fd2558954e1f7d"
7615-
integrity sha512-la8gPM1WYeFznb/JqF4GiTkRRPZsfaj2+kCxqQgr2MJylMmIKUwBfWW8Wa5fml/8gmtlD5yI01MP1QCZPWmppA==
7612+
7613+
version "11.0.3"
7614+
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-11.0.3.tgz#565c5f6590bbcddab7a33a074bb2ba97e24b0cc9"
7615+
integrity sha512-Y55FLdj3UxkR7Vl3s7Qr4e9m0onSnP8W7d/xQLsoJM40vs6UKHFdygs6SWryasTZYqugMjm3BepCF4CWXDiHgA==
76167616
dependencies:
7617-
framesync "6.1.2"
7617+
framesync "6.0.1"
76187618
hey-listen "^1.0.8"
7619-
style-value-types "5.1.2"
7620-
tslib "2.4.0"
7619+
style-value-types "5.0.0"
7620+
tslib "^2.1.0"
76217621

76227622
posix-character-classes@^0.1.0:
76237623
version "0.1.1"
@@ -8872,13 +8872,13 @@ strip-json-comments@~2.0.1:
88728872
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
88738873
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
88748874

8875-
style-value-types@5.1.2:
8876-
version "5.1.2"
8877-
resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-5.1.2.tgz#6be66b237bd546048a764883528072ed95713b62"
8878-
integrity sha512-Vs9fNreYF9j6W2VvuDTP7kepALi7sk0xtk2Tu8Yxi9UoajJdEVpNpCov0HsLTqXvNGKX+Uv09pkozVITi1jf3Q==
8875+
style-value-types@5.0.0:
8876+
version "5.0.0"
8877+
resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-5.0.0.tgz#76c35f0e579843d523187989da866729411fc8ad"
8878+
integrity sha512-08yq36Ikn4kx4YU6RD7jWEv27v4V+PUsOGa4n/as8Et3CuODMJQ00ENeAVXAeydX4Z2j1XHZF1K2sX4mGl18fA==
88798879
dependencies:
88808880
hey-listen "^1.0.8"
8881-
tslib "2.4.0"
8881+
tslib "^2.1.0"
88828882

88838883
sudo-prompt@^9.0.0:
88848884
version "9.2.1"
@@ -9069,11 +9069,6 @@ ts-node@^10.8.1:
90699069
v8-compile-cache-lib "^3.0.1"
90709070
yn "3.1.1"
90719071

9072-
9073-
version "2.4.0"
9074-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
9075-
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
9076-
90779072
tslib@^1.8.1:
90789073
version "1.14.1"
90799074
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)