Frontend: Update deps in package.json and package-lock.json

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-12-19 11:31:57 +01:00
parent e73fbe737f
commit 89c012495c
2 changed files with 536 additions and 527 deletions

File diff suppressed because it is too large Load diff

View file

@ -17,48 +17,49 @@
"testcafe": "testcafe",
"acceptance-local": "testcafe chromium --selector-timeout 5000 -S -s tests/acceptance/screenshots tests/acceptance",
"gettext-extract": "gettext-extract --output src/locales/translations.pot $(find ${SRC:-src} -type f \\( -iname \\*.vue -o -iname \\*.js \\) -not -path src/common/vm.js)",
"gettext-compile": "gettext-compile --output src/locales/translations.json src/locales/*.po"
"gettext-compile": "gettext-compile --output src/locales/translations.json src/locales/*.po",
"dep-list": "npx npm-check-updates"
},
"dependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@babel/runtime": "^7.23.6",
"@lcdp/offline-plugin": "^5.1.1",
"@vvo/tzdb": "^6.109.0",
"axios": "^1.6.0",
"@vvo/tzdb": "^6.120.0",
"axios": "^1.6.2",
"axios-mock-adapter": "^1.22.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"browserslist": "^4.22.1",
"browserslist": "^4.22.2",
"chai": "^4.3.10",
"cheerio": "1.0.0-rc.10",
"chrome-finder": "^1.0.7",
"core-js": "^3.33.1",
"core-js": "^3.34.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"cssnano": "^6.0.2",
"easygettext": "^2.17.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-webpack-plugin": "^4.0.1",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"hls.js": "^1.4.12",
"hls.js": "^1.4.14",
"i": "^0.3.7",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
@ -67,25 +68,25 @@
"karma-mocha": "^2.0.1",
"karma-verbose-reporter": "^0.0.8",
"karma-webpack": "^5.0.0",
"luxon": "^3.4.3",
"maplibre-gl": "^3.5.1",
"luxon": "^3.4.4",
"maplibre-gl": "^3.6.2",
"memoize-one": "^6.0.0",
"mini-css-extract-plugin": "^2.7.6",
"minimist": ">=1.2.5",
"minimist": ">=1.2.8",
"mocha": "^10.2.0",
"node-storage-shim": "^2.0.1",
"photoswipe": "^4.1.3",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.2.0",
"postcss-preset-env": "^9.3.0",
"postcss-reporter": "^7.0.5",
"postcss-url": "^10.1.3",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"pubsub-js": "^1.9.4",
"regenerator-runtime": "^0.14.0",
"regenerator-runtime": "^0.14.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.69.4",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"server": "^1.0.38",
"sockette": "^2.0.6",
@ -103,11 +104,11 @@
"vue-luxon": "^0.10.0",
"vue-router": "^3.6.5",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.13",
"vue-template-compiler": "^2.7.15",
"vue2-filters": "^0.14.0",
"vuetify": "^1.5.24",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-hot-middleware": "^2.25.4",
"webpack-manifest-plugin": "^5.0.0",