@xyo-network/react-form 4.3.9 → 4.3.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-form",
|
3
|
-
"version": "4.3.
|
3
|
+
"version": "4.3.10",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -43,8 +43,8 @@
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@xyo-network/react-form-credit-card": "^4.3.
|
47
|
-
"@xyo-network/react-form-group": "^4.3.
|
46
|
+
"@xyo-network/react-form-credit-card": "^4.3.10",
|
47
|
+
"@xyo-network/react-form-group": "^4.3.10"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"@mui/styles": "^6",
|
60
60
|
"react": "^18",
|
61
61
|
"react-dom": "^18",
|
62
|
-
"react-router-dom": "^
|
62
|
+
"react-router-dom": "^7"
|
63
63
|
},
|
64
64
|
"publishConfig": {
|
65
65
|
"access": "public"
|