File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121 with :
2222 persist-credentials : false
23+ # Running in a container causes git "dubious ownership" errors because the
24+ # workspace owner differs from the container user. Mark it as safe so that
25+ # lefthook install (triggered by pnpm prepare) can run git commands.
26+ - name : Fix git ownership
27+ run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
2328 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
2429 with :
2530 run_install : false
Original file line number Diff line number Diff line change 1818 "@types/react-dom" : " catalog:" ,
1919 "@vitejs/plugin-react" : " catalog:" ,
2020 "dotenv" : " ^16.5.0" ,
21- "react" : " ^19.2.5 " ,
22- "react-dom" : " ^19.2.5 " ,
21+ "react" : " catalog: " ,
22+ "react-dom" : " catalog: " ,
2323 "tailwindcss" : " catalog:" ,
2424 "typescript" : " catalog:" ,
2525 "vite" : " catalog:"
Original file line number Diff line number Diff line change 1212 "@hookform/resolvers" : " ^5.2.2" ,
1313 "@tailor-platform/app-shell" : " workspace:*" ,
1414 "next" : " 16.2.6" ,
15- "react" : " ^19.2.5 " ,
16- "react-dom" : " ^19.2.5 " ,
15+ "react" : " catalog: " ,
16+ "react-dom" : " catalog: " ,
1717 "react-hook-form" : " ^7.71.2" ,
1818 "zod" : " ^4.4.3"
1919 },
Original file line number Diff line number Diff line change 1212 "dependencies" : {
1313 "@tailor-platform/app-shell" : " workspace:*" ,
1414 "lucide-react" : " ^1.8.0" ,
15- "react" : " ^19.2.5 " ,
16- "react-dom" : " ^19.2.5 " ,
15+ "react" : " catalog: " ,
16+ "react-dom" : " catalog: " ,
1717 "tailwindcss" : " catalog:"
1818 },
1919 "devDependencies" : {
Original file line number Diff line number Diff line change 7777 "@vitejs/plugin-react" : " catalog:" ,
7878 "happy-dom" : " ^20.6.2" ,
7979 "postcss" : " ^8" ,
80- "react" : " ^19.2.5 " ,
81- "react-dom" : " ^19.2.5 " ,
80+ "react" : " catalog: " ,
81+ "react-dom" : " catalog: " ,
8282 "tailwindcss" : " catalog:" ,
8383 "tw-animate-css" : " ^1.4.0" ,
8484 "typescript" : " ^5" ,
You can’t perform that action at this time.
0 commit comments