mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-14 19:31:55 +00:00
Merge "build: Updating npm dependencies"
This commit is contained in:
commit
5dfe7beae5
|
@ -467,12 +467,12 @@
|
|||
};
|
||||
|
||||
/**
|
||||
* Base UI Construction
|
||||
*
|
||||
* The UI is built from several containers, the outer-most being a div classed as "wikiEditor-ui". These containers
|
||||
* provide a certain amount of "free" layout, but in some situations procedural layout is needed, which is performed
|
||||
* as a response to the "resize" event.
|
||||
*/
|
||||
* Base UI Construction
|
||||
*
|
||||
* The UI is built from several containers, the outer-most being a div classed as "wikiEditor-ui". These containers
|
||||
* provide a certain amount of "free" layout, but in some situations procedural layout is needed, which is performed
|
||||
* as a response to the "resize" event.
|
||||
*/
|
||||
|
||||
// Assemble a temporary div to place over the wikiEditor while it's being constructed
|
||||
/* Disabling our loading div for now
|
||||
|
|
806
package-lock.json
generated
806
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -4,10 +4,10 @@
|
|||
"test": "grunt test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "0.15.3",
|
||||
"eslint-config-wikimedia": "0.16.2",
|
||||
"grunt": "1.1.0",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-eslint": "22.0.0",
|
||||
"grunt-eslint": "23.0.0",
|
||||
"grunt-stylelint": "0.15.0",
|
||||
"stylelint-config-wikimedia": "0.10.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue