Skip to content

Commit

Permalink
Merge pull request #10 from acrool/main
Browse files Browse the repository at this point in the history
deploy storybook
  • Loading branch information
imagine10255 authored Oct 27, 2024
2 parents de402de + a3b03c8 commit a722a9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Replace local links with actual versions
run: |
sed -i 's#"@acrool/react-dialog": "link:.."#"@acrool/react-dialog": "latest"#' package.json
sed -i 's#"framer-motion": "link:../node_modules/framer-motion"#"framer-motion": "^11.11.8"#' package.json
sed -i 's#"react": "link:../node_modules/react"#"react": "^18.0.0"#' package.json
sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^18.0.0"#' package.json
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react-swc": "^3.0.0",
"dom-to-image": "^2.6.0",
"framer-motion": "11.11.8",
"framer-motion": "link:../node_modules/framer-motion",
"react": "link:../node_modules/react",
"react-dom": "link:../node_modules/react-dom",
"sass": "^1.77.1",
Expand Down
4 changes: 4 additions & 0 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3712,6 +3712,10 @@ [email protected]:
dependencies:
tslib "^2.4.0"

"framer-motion@link:../node_modules/framer-motion":
version "0.0.0"
uid ""

[email protected]:
version "0.5.2"
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
Expand Down

0 comments on commit a722a9c

Please sign in to comment.