Frontend: Update JS deps in package.json

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-19 05:05:47 +02:00
parent 59da5037e6
commit bece366b97

View file

@ -24,11 +24,11 @@
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.19.0",
"@babel/runtime": "^7.19.4",
"@lcdp/offline-plugin": "^5.1.1",
"@vvo/tzdb": "^6.71.0",
"axios": "^0.27.2",
@ -39,7 +39,7 @@
"chai": "^4.3.6",
"cheerio": "1.0.0-rc.10",
"chrome-finder": "^1.0.7",
"core-js": "^3.25.0",
"core-js": "^3.25.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
@ -48,19 +48,19 @@
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier-vue": "^4.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.1",
"eslint-webpack-plugin": "^3.1.1",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-promise": "^6.1.0",
"eslint-plugin-vue": "^9.6.0",
"eslint-webpack-plugin": "^3.2.0",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"hls.js": "^1.2.1",
"hls.js": "^1.2.4",
"i": "^0.3.7",
"karma": "^6.4.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-htmlfile-reporter": "^0.3.8",
@ -72,28 +72,28 @@
"memoize-one": "^6.0.0",
"mini-css-extract-plugin": "^2.6.1",
"minimist": ">=1.2.5",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"node-storage-shim": "^2.0.1",
"photoswipe": "^4.1.3",
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"postcss": "^8.4.18",
"postcss-import": "^15.0.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"postcss-preset-env": "^7.8.2",
"postcss-reporter": "^7.0.5",
"postcss-url": "^10.1.3",
"prettier": "^2.7.1",
"pubsub-js": "^1.9.4",
"regenerator-runtime": "^0.13.9",
"regenerator-runtime": "^0.13.10",
"resolve-url-loader": "^5.0.0",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"sass-loader": "^13.1.0",
"server": "^1.0.37",
"sockette": "^2.0.6",
"style-loader": "^3.3.1",
"svg-url-loader": "^8.0.0",
"tar": "^6.1.11",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"util": "^0.12.5",
"vue": "^2.6.14",
"vue-fullscreen": "^2.5.2",
"vue-gettext": "^2.1.12",