@axe-core/react 4.9.1-8644fbd.0 → 4.9.1-97a01bd.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,11 +6,7 @@ Previous versions of this program were maintained at [dequelabs/react-axe](https
|
|
|
6
6
|
|
|
7
7
|
## React support
|
|
8
8
|
|
|
9
|
-
This package does not support React 18 and above. Deque
|
|
10
|
-
|
|
11
|
-
The product has a free plan where each licensed user gets 1 API key. This is a good option for open-source projects or solo developers looking for high-quality accessibility feedback. [Sign up for the free plan](https://axe.deque.com/signup?product=axe-devtools-watcher&redirect_uri=https%3A%2F%2Faxe.deque.com%2Faxe-watcher%2Fstartup).
|
|
12
|
-
|
|
13
|
-
For more information, read the [blog post: Introducing axe Developer Hub, now available as part of axe DevTools for Web](https://www.deque.com/blog/introducing-axe-developer-hub-now-available-as-part-of-axe-devtools-for-web/)
|
|
9
|
+
This package does not support React 18 and above. Deque is working on alternatives for React 18+ developers and will update the community following product announcements at [axe-con 2024](https://www.deque.com/axe-con/).
|
|
14
10
|
|
|
15
11
|
## Usage
|
|
16
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/react",
|
|
3
|
-
"version": "4.9.1-
|
|
3
|
+
"version": "4.9.1-97a01bd.0+97a01bd",
|
|
4
4
|
"description": "Dynamic accessibility analysis for React using axe-core",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"type": "git",
|
|
90
90
|
"url": "https://github.com/dequelabs/axe-core-npm.git"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "97a01bd0644f6b4fcf361efc0e7bb97b11e47b74"
|
|
93
93
|
}
|