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 9d5caf3523 - Show all commits

@ -8,8 +8,7 @@ WORKDIR /app
RUN pnpm i -g turbo@^2
COPY . .
# Temporarily skip prune for debugging
# RUN turbo prune frontend --docker
RUN turbo prune frontend --docker
# Add lockfile and package.json's of isolated subworkspace
FROM base AS installer