@axe-core/react 4.8.5 → 4.8.6-62d4aba.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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@ Test your React application with the [axe-core](https://github.com/dequelabs/axe
|
|
|
4
4
|
|
|
5
5
|
Previous versions of this program were maintained at [dequelabs/react-axe](https://github.com/dequelabs/react-axe).
|
|
6
6
|
|
|
7
|
+
## React support
|
|
8
|
+
|
|
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/).
|
|
10
|
+
|
|
7
11
|
## Usage
|
|
8
12
|
|
|
9
13
|
Install the module from NPM or elsewhere
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/react",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.6-62d4aba.0+62d4aba",
|
|
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": "62d4abae11fbdda47eb5c62940a3fa2365cc9ddf"
|
|
93
93
|
}
|