GUACAMOLE-773: Update to latest versions of all JavaScript dependencies.

This commit is contained in:
Michael Jumper
2021-04-21 18:52:59 -07:00
parent 53d3e517cc
commit 28cfa2b8b0
3 changed files with 124 additions and 79 deletions

View File

@@ -4,32 +4,32 @@
"build": "webpack --progress"
},
"dependencies": {
"@simonwep/pickr": "1.2.6",
"angular": "1.6.9",
"angular-route": "1.6.9",
"@simonwep/pickr": "1.8.0",
"angular": "1.8.2",
"angular-route": "1.8.2",
"angular-templatecache-webpack-plugin": "^1.0.1",
"angular-touch": "1.6.9",
"angular-translate": "2.17.1",
"angular-translate-interpolation-messageformat": "2.17.1",
"angular-translate-loader-static-files": "2.17.1",
"blob-polyfill": "1.0.20150320",
"datalist-polyfill": "1.14.0",
"file-saver": "1.3.3",
"jquery": "3.3.1",
"jstz": "1.0.10",
"lodash": "4.17.10",
"messageformat": "1.0.2"
"angular-touch": "1.8.2",
"angular-translate": "2.18.4",
"angular-translate-interpolation-messageformat": "2.18.4",
"angular-translate-loader-static-files": "2.18.4",
"blob-polyfill": "5.0.20210201",
"datalist-polyfill": "1.24.4",
"file-saver": "2.0.5",
"jquery": "3.6.0",
"jstz": "2.1.1",
"lodash": "4.17.21",
"messageformat": "2.3.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"closure-webpack-plugin": "^2.5.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^5.2.0",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^1.3.0",
"exports-loader": "^1.1.1",
"google-closure-compiler": "^20210302.0.0",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^1.4.0",
"mini-css-extract-plugin": "^1.5.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.6.0"
}