@xyo-network/react-form 2.83.1 → 3.0.0
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": "^
|
14
|
-
"@xyo-network/react-form-group": "^
|
13
|
+
"@xyo-network/react-form-credit-card": "^3.0.0",
|
14
|
+
"@xyo-network/react-form-group": "^3.0.0"
|
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": "^4.0.0-rc.
|
24
|
-
"@xylabs/tsconfig-react": "^4.0.0-rc.
|
23
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
24
|
+
"@xylabs/tsconfig-react": "^4.0.0-rc.15",
|
25
25
|
"typescript": "^5.5.4"
|
26
26
|
},
|
27
27
|
"description": "Common React library for all XYO projects that use React",
|
@@ -59,6 +59,6 @@
|
|
59
59
|
},
|
60
60
|
"sideEffects": false,
|
61
61
|
"types": "dist/browser/index.d.ts",
|
62
|
-
"version": "
|
62
|
+
"version": "3.0.0",
|
63
63
|
"type": "module"
|
64
64
|
}
|