mediawiki-extensions-Visual.../package.json
libraryupgrader d281700a04 build: Updating npm dependencies
* wdio-mediawiki: 2.1.0 → 2.5.0
* decode-uri-component: 0.2.0 → 0.2.2
  * https://github.com/advisories/GHSA-w573-4hg7-7wgq
* fast-xml-parser: 3.21.1 → 4.3.4
  * https://github.com/advisories/GHSA-x3cc-x39p-42qx
* is-svg: 4.3.2 → 4.4.0
  * https://github.com/advisories/GHSA-x3cc-x39p-42qx
* jpeg-js: 0.4.3 → 0.4.4
  * https://github.com/advisories/GHSA-xvf7-4v9q-58w6
* postcss: 8.4.13 → 8.4.35
  * https://github.com/advisories/GHSA-7fh5-64p2-3v2j
* ua-parser-js: 1.0.2 → 1.0.37
  * https://github.com/advisories/GHSA-fhg7-m89q-25r3
* word-wrap: 1.2.3 → 1.2.5
  * https://github.com/advisories/GHSA-j8xg-fqg3-53r7

Change-Id: Ied11e450451b0b7f6d4e2c98ceecef8bd3f0077e
2024-02-16 12:43:45 +00:00

39 lines
1.1 KiB
JSON

{
"name": "visualeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the VisualEditor-MediaWiki extension.",
"scripts": {
"test": "grunt test",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck",
"screenshots-all": "grunt screenshots-all",
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
"selenium-test": "wdio tests/selenium/wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "7.16.13",
"@wdio/junit-reporter": "7.16.13",
"@wdio/local-runner": "7.16.13",
"@wdio/mocha-framework": "7.16.13",
"@wdio/spec-reporter": "7.16.13",
"eslint-config-wikimedia": "0.22.1",
"grunt": "1.5.3",
"grunt-banana-checker": "0.10.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.0.0",
"grunt-image": "5.0.1",
"grunt-mocha-test": "0.13.3",
"grunt-stylelint": "0.18.0",
"grunt-tyops": "0.1.0",
"jimp": "0.13.0",
"mocha": "5.2.0",
"selenium-webdriver": "3.6.0",
"stringify-object": "3.2.2",
"stylelint-config-wikimedia": "0.13.0",
"wdio-mediawiki": "2.5.0",
"webdriverio": "7.16.13"
}
}