Skip to content

Commit a722a9c

Browse files
authored
Merge pull request #10 from acrool/main
deploy storybook
2 parents de402de + a3b03c8 commit a722a9c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Replace local links with actual versions
3131
run: |
3232
sed -i 's#"@acrool/react-dialog": "link:.."#"@acrool/react-dialog": "latest"#' package.json
33+
sed -i 's#"framer-motion": "link:../node_modules/framer-motion"#"framer-motion": "^11.11.8"#' package.json
3334
sed -i 's#"react": "link:../node_modules/react"#"react": "^18.0.0"#' package.json
3435
sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^18.0.0"#' package.json
3536

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/styled-components": "^5.1.26",
3636
"@vitejs/plugin-react-swc": "^3.0.0",
3737
"dom-to-image": "^2.6.0",
38-
"framer-motion": "11.11.8",
38+
"framer-motion": "link:../node_modules/framer-motion",
3939
"react": "link:../node_modules/react",
4040
"react-dom": "link:../node_modules/react-dom",
4141
"sass": "^1.77.1",

example/yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3712,6 +3712,10 @@ [email protected]:
37123712
dependencies:
37133713
tslib "^2.4.0"
37143714

3715+
"framer-motion@link:../node_modules/framer-motion":
3716+
version "0.0.0"
3717+
uid ""
3718+
37153719
37163720
version "0.5.2"
37173721
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"

0 commit comments

Comments
 (0)