Update nodejs and frontend dependencies

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-15 02:13:03 +02:00
parent c0f10e2288
commit 6ebf975bf6
6 changed files with 1139 additions and 983 deletions

View file

@ -1,4 +1,4 @@
FROM photoprism/development:20200714
FROM photoprism/development:20200715
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"

View file

@ -75,7 +75,7 @@ RUN curl -L \
RUN ldconfig
# Install NodeJS
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get update && \
apt-get install nodejs && \
apt-get clean && \

View file

@ -1,4 +1,4 @@
FROM photoprism/development:20200714 as build
FROM photoprism/development:20200715 as build
# Set up project directory
WORKDIR "/go/src/github.com/photoprism/photoprism"

View file

@ -57,7 +57,7 @@ RUN curl -L \
RUN ldconfig
# Install NodeJS
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get update && \
apt-get install nodejs && \
apt-get clean && \

File diff suppressed because it is too large Load diff

View file

@ -19,13 +19,13 @@
"gettext-compile": "gettext-compile --output src/locales/translations.json src/locales/*.po"
},
"dependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@fortawesome/fontawesome-free": "^5.13.1",
"acorn": "6.4.1",
"ajv": "^6.12.3",
@ -49,11 +49,11 @@
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"easygettext": "^2.13.0",
"eslint": "^6.8.0",
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-formatter-pretty": "^3.0.1",
"eslint-formatter-pretty": "^4.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.4",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
@ -62,14 +62,14 @@
"eventsource-polyfill": "^0.9.6",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"hls.js": "^0.13.2",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.19.2",
"i18n-iso-countries": "^5.5.0",
"hls.js": "^0.14.2",
"html-webpack-plugin": "^4.3.0",
"http-proxy-middleware": "^1.0.5",
"i18n-iso-countries": "^6.0.0",
"inject-loader": "^4.0.1",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-htmlfile-reporter": "^0.3.8",
"karma-mocha": "^2.0.1",
"karma-verbose-reporter": "^0.0.6",
@ -80,10 +80,10 @@
"mediaelement": "^4.2.16",
"mini-css-extract-plugin": "^0.7.0",
"minimist": ">=1.2.5",
"mocha": "^6.2.3",
"mocha": "^8.0.1",
"moment-timezone": "^0.5.31",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^3.4.0",
"ora": "^4.0.4",
"photoswipe": "^4.1.3",
"pluralize": "^8.0.0",
"postcss": "^7.0.32",
@ -94,7 +94,7 @@
"postcss-reporter": "^6.0.1",
"postcss-url": "^8.0.0",
"pubsub-js": "^1.8.0",
"puppeteer-core": "^2.1.1",
"puppeteer-core": "^5.1.0",
"regenerator-runtime": "^0.13.5",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^7.3.1",
@ -104,7 +104,7 @@
"style-loader": "^0.23.1",
"sugarss": "^2.0.0",
"svg-url-loader": "^5.0.1",
"tar": "^5.0.5",
"tar": "^6.0.2",
"truncate": "^2.1.0",
"url-loader": "^1.1.2",
"vue": "^2.6.11",
@ -117,7 +117,7 @@
"vue-router": "^3.3.4",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vue2-filters": "^0.9.1",
"vue2-filters": "^0.11.0",
"vuelidate": "^0.7.5",
"vuetify": "^1.5.24",
"webpack": "^4.43.0",
@ -125,7 +125,7 @@
"webpack-cli": "^3.3.12",
"webpack-hot-middleware": "^2.25.0",
"webpack-md5-hash": "0.0.6",
"webpack-merge": "^4.2.2"
"webpack-merge": "^5.0.9"
},
"engines": {
"node": ">= 8.0.0",