Skip to content

Commit f9c7e54

Browse files
committed
fix: bump up vue-axe to 2.3.0
1 parent f95da46 commit f9c7e54

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

docs/.vuepress/config.js

-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ module.exports = {
1010
docsDir: 'docs',
1111
docsBranch: 'master',
1212
editLinks: true,
13-
// colorMode: {
14-
// props: {
15-
// modes: [ 'high-contrast']
16-
// }
17-
// },
1813
locales: {
1914
'/': {
2015
editLinkText: 'Edit this page on GitHub',

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vue-a11y/dark-mode": "^0.2.0",
2626
"a11y-css-reset": "^1.2.0",
2727
"axe-core": "^3.5.4",
28-
"vue-axe": "^2.1.0",
28+
"vue-axe": "^2.3.0",
2929
"vue-skip-to": "^1.0.6",
3030
"vuepress-plugin-code-copy": "^1.0.6"
3131
},

0 commit comments

Comments
 (0)