@qualweb/wcag-techniques
Advanced tools
Comparing version 0.3.10 to 0.3.12
{ | ||
"name": "@qualweb/wcag-techniques", | ||
"version": "0.3.10", | ||
"version": "0.3.12", | ||
"description": "Implementation of the WCAG 2.1 techniques", | ||
@@ -20,7 +20,7 @@ "main": "dist/wcag.bundle.js", | ||
"lint:fix": "eslint src --ext .ts --fix", | ||
"format": "prettier --config .prettierrc 'src/**/*.ts' --write", | ||
"format": "prettier --config .prettierrc src/**/*.ts --write", | ||
"prebuild": "npm run compile:techniques && rimraf prebuild && rimraf dist ", | ||
"build": "tsc --build && webpack --mode production", | ||
"postbuild": "rimraf prebuild", | ||
"prepare": "npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -47,20 +47,20 @@ "homepage": "https://github.com/qualweb/wcag-techniques#readme", | ||
"devDependencies": { | ||
"@qualweb/dom": "0.2.6", | ||
"@qualweb/locale": "0.1.11", | ||
"@qualweb/qw-page": "0.2.12", | ||
"@qualweb/types": "0.7.16", | ||
"@qualweb/util": "0.5.14", | ||
"@tsconfig/recommended": "^1.0.1", | ||
"@qualweb/dom": "0.2.8", | ||
"@qualweb/locale": "0.1.14", | ||
"@qualweb/qw-page": "0.2.15", | ||
"@qualweb/types": "0.7.24", | ||
"@qualweb/util": "0.5.28", | ||
"@tsconfig/recommended": "^1.0.3", | ||
"@types/node": "^17.0.8", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^8.6.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-sonarjs": "^0.11.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-sonarjs": "^0.23.0", | ||
"mocha": "^9.1.3", | ||
"prettier": "^2.5.1", | ||
"puppeteer": "^13.0.1", | ||
"rimraf": "^3.0.2", | ||
"prettier": "^3.1.0", | ||
"puppeteer": "^21.5.2", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^4.5.4", | ||
@@ -67,0 +67,0 @@ "webpack": "^5.65.0", |
@@ -0,0 +0,0 @@ # QualWeb WCAG techniques |
Sorry, the diff of this file is too big to display
100379
3