@xyo-network/react-schema 2.72.2 → 2.72.4

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 +22 -22
package/package.json CHANGED
@@ -10,23 +10,23 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/hex": "^3.1.6",
14
- "@xylabs/lodash": "^3.1.6",
13
+ "@xylabs/hex": "^3.1.7",
14
+ "@xylabs/lodash": "^3.1.7",
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",
18
18
  "@xylabs/react-shared": "^3.1.6",
19
- "@xyo-network/diviner-schema-list-model": "^2.94.23",
20
- "@xyo-network/diviner-schema-stats-model": "^2.94.23",
21
- "@xyo-network/node-core-types": "^2.86.2",
22
- "@xyo-network/payload-builder": "^2.94.23",
23
- "@xyo-network/payload-model": "^2.94.23",
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
- "@xyo-network/schema-cache": "^2.94.23",
29
- "@xyo-network/schema-payload-plugin": "^2.94.23",
19
+ "@xyo-network/diviner-schema-list-model": "^2.94.40",
20
+ "@xyo-network/diviner-schema-stats-model": "^2.94.40",
21
+ "@xyo-network/node-core-types": "^2.86.6",
22
+ "@xyo-network/payload-builder": "^2.94.40",
23
+ "@xyo-network/payload-model": "^2.94.40",
24
+ "@xyo-network/react-diviner": "~2.72.4",
25
+ "@xyo-network/react-event": "~2.72.4",
26
+ "@xyo-network/react-property": "~2.72.4",
27
+ "@xyo-network/react-shared": "~2.72.4",
28
+ "@xyo-network/schema-cache": "^2.94.40",
29
+ "@xyo-network/schema-payload-plugin": "^2.94.40",
30
30
  "react-router-dom": "^6.22.3"
31
31
  },
32
32
  "devDependencies": {
@@ -34,14 +34,14 @@
34
34
  "@xylabs/react-flexbox": "^3.1.6",
35
35
  "@xylabs/ts-scripts-yarn3": "^3.9.0",
36
36
  "@xylabs/tsconfig-react": "^3.9.0",
37
- "@xyo-network/http-bridge": "^2.94.23",
38
- "@xyo-network/node-memory": "^2.94.23",
39
- "@xyo-network/node-model": "^2.94.23",
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
- "typescript": "^5.4.4"
37
+ "@xyo-network/http-bridge": "^2.94.40",
38
+ "@xyo-network/node-memory": "^2.94.40",
39
+ "@xyo-network/node-model": "^2.94.40",
40
+ "@xyo-network/react-node": "~2.72.4",
41
+ "@xyo-network/react-payload-raw-info": "~2.72.4",
42
+ "@xyo-network/react-storybook": "~2.72.4",
43
+ "@xyo-network/react-wallet": "~2.72.4",
44
+ "typescript": "^5.4.5"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@emotion/react": "^11",
@@ -103,6 +103,6 @@
103
103
  },
104
104
  "sideEffects": false,
105
105
  "types": "dist/browser/index.d.ts",
106
- "version": "2.72.2",
106
+ "version": "2.72.4",
107
107
  "type": "module"
108
108
  }