File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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-
21562152fsevents@~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"
You can’t perform that action at this time.
0 commit comments