mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 14:15:38 +01:00
yarn: downgrade colors
This commit is contained in:
parent
2642ffc3fa
commit
3f830cb6c5
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
|||||||
# Install app dependencies and add source files
|
# Install app dependencies and add source files
|
||||||
COPY package.json yarn.lock tsconfig.json ./
|
COPY package.json yarn.lock tsconfig.json ./
|
||||||
COPY src/ ./src
|
COPY src/ ./src
|
||||||
RUN yarn install && yarn build && rm -f dist/*.map
|
RUN yarn install --frozen-lockfile && yarn build && rm -f dist/*.map
|
||||||
|
|
||||||
# Second stage
|
# Second stage
|
||||||
FROM node:16-alpine
|
FROM node:16-alpine
|
||||||
|
@ -503,9 +503,9 @@ color@^3.1.3:
|
|||||||
color-string "^1.6.0"
|
color-string "^1.6.0"
|
||||||
|
|
||||||
colors@^1.2.1:
|
colors@^1.2.1:
|
||||||
version "1.4.2"
|
version "1.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.2.tgz#cd4fe227412ca2c75bb6f5683ec2e5e68de4f317"
|
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
|
||||||
integrity sha512-5QhJWPFZqkKIieXJPpCprdOytvH7v0AGWpu9K2jZ4LWkGg3dVBNoYPgGGRpEsc0jb8Boy0ElYrdjH9uXfhRSqw==
|
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
|
||||||
|
|
||||||
colorspace@1.1.x:
|
colorspace@1.1.x:
|
||||||
version "1.1.4"
|
version "1.1.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user