build: move stlyelint-a11y to dev dependencies

This commit is contained in:
Ben Goldsworthy 2021-05-12 08:23:16 +01:00
parent bae3b0b377
commit 6eaf028a21
2 changed files with 782 additions and 5984 deletions

6762
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -65,6 +65,7 @@
"node-sass": "^5.0.0", "node-sass": "^5.0.0",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"stylelint": "^13.12.0", "stylelint": "^13.12.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-rational-order": "^0.1.2", "stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^3.0.0", "stylelint-config-recommended": "^3.0.0",
"stylelint-config-wordpress": "^17.0.0", "stylelint-config-wordpress": "^17.0.0",
@ -78,9 +79,6 @@
"path": "./node_modules/cz-conventional-changelog" "path": "./node_modules/cz-conventional-changelog"
} }
}, },
"dependencies": {
"stylelint-a11y": "^1.2.3"
},
"eslintConfig": { "eslintConfig": {
"env": { "env": {
"browser": true, "browser": true,