Skip to content

Commit 02345fc

Browse files
authored
Merge pull request #13 from acrool/main
fix deploy.yml
2 parents 568a4c4 + f28a17c commit 02345fc

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ 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
34-
sed -i 's#"react": "link:../node_modules/react"#"react": "^18.0.0"#' package.json
35-
sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^18.0.0"#' package.json
33+
sed -i 's#"react": "link:../node_modules/react"#"react": "^19.1.0"#' package.json
34+
sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^19.1.0"#' package.json
3635
3736
- name: Install dependencies
3837
run: yarn install

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"@types/react-dom": "^19.1.2",
3434
"@vitejs/plugin-react-swc": "^3.0.0",
3535
"dom-to-image": "^2.6.0",
36-
"framer-motion": "link:../node_modules/framer-motion",
3736
"react": "link:../node_modules/react",
3837
"react-dom": "link:../node_modules/react-dom",
3938
"sass": "^1.77.1",

example/yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,10 +2149,6 @@ [email protected]:
21492149
motion-utils "^12.7.2"
21502150
tslib "^2.4.0"
21512151

2152-
"framer-motion@link:../node_modules/framer-motion":
2153-
version "0.0.0"
2154-
uid ""
2155-
21562152
fsevents@~2.3.2, fsevents@~2.3.3:
21572153
version "2.3.3"
21582154
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"

0 commit comments

Comments
 (0)