Skip to content

Commit 3f53bbf

Browse files
authored
Merge pull request #184 from w3bdesign/dev
Fix all known WCAG accessible issues
2 parents e0cd60b + bfa4bd5 commit 3f53bbf

File tree

9 files changed

+113
-73
lines changed

9 files changed

+113
-73
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585

8686
## TODO
8787

88+
- Do WCAG analysis and ensure there are no issues
89+
8890
- Finish implementing search with meilisearch-vue or vue-instantsearch when Vue 3 is supported
8991

9092
- Add some tests to verify that the cart and checkout works correctly

package-lock.json

Lines changed: 70 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"devDependencies": {
1616
"@vue/compiler-sfc": "^3.0.7",
1717
"cross-env": "^7.0.3",
18-
"eslint": "^7.21.0",
18+
"eslint": "^7.22.0",
1919
"eslint-config-airbnb-base": "^14.2.1",
2020
"eslint-loader": "^4.0.2",
2121
"eslint-plugin-import": "^2.22.1",
2222
"eslint-plugin-vue": "^7.7.0",
23-
"postcss": "^8.2.6",
23+
"postcss": "^8.2.8",
2424
"resolve-url-loader": "^3.1.2",
25-
"stylelint": "^13.11.0",
26-
"stylelint-config-standard": "^20.0.0",
25+
"stylelint": "^13.12.0",
26+
"stylelint-config-standard": "^21.0.0",
2727
"vue-loader": "^16.0.0-rc.2"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)