From 8578cb5ab9a402eecda90a7ffa611a9ede1960a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 9 Aug 2019 13:41:26 +0200 Subject: [PATCH] I had enough of `--ignore-engines` The maintainers of https://github.com/arthurvasconcelos/vue-izitoast are not extremely responsive, so I decided to point our package to my own fork. This makes the flag `--ignore-engines` obsolete. --- webapp/Dockerfile | 2 +- webapp/package.json | 4 ++-- webapp/yarn.lock | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index acd7a76ff..84c435c0a 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -18,7 +18,7 @@ COPY . . FROM base as build-and-test RUN cp .env.template .env -RUN yarn install --ignore-engines --production=false --frozen-lockfile --non-interactive +RUN yarn install --production=false --frozen-lockfile --non-interactive RUN yarn run build FROM base as production diff --git a/webapp/package.json b/webapp/package.json index 0e0ae1d26..f44702b90 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -76,7 +76,7 @@ "tiptap-extensions": "~1.26.1", "v-tooltip": "~2.0.2", "vue-count-to": "~1.0.13", - "vue-izitoast": "1.1.2", + "vue-izitoast": "roschaefer/vue-izitoast#patch-1", "vuex-i18n": "~1.13.1", "vue-sweetalert-icons": "~4.1.0", "zxcvbn": "^4.4.2" @@ -97,8 +97,8 @@ "babel-jest": "~24.8.0", "babel-loader": "~8.0.6", "babel-preset-vue": "~2.0.2", - "css-loader": "~2.1.1", "core-js": "~2.6.9", + "css-loader": "~2.1.1", "eslint": "~5.16.0", "eslint-config-prettier": "~6.0.0", "eslint-config-standard": "~12.0.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index c24852ea3..0ec5d608b 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -14945,10 +14945,9 @@ vue-hot-reload-api@^2.3.0: resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.3.tgz#2756f46cb3258054c5f4723de8ae7e87302a1ccf" integrity sha512-KmvZVtmM26BQOMK1rwUZsrqxEGeKiYSZGA7SNWE6uExx8UX/cj9hq2MRV/wWC3Cq6AoeDGk57rL9YMFRel/q+g== -vue-izitoast@1.1.2: +vue-izitoast@roschaefer/vue-izitoast#patch-1: version "1.1.2" - resolved "https://registry.yarnpkg.com/vue-izitoast/-/vue-izitoast-1.1.2.tgz#0cf8290f045f8a389ccce4c238836c75a130eb03" - integrity sha512-/sNVrYhFg7Moyny5tFNt2e7TTmgPB1xyy04BChKQJkN5r9/D/6vYI7KQWEtG+v9VofnIVg5Em7HXtOL8IOeT7w== + resolved "https://codeload.github.com/roschaefer/vue-izitoast/tar.gz/c246fd78b1964c71b1889683379902d8d6284280" dependencies: izitoast "^1.3.0"