Skip to content

Commit de402de

Browse files
authored
Merge pull request #8 from acrool/main
fix example add framer-motion lib dep
2 parents 8b75fd4 + 9988564 commit de402de

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

example/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"pages:deploy": "NODE_VERSION=18 yarn build-storybook && wrangler pages deploy ./storybook-static --project-name=acrool-react-dialog --branch main"
1111
},
1212
"resolutions": {
13-
"styled-components": "5.3.9"
13+
"styled-components": "5.3.9",
14+
"framer-motion": "11.11.8"
1415
},
1516
"dependencies": {
1617
"@acrool/js-utils": "^3.2.12",
@@ -34,6 +35,7 @@
3435
"@types/styled-components": "^5.1.26",
3536
"@vitejs/plugin-react-swc": "^3.0.0",
3637
"dom-to-image": "^2.6.0",
38+
"framer-motion": "11.11.8",
3739
"react": "link:../node_modules/react",
3840
"react-dom": "link:../node_modules/react-dom",
3941
"sass": "^1.77.1",

example/yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3705,6 +3705,13 @@ [email protected]:
37053705
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
37063706
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
37073707

3708+
3709+
version "11.11.8"
3710+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.11.8.tgz#e402c9371c7fe132d22ec1b2349a2d23ed98a81d"
3711+
integrity sha512-mnGQNEoz99GtFXBBPw+Ag5K4FcfP5XrXxrxHz+iE4Lmg7W3sf2gKmGuvfkZCW/yIfcdv5vJd6KiSPETH1Pw68Q==
3712+
dependencies:
3713+
tslib "^2.4.0"
3714+
37083715
37093716
version "0.5.2"
37103717
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
@@ -5644,6 +5651,11 @@ tslib@^2.0.3, tslib@^2.2.0:
56445651
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
56455652
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
56465653

5654+
tslib@^2.4.0:
5655+
version "2.8.0"
5656+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b"
5657+
integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==
5658+
56475659
tween-functions@^1.2.0:
56485660
version "1.2.0"
56495661
resolved "https://registry.yarnpkg.com/tween-functions/-/tween-functions-1.2.0.tgz#1ae3a50e7c60bb3def774eac707acbca73bbc3ff"

0 commit comments

Comments
 (0)