File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
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
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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 37123712 dependencies :
37133713 tslib "^2.4.0"
37143714
3715+ " framer-motion@link:../node_modules/framer-motion " :
3716+ version "0.0.0"
3717+ uid ""
3718+
3715371937163720 version "0.5.2"
37173721 resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
You can’t perform that action at this time.
0 commit comments