Bump moment and cypress in /bundles/org.openhab.ui/web
Removes [moment](https://github.com/moment/moment). It's no longer used after updating ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Removes `moment` Updates `cypress` from 3.8.3 to 10.9.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v3.8.3...v10.9.0) --- updated-dependencies: - dependency-name: moment dependency-type: indirect - dependency-name: cypress dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>pull/1516/head
parent
891baccdd7
commit
eabe6900da
File diff suppressed because it is too large
Load Diff
|
@ -136,7 +136,7 @@
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
"cross-env": "^5.2.1",
|
"cross-env": "^5.2.1",
|
||||||
"css-loader": "^2.1.1",
|
"css-loader": "^2.1.1",
|
||||||
"cypress": "^3.8.3",
|
"cypress": "^12.0.2",
|
||||||
"diacritic": "0.0.2",
|
"diacritic": "0.0.2",
|
||||||
"eslint": "^7.19.0",
|
"eslint": "^7.19.0",
|
||||||
"eslint-plugin-cypress": "^2.11.2",
|
"eslint-plugin-cypress": "^2.11.2",
|
||||||
|
|
Loading…
Reference in New Issue