@xyo-network/react-form 2.81.5 → 2.81.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -10,8 +10,8 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xyo-network/react-form-credit-card": "^2.81.
|
14
|
-
"@xyo-network/react-form-group": "^2.81.
|
13
|
+
"@xyo-network/react-form-credit-card": "^2.81.7",
|
14
|
+
"@xyo-network/react-form-group": "^2.81.7"
|
15
15
|
},
|
16
16
|
"peerDependencies": {
|
17
17
|
"@mui/material": "^5",
|
@@ -20,8 +20,8 @@
|
|
20
20
|
"react-dom": "^18"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
|
-
"@xylabs/ts-scripts-yarn3": "^3.12.
|
24
|
-
"@xylabs/tsconfig-react": "^3.12.
|
23
|
+
"@xylabs/ts-scripts-yarn3": "^3.12.4",
|
24
|
+
"@xylabs/tsconfig-react": "^3.12.4",
|
25
25
|
"typescript": "^5.5.3"
|
26
26
|
},
|
27
27
|
"description": "Common React library for all XYO projects that use React",
|
@@ -75,6 +75,6 @@
|
|
75
75
|
},
|
76
76
|
"sideEffects": false,
|
77
77
|
"types": "dist/browser/index.d.ts",
|
78
|
-
"version": "2.81.
|
78
|
+
"version": "2.81.7",
|
79
79
|
"type": "module"
|
80
80
|
}
|