File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 exit 0
4242 elif [ -f "${{ github.workspace }}/package.json" ]; then
4343 echo "manager=npm" >> $GITHUB_OUTPUT
44- echo "command=ci --legacy-peer-deps" >> $GITHUB_OUTPUT
44+ echo "command=install --legacy-peer-deps" >> $GITHUB_OUTPUT
4545 echo "runner=npx --no-install" >> $GITHUB_OUTPUT
4646 exit 0
4747 else
Original file line number Diff line number Diff line change 3030 "framer-motion" : " ^12.6.2" ,
3131 "lucide-react" : " ^0.484.0" ,
3232 "next" : " 15.2.4" ,
33- "react" : " ^19.1 .0" ,
34- "react-dom" : " ^19.1 .0" ,
33+ "react" : " 18.2 .0" ,
34+ "react-dom" : " 18.2 .0" ,
3535 "react-resizable-panels" : " ^2.1.7" ,
3636 "recharts" : " ^2.15.4" ,
3737 "sharp" : " ^0.33.5" ,
4141 },
4242 "devDependencies" : {
4343 "@types/node" : " ^20" ,
44- "@types/react" : " ^19 " ,
45- "@types/react-dom" : " ^19 " ,
44+ "@types/react" : " ^18 " ,
45+ "@types/react-dom" : " ^18 " ,
4646 "autoprefixer" : " ^10.0.1" ,
4747 "postcss" : " ^8" ,
4848 "prettier" : " ^3.5.3" ,
You can’t perform that action at this time.
0 commit comments