mediawiki-extensions-Visual.../package.json
libraryupgrader 8f7d72cee3 build: Updating npm dependencies
* wdio-mediawiki: 2.1.0 → 2.5.0
* fast-xml-parser: 3.21.1 → 4.3.4
  * https://github.com/advisories/GHSA-x3cc-x39p-42qx
* get-func-name: 2.0.0 → 2.0.2
  * https://github.com/advisories/GHSA-4q6p-r6v2-jvc5
* is-svg: 4.3.2 → 4.4.0
  * https://github.com/advisories/GHSA-x3cc-x39p-42qx
* postcss: 8.4.21 → 8.4.35
  * https://github.com/advisories/GHSA-7fh5-64p2-3v2j
* word-wrap: 1.2.3 → 1.2.5
  * https://github.com/advisories/GHSA-j8xg-fqg3-53r7

Change-Id: I2826a0ecd52cff5598c3102ef7948083e419bfaa
2024-02-10 01:26:47 +00:00

42 lines
1.3 KiB
JSON

{
"name": "visualeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the VisualEditor-MediaWiki extension.",
"scripts": {
"eslint": "eslint --cache --ext .js,.json .",
"eslint-fix": "eslint --cache --ext .js,.json --fix .",
"api-testing": "mocha --timeout 0 --parallel --recursive tests/api-testing",
"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.24.0",
"grunt": "1.6.1",
"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",
"api-testing": "1.5.0",
"selenium-webdriver": "3.6.0",
"stringify-object": "3.2.2",
"stylelint-config-wikimedia": "0.14.0",
"wdio-mediawiki": "2.5.0"
}
}