@xyo-network/react-schema-plugin 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 +7 -7
package/package.json
CHANGED
@@ -10,14 +10,14 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-flexbox": "^
|
14
|
-
"@xyo-network/payload-model": "^
|
15
|
-
"@xyo-network/react-payload-details": "^
|
16
|
-
"@xyo-network/react-payload-plugin": "^
|
17
|
-
"@xyo-network/schema-payload-plugin": "^
|
13
|
+
"@xylabs/react-flexbox": "^4.0.0",
|
14
|
+
"@xyo-network/payload-model": "^3.0.1",
|
15
|
+
"@xyo-network/react-payload-details": "^3.0.0",
|
16
|
+
"@xyo-network/react-payload-plugin": "^3.0.0",
|
17
|
+
"@xyo-network/schema-payload-plugin": "^3.0.1"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.
|
20
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
21
21
|
"typescript": "^5.5.4"
|
22
22
|
},
|
23
23
|
"peerDependencies": {
|
@@ -64,6 +64,6 @@
|
|
64
64
|
},
|
65
65
|
"sideEffects": false,
|
66
66
|
"types": "dist/browser/index.d.ts",
|
67
|
-
"version": "
|
67
|
+
"version": "3.0.0",
|
68
68
|
"type": "module"
|
69
69
|
}
|