Merge 1.5.0 changes back to master.

This commit is contained in:
James Muehlner
2022-10-28 21:30:19 +00:00
124 changed files with 10400 additions and 2227 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,32 +4,32 @@
"build": "webpack --progress"
},
"dependencies": {
"@simonwep/pickr": "^1.8.1",
"@simonwep/pickr": "^1.8.2",
"angular": "^1.8.2",
"angular-route": "^1.8.2",
"angular-templatecache-webpack-plugin": "^1.0.1",
"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",
"angular-translate": "^2.19.0",
"angular-translate-interpolation-messageformat": "^2.19.0",
"angular-translate-loader-static-files": "^2.19.0",
"blob-polyfill": ">=7.0.20220408",
"datalist-polyfill": "^1.25.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"jquery": "^3.6.1",
"jstz": "^2.1.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"closure-webpack-plugin": "^2.5.0",
"clean-webpack-plugin": "^4.0.0",
"closure-webpack-plugin": "^2.6.1",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^5.2.4",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^1.3.0",
"exports-loader": "^1.1.1",
"find-package-json": "^1.2.0",
"google-closure-compiler": "20210302.0.0",
"google-closure-compiler": "20221004.0.0",
"html-webpack-plugin": "^4.5.2",
"mini-css-extract-plugin": "^1.5.0",
"mini-css-extract-plugin": "^1.6.2",
"webpack": "^4.46.0",
"webpack-cli": "^4.6.0"
"webpack-cli": "^4.10.0"
}
}