@axe-core/react 4.9.1-4cb64b0.0 → 4.9.1-7f49c96.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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,11 @@ 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 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/).
9
+ This package does not support React 18 and above. Deque released a product called [axe Developer Hub](https://www.deque.com/axe/developer-hub/). This product has [numerous JavaScript/TypeScript test framework integrations](https://docs.deque.com/developer-hub/2/en/dh-platform-support#browser-automation-platform-support) and is Deque's recommended path forward for users of this library who wish to use more modern versions of React.
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/)
10
14
 
11
15
  ## Usage
12
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/react",
3
- "version": "4.9.1-4cb64b0.0+4cb64b0",
3
+ "version": "4.9.1-7f49c96.0+7f49c96",
4
4
  "description": "Dynamic accessibility analysis for React using axe-core",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -60,7 +60,7 @@
60
60
  "author": "Dylan Barrell (dylan@barrell.com)",
61
61
  "license": "MPL-2.0",
62
62
  "dependencies": {
63
- "axe-core": "~4.9.0",
63
+ "axe-core": "~4.9.1",
64
64
  "requestidlecallback": "^0.3.0"
65
65
  },
66
66
  "devDependencies": {
@@ -89,5 +89,5 @@
89
89
  "type": "git",
90
90
  "url": "https://github.com/dequelabs/axe-core-npm.git"
91
91
  },
92
- "gitHead": "4cb64b094417c4090b195e4ee614bf4c3897fcd9"
92
+ "gitHead": "7f49c96f7bcb3f294838cddfe3d44e8bd0ca4fc5"
93
93
  }