- commit
- f7efd39d6286c4bfddc070ebd6e8676f6bc948dd
- parent
- 4dbb2e71e4040f0810251e38348b07b1afec6925
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2026-02-19 00:02
update tools
Diffstat
| M | package.json | 6 | +++--- |
| M | src/babel.js | 6 | +++--- |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
@@ -3,9 +3,9 @@ 3 3 "version": "1.0.0", 4 4 "description": "compare different implementations of accname", 5 5 "devDependencies": {6 -1 "aria-api": "^0.8.0",7 -1 "axe-core": "^4.10.3",8 -1 "dom-accessibility-api": "^0.7.0",-1 6 "aria-api": "^0.9.1", -1 7 "axe-core": "^4.11.1", -1 8 "dom-accessibility-api": "^0.7.1", 9 9 "w3c-alternative-text-computation": "github:WhatSock/w3c-alternative-text-computation#8526b212921d0eefb54b411b2ba765bc554bf6b7" 10 10 }, 11 11 "repository": {
diff --git a/src/babel.js b/src/babel.js
@@ -16,7 +16,7 @@ var ex = function(fn, args, _this) {
16 16 };
17 17
18 18 var implementations = [{
19 -1 name: 'aria-api (0.8.0)',
-1 19 name: 'aria-api (0.9.1)',
20 20 url: 'https://github.com/xi/aria-api',
21 21 fn: function(el) {
22 22 return {
@@ -30,7 +30,7 @@ var implementations = [{
30 30 url: 'https://github.com/WhatSock/w3c-alternative-text-computation',
31 31 fn: accdc.calcNames,
32 32 }, {
33 -1 name: 'dom-accessibility-api (0.7.0)',
-1 33 name: 'dom-accessibility-api (0.7.1)',
34 34 url: 'https://github.com/eps1lon/dom-accessibility-api/',
35 35 fn: function(el) {
36 36 return {
@@ -40,7 +40,7 @@ var implementations = [{
40 40 };
41 41 },
42 42 }, {
43 -1 name: 'axe (4.10.3)',
-1 43 name: 'axe (4.11.1)',
44 44 url: 'https://github.com/dequelabs/axe-core',
45 45 fn: function(el) {
46 46 axe._tree = axe.utils.getFlattenedTree(document.body);