@xyo-network/react-schema 2.72.1 → 2.72.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -11
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
- "@xylabs/hex": "^3.0.25",
14
- "@xylabs/lodash": "^3.0.25",
13
+ "@xylabs/hex": "^3.1.6",
14
+ "@xylabs/lodash": "^3.1.6",
15
15
  "@xylabs/react-async-effect": "^3.1.6",
16
16
  "@xylabs/react-link": "^3.1.6",
17
17
  "@xylabs/react-select": "^3.1.6",
@@ -21,10 +21,10 @@
21
21
  "@xyo-network/node-core-types": "^2.86.2",
22
22
  "@xyo-network/payload-builder": "^2.94.23",
23
23
  "@xyo-network/payload-model": "^2.94.23",
24
- "@xyo-network/react-diviner": "~2.72.1",
25
- "@xyo-network/react-event": "~2.72.1",
26
- "@xyo-network/react-property": "~2.72.1",
27
- "@xyo-network/react-shared": "~2.72.1",
24
+ "@xyo-network/react-diviner": "~2.72.2",
25
+ "@xyo-network/react-event": "~2.72.2",
26
+ "@xyo-network/react-property": "~2.72.2",
27
+ "@xyo-network/react-shared": "~2.72.2",
28
28
  "@xyo-network/schema-cache": "^2.94.23",
29
29
  "@xyo-network/schema-payload-plugin": "^2.94.23",
30
30
  "react-router-dom": "^6.22.3"
@@ -37,10 +37,10 @@
37
37
  "@xyo-network/http-bridge": "^2.94.23",
38
38
  "@xyo-network/node-memory": "^2.94.23",
39
39
  "@xyo-network/node-model": "^2.94.23",
40
- "@xyo-network/react-node": "~2.72.1",
41
- "@xyo-network/react-payload-raw-info": "~2.72.1",
42
- "@xyo-network/react-storybook": "~2.72.1",
43
- "@xyo-network/react-wallet": "~2.72.1",
40
+ "@xyo-network/react-node": "~2.72.2",
41
+ "@xyo-network/react-payload-raw-info": "~2.72.2",
42
+ "@xyo-network/react-storybook": "~2.72.2",
43
+ "@xyo-network/react-wallet": "~2.72.2",
44
44
  "typescript": "^5.4.4"
45
45
  },
46
46
  "peerDependencies": {
@@ -103,6 +103,6 @@
103
103
  },
104
104
  "sideEffects": false,
105
105
  "types": "dist/browser/index.d.ts",
106
- "version": "2.72.1",
106
+ "version": "2.72.2",
107
107
  "type": "module"
108
108
  }