mediawiki-extensions-Math/package.json
libraryupgrader 76ea872f97 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 31.0.0 → 38.0.0
  The following sniffs are failing and were disabled:
  * Generic.ControlStructures.DisallowYodaConditions.Found
  * MediaWiki.Commenting.FunctionComment.NoParamType
  * MediaWiki.Commenting.FunctionComment.ObjectTypeHintParam
  * MediaWiki.Commenting.FunctionComment.UppercasePrimitiveObjectParam
  * MediaWiki.Commenting.FunctionComment.UppercasePrimitiveStringParam
  * MediaWiki.Commenting.FunctionComment.WrongStyle
  * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPrivate
  * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationProtected
  * MediaWiki.Commenting.PropertyDocumentation.MissingDocumentationPublic
  * MediaWiki.Commenting.PropertyDocumentation.UppercasePrimitiveStringVar
  * MediaWiki.Commenting.PropertyDocumentation.WrongStyle
  * MediaWiki.PHPUnit.AssertionOrder.WrongOrder
  * MediaWiki.PHPUnit.SetMethods.SetMethods
  * MediaWiki.Usage.ExtendClassUsage.FunctionConfigUsage
  * MediaWiki.Usage.ExtendClassUsage.FunctionVarUsage
  * MediaWiki.Usage.StaticClosure.StaticClosure
  * MediaWiki.VariableAnalysis.MisleadingGlobalNames.Misleading$wgUser
  * PSR12.Functions.ReturnTypeDeclaration.SpaceBeforeColon
  * PSR12.Functions.ReturnTypeDeclaration.SpaceBeforeReturnType

npm:
* ajv: 6.12.2 → 6.12.6
  * https://github.com/advisories/GHSA-v88g-cgmw-v5xw
* ansi-regex: 5.0.1 → 5.0.1
  * https://github.com/advisories/GHSA-93q8-gq69-wqmw
  * https://github.com/advisories/GHSA-93q8-gq69-wqmw
* async: 0.9.2 → 0.9.2
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* ejs: 3.1.3 → 3.1.3
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* jake: 10.8.1 → 10.8.4
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* minimist: 1.2.5 → 1.2.6
  * https://github.com/advisories/GHSA-xvch-5gv4-984h
* nanoid: 3.1.23 → 3.3.2
  * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2
* pathval: 1.1.0 → 1.1.1
  * https://github.com/advisories/GHSA-g6ww-v8xp-vmwg

Additional changes:
* Set `name` in package.json.

Change-Id: Ia7af0d4ffb656bcc99d1989d8f54f5e5106e9482
2022-04-15 12:06:36 +00:00

29 lines
738 B
JSON

{
"name": "Math",
"private": true,
"scripts": {
"test": "grunt test",
"selenium-daily": "npm run selenium-test",
"selenium-test": "wdio tests/selenium/wdio.conf.js",
"api-testing": "mocha tests/api-testing"
},
"devDependencies": {
"@wdio/cli": "6.1.16",
"@wdio/local-runner": "6.1.16",
"@wdio/mocha-framework": "6.1.14",
"@wdio/spec-reporter": "6.1.14",
"@wdio/sync": "6.1.14",
"api-testing": "^1.0.4",
"eslint-config-wikimedia": "0.16.1",
"grunt": "1.4.0",
"grunt-banana-checker": "0.9.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.15.0",
"mocha": "^7.1.1",
"stylelint-config-wikimedia": "0.10.3",
"wdio-mediawiki": "1.0.0",
"webdriverio": "6.1.16"
}
}