Skip to content

Commit 2ae25a0

Browse files
committed
Remove framer-motion
oops
1 parent 774b461 commit 2ae25a0

File tree

2 files changed

+0
-110
lines changed

2 files changed

+0
-110
lines changed

packages/mdx/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"cssnano": "^4.1.10",
6969
"diff": "^4.0.2",
7070
"esbuild": "^0.13.2",
71-
"framer-motion": "6.5.1",
7271
"mdx-bundler": "^8.0.1",
7372
"mdx-debugger": "^0.2.0",
7473
"next": "^12.1.0",

yarn.lock

Lines changed: 0 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -3012,18 +3012,6 @@
30123012
resolved "https://registry.yarnpkg.com/@effect-ts/system/-/system-0.55.1.tgz#fe157e7639ff6b05a51b62379961662569da98fb"
30133013
integrity sha512-OEnwd9JhrV2Q5S7cke/ZgR56Hn75DSr1aIkA0PBE1edoX6GKB6nOdu8u/vPhvqjxLHfMgN8o+EVaWUHPLIC1UQ==
30143014

3015-
"@emotion/is-prop-valid@^0.8.2":
3016-
version "0.8.8"
3017-
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
3018-
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
3019-
dependencies:
3020-
"@emotion/memoize" "0.7.4"
3021-
3022-
"@emotion/[email protected]":
3023-
version "0.7.4"
3024-
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
3025-
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
3026-
30273015
"@endemolshinegroup/cosmiconfig-typescript-loader@^3.0.2":
30283016
version "3.0.2"
30293017
resolved "https://registry.yarnpkg.com/@endemolshinegroup/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.0.2.tgz#eea4635828dde372838b0909693ebd9aafeec22d"
@@ -4004,59 +3992,6 @@
40043992
"@monaco-editor/loader" "^1.3.2"
40053993
prop-types "^15.7.2"
40063994

4007-
"@motionone/animation@^10.12.0":
4008-
version "10.13.1"
4009-
resolved "https://registry.yarnpkg.com/@motionone/animation/-/animation-10.13.1.tgz#ebacb50df4b7eb4957cf398c221ae10852f28520"
4010-
integrity sha512-dxQ+1wWxL6iFHDy1uv6hhcPjIdOg36eDT56jN4LI7Z5HZRyLpq8x1t7JFQclo/IEIb+6Bk4atmyinGFdXVECuA==
4011-
dependencies:
4012-
"@motionone/easing" "^10.13.1"
4013-
"@motionone/types" "^10.13.0"
4014-
"@motionone/utils" "^10.13.1"
4015-
tslib "^2.3.1"
4016-
4017-
"@motionone/[email protected]":
4018-
version "10.12.0"
4019-
resolved "https://registry.yarnpkg.com/@motionone/dom/-/dom-10.12.0.tgz#ae30827fd53219efca4e1150a5ff2165c28351ed"
4020-
integrity sha512-UdPTtLMAktHiqV0atOczNYyDd/d8Cf5fFsd1tua03PqTwwCe/6lwhLSQ8a7TbnQ5SN0gm44N1slBfj+ORIhrqw==
4021-
dependencies:
4022-
"@motionone/animation" "^10.12.0"
4023-
"@motionone/generators" "^10.12.0"
4024-
"@motionone/types" "^10.12.0"
4025-
"@motionone/utils" "^10.12.0"
4026-
hey-listen "^1.0.8"
4027-
tslib "^2.3.1"
4028-
4029-
"@motionone/easing@^10.13.1":
4030-
version "10.13.1"
4031-
resolved "https://registry.yarnpkg.com/@motionone/easing/-/easing-10.13.1.tgz#7927b7fe96135989e37c2cda957e4101a4b85aa8"
4032-
integrity sha512-INEsInHHDHVgx0dp5qlXi1lMXBqYicgLMMSn3zfGzaIvcaEbI1Uz8BoyNV4BiclTupG7RYIh+T6BU83ZcEe74g==
4033-
dependencies:
4034-
"@motionone/utils" "^10.13.1"
4035-
tslib "^2.3.1"
4036-
4037-
"@motionone/generators@^10.12.0":
4038-
version "10.13.1"
4039-
resolved "https://registry.yarnpkg.com/@motionone/generators/-/generators-10.13.1.tgz#d4989d887b864e0aefbbec63eed35ce298a73773"
4040-
integrity sha512-+HK5u2YcNJCckTTqfOLgSVcrWv2z1dVwrSZEMVJuAh0EnWEWGDJRvMBoPc0cFf/osbkA2Rq9bH2+vP0Ex/D8uw==
4041-
dependencies:
4042-
"@motionone/types" "^10.13.0"
4043-
"@motionone/utils" "^10.13.1"
4044-
tslib "^2.3.1"
4045-
4046-
"@motionone/types@^10.12.0", "@motionone/types@^10.13.0":
4047-
version "10.13.0"
4048-
resolved "https://registry.yarnpkg.com/@motionone/types/-/types-10.13.0.tgz#b22c549931ebd88ed5528158b5d611dc9dbb3756"
4049-
integrity sha512-qegk4qg8U1N9ZwAJ187BG3TkZz1k9LP/pvNtCSlqdq/PMUDKlCFG4ZnjJ481P0IOH/vIw1OzIbKIuyg0A3rk9g==
4050-
4051-
"@motionone/utils@^10.12.0", "@motionone/utils@^10.13.1":
4052-
version "10.13.1"
4053-
resolved "https://registry.yarnpkg.com/@motionone/utils/-/utils-10.13.1.tgz#14919dfcda36b54b184fff690bc0125d554f60cd"
4054-
integrity sha512-TjDPTIppaf3ofBXQv4ZzAketJgN0sclALXfZ6mfrkjJkOy83mLls9744F+6S+VKCpBmvbZcBY4PQfrfhAfeMtA==
4055-
dependencies:
4056-
"@motionone/types" "^10.13.0"
4057-
hey-listen "^1.0.8"
4058-
tslib "^2.3.1"
4059-
40603995
40613996
version "12.1.0"
40623997
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.0.tgz#73713399399b34aa5a01771fb73272b55b22c314"
@@ -9626,27 +9561,6 @@ fraction.js@^4.2.0:
96269561
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
96279562
integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
96289563

9629-
9630-
version "6.5.1"
9631-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-6.5.1.tgz#802448a16a6eb764124bf36d8cbdfa6dd6b931a7"
9632-
integrity sha512-o1BGqqposwi7cgDrtg0dNONhkmPsUFDaLcKXigzuTFC5x58mE8iyTazxSudFzmT6MEyJKfjjU8ItoMe3W+3fiw==
9633-
dependencies:
9634-
"@motionone/dom" "10.12.0"
9635-
framesync "6.0.1"
9636-
hey-listen "^1.0.8"
9637-
popmotion "11.0.3"
9638-
style-value-types "5.0.0"
9639-
tslib "^2.1.0"
9640-
optionalDependencies:
9641-
"@emotion/is-prop-valid" "^0.8.2"
9642-
9643-
9644-
version "6.0.1"
9645-
resolved "https://registry.yarnpkg.com/framesync/-/framesync-6.0.1.tgz#5e32fc01f1c42b39c654c35b16440e07a25d6f20"
9646-
integrity sha512-fUY88kXvGiIItgNC7wcTOl0SNRCVXMKSWW2Yzfmn7EKNc+MpCzcz9DhdHcdjbrtN3c6R4H5dTY2jiCpPdysEjA==
9647-
dependencies:
9648-
tslib "^2.1.0"
9649-
96509564
96519565
version "0.5.2"
96529566
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
@@ -10394,11 +10308,6 @@ hex-color-regex@^1.1.0:
1039410308
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
1039510309
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
1039610310

10397-
hey-listen@^1.0.8:
10398-
version "1.0.8"
10399-
resolved "https://registry.yarnpkg.com/hey-listen/-/hey-listen-1.0.8.tgz#8e59561ff724908de1aa924ed6ecc84a56a9aa68"
10400-
integrity sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==
10401-
1040210311
history@^4.9.0:
1040310312
version "4.10.1"
1040410313
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
@@ -14035,16 +13944,6 @@ point-in-polygon@^1.1.0:
1403513944
resolved "https://registry.yarnpkg.com/point-in-polygon/-/point-in-polygon-1.1.0.tgz#b0af2616c01bdee341cbf2894df643387ca03357"
1403613945
integrity sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw==
1403713946

14038-
14039-
version "11.0.3"
14040-
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-11.0.3.tgz#565c5f6590bbcddab7a33a074bb2ba97e24b0cc9"
14041-
integrity sha512-Y55FLdj3UxkR7Vl3s7Qr4e9m0onSnP8W7d/xQLsoJM40vs6UKHFdygs6SWryasTZYqugMjm3BepCF4CWXDiHgA==
14042-
dependencies:
14043-
framesync "6.0.1"
14044-
hey-listen "^1.0.8"
14045-
style-value-types "5.0.0"
14046-
tslib "^2.1.0"
14047-
1404813947
postcss-calc@^7.0.1:
1404913948
version "7.0.5"
1405013949
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e"
@@ -16792,14 +16691,6 @@ [email protected], style-to-object@^0.3.0:
1679216691
dependencies:
1679316692
inline-style-parser "0.1.1"
1679416693

16795-
16796-
version "5.0.0"
16797-
resolved "https://registry.yarnpkg.com/style-value-types/-/style-value-types-5.0.0.tgz#76c35f0e579843d523187989da866729411fc8ad"
16798-
integrity sha512-08yq36Ikn4kx4YU6RD7jWEv27v4V+PUsOGa4n/as8Et3CuODMJQ00ENeAVXAeydX4Z2j1XHZF1K2sX4mGl18fA==
16799-
dependencies:
16800-
hey-listen "^1.0.8"
16801-
tslib "^2.1.0"
16802-
1680316694
1680416695
version "5.0.0"
1680516696
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.0.tgz#816b4b92e07b1786c6b7111821750e0ba4d26e77"

0 commit comments

Comments
 (0)