GUACAMOLE-1859: Update to latest compatible versions of JavaScript dependencies.

The Pickr library also has an update (v1.9.0), but that update does not
successfully build, possibly due to a different level of JavaScript
version compatibility.
This commit is contained in:
Mike Jumper
2023-10-05 09:44:17 -07:00
parent f82cc93414
commit 5fe4a4d23a
10 changed files with 53 additions and 49 deletions

View File

@@ -14,7 +14,7 @@
"blob-polyfill": ">=7.0.20220408",
"datalist-polyfill": "^1.25.1",
"file-saver": "^2.0.5",
"jquery": "^3.6.4",
"jquery": "^3.7.1",
"jstz": "^2.1.1",
"lodash": "^4.17.21"
},
@@ -29,7 +29,7 @@
"google-closure-compiler": "20221004.0.0",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^1.6.2",
"webpack": "^4.46.0",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0"
}
}