chore(deps): pnpm@9

This commit is contained in:
Philipp Dormann 2024-11-21 09:33:22 +01:00
parent 93d67bdba9
commit 35bec9fe58
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 2749 additions and 2210 deletions

View File

@ -3,7 +3,7 @@ ARG NPM_REGISTRY_URL=https://registry.npmjs.org
WORKDIR /app
COPY package.json pnpm-lock.yaml vite.config.js tailwind.config.cjs postcss.config.cjs index.html ./
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9
RUN mkdir /pnpm && pnpm config set store-dir /pnpm && pnpm i
COPY src ./src

4957
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff