- commit
- 047f2c1a7e8d1564328819f297c6f13aeec5bb41
- parent
- eff4018f2521345838c4ffba487903dbd60f27cb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-06 21:38
update tools
Diffstat
| M | package.json | 4 | ++-- |
| M | src/babel.js | 4 | ++-- |
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
@@ -4,9 +4,9 @@ 4 4 "description": "compare different implementations of accname", 5 5 "devDependencies": { 6 6 "aria-api": "^0.8.0",7 -1 "axe-core": "^4.10.2",-1 7 "axe-core": "^4.10.3", 8 8 "dom-accessibility-api": "^0.7.0",9 -1 "w3c-alternative-text-computation": "github:WhatSock/w3c-alternative-text-computation#4b59f9877c9ae6282408edb150f64003a59fdb95"-1 9 "w3c-alternative-text-computation": "github:WhatSock/w3c-alternative-text-computation#8526b212921d0eefb54b411b2ba765bc554bf6b7" 10 10 }, 11 11 "repository": { 12 12 "type": "git",
diff --git a/src/babel.js b/src/babel.js
@@ -26,7 +26,7 @@ var implementations = [{
26 26 };
27 27 },
28 28 }, {
29 -1 name: 'WhatSock (2.62)',
-1 29 name: 'WhatSock (2.64)',
30 30 url: 'https://github.com/WhatSock/w3c-alternative-text-computation',
31 31 fn: accdc.calcNames,
32 32 }, {
@@ -40,7 +40,7 @@ var implementations = [{
40 40 };
41 41 },
42 42 }, {
43 -1 name: 'axe (4.10.2)',
-1 43 name: 'axe (4.10.3)',
44 44 url: 'https://github.com/dequelabs/axe-core',
45 45 fn: function(el) {
46 46 axe._tree = axe.utils.getFlattenedTree(document.body);