@xyo-network/react-form 3.0.22 → 4.0.0-rc.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-form",
|
3
|
-
"version": "
|
3
|
+
"version": "4.0.0-rc.1",
|
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": "^
|
47
|
-
"@xyo-network/react-form-group": "^
|
46
|
+
"@xyo-network/react-form-credit-card": "^4.0.0-rc.1",
|
47
|
+
"@xyo-network/react-form-group": "^4.0.0-rc.1"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
@@ -52,13 +52,14 @@
|
|
52
52
|
"typescript": "^5.6.2"
|
53
53
|
},
|
54
54
|
"peerDependencies": {
|
55
|
-
"@mui/material": "^
|
56
|
-
"@mui/styles": "^
|
55
|
+
"@mui/material": "^6",
|
56
|
+
"@mui/styles": "^6",
|
57
57
|
"react": "^18",
|
58
58
|
"react-dom": "^18"
|
59
59
|
},
|
60
60
|
"publishConfig": {
|
61
61
|
"access": "public"
|
62
62
|
},
|
63
|
-
"docs": "dist/docs.json"
|
63
|
+
"docs": "dist/docs.json",
|
64
|
+
"stableVersion": "3.0.23"
|
64
65
|
}
|