Update dependency framer-motion to v11.11.1 - abandoned #52

Closed
renovate-bot wants to merge 41 commits from renovate/framer-motion-11.x-lockfile into master
Showing only changes of commit a1cdf41c49 - Show all commits

@ -32,7 +32,7 @@ RUN pnpm i -g turbo@^2
# First install the dependencies (as they change less often)
COPY --from=builder /app/out/json/ .
RUN pnpm install --frozen-lockfile --quiet
RUN pnpm install
# Build the project
COPY --from=builder /app/out/full/ .