ngp-accessibility 1.0.0 → 1.0.1
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngp-accessibility",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "React accessibility package with translation, text sizing, contrast modes, and voice commands",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Rodolfo Miclat Jr."
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"voice-command"
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
27
|
-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
26
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
27
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@rollup/plugin-commonjs": "^25.0.0",
|