build: bump dependencies and make tests pass

Change-Id: I5fb80d19c7a0423648053c66fd9c2b7680f30426
This commit is contained in:
WMDE-Fisch 2019-08-14 17:09:18 +02:00
parent a07958a2af
commit 7d7317da10
3 changed files with 524 additions and 727 deletions

1229
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,11 +24,11 @@
"@types/jquery": "3.3.29",
"@wikimedia/mw-node-qunit": "5.0.0",
"babel-loader": "8.0.4",
"bundlesize": "0.17.0",
"bundlesize": "0.18.0",
"clean-webpack-plugin": "1.0.0",
"eslint-config-wikimedia": "0.11.0",
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"eslint-config-wikimedia": "0.12.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.7.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0",
"grunt-jsonlint": "1.1.0",
@ -39,7 +39,7 @@
"pre-commit": "1.2.2",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"stylelint-config-wikimedia": "0.5.0",
"stylelint-config-wikimedia": "0.6.0",
"svg-inline-loader": "0.8.0",
"tap-mocha-reporter": "3.0.7",
"wdio-junit-reporter": "0.4.4",

View file

@ -215,7 +215,7 @@
&.mwe-popups-image-pointer {
&:before {
.mwe-popups-border-pointer-top( 9px, 9px, @colorGray10, 0px );
.mwe-popups-border-pointer-top( 9px, 9px, @colorGray10, 0 );
z-index: @zIndexBackground;
}
@ -226,7 +226,7 @@
&.flipped-x {
&:before {
.mwe-popups-border-pointer-top( 9px, 293px, @colorGray10, 0px );
.mwe-popups-border-pointer-top( 9px, 293px, @colorGray10, 0 );
}
&:after {
@ -252,7 +252,7 @@
min-height: 242px;
&:before {
.mwe-popups-border-pointer-top( 9px, 420px, @colorGray10, 0px );
.mwe-popups-border-pointer-top( 9px, 420px, @colorGray10, 0 );
z-index: @zIndexBackground;
}
@ -268,7 +268,7 @@
&.flipped-x-y {
&:before {
.mwe-popups-border-pointer-bottom( 9px, 293px, @colorGray10, 0px );
.mwe-popups-border-pointer-bottom( 9px, 293px, @colorGray10, 0 );
z-index: @zIndexBackground;
}
@ -281,7 +281,7 @@
min-height: 242px;
&:before {
.mwe-popups-border-pointer-bottom( 9px, 420px, @colorGray10, 0px );
.mwe-popups-border-pointer-bottom( 9px, 420px, @colorGray10, 0 );
}
&:after {
@ -300,7 +300,7 @@
&.flipped-y {
&:before {
.mwe-popups-border-pointer-bottom( 8px, 10px, @colorGray10, 0px );
.mwe-popups-border-pointer-bottom( 8px, 10px, @colorGray10, 0 );
}
&:after {