@xyo-network/react-payload-details 2.71.2 → 2.71.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 +12 -12
package/package.json CHANGED
@@ -10,24 +10,24 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/forget": "^3.0.24",
13
+ "@xylabs/forget": "^3.0.25",
14
14
  "@xylabs/react-button": "^3.1.6",
15
15
  "@xylabs/react-flexbox": "^3.1.6",
16
16
  "@xylabs/react-promise": "^3.1.6",
17
17
  "@xylabs/react-quick-tip-button": "^3.1.6",
18
- "@xyo-network/hash": "^2.93.8",
19
- "@xyo-network/payload-model": "^2.93.8",
20
- "@xyo-network/payload-validator": "^2.93.8",
21
- "@xyo-network/react-payload-raw-info": "~2.71.2",
22
- "@xyo-network/react-property": "~2.71.2",
23
- "@xyo-network/react-schema": "~2.71.2",
24
- "@xyo-network/react-shared": "~2.71.2"
18
+ "@xyo-network/hash": "^2.94.9",
19
+ "@xyo-network/payload-model": "^2.94.9",
20
+ "@xyo-network/payload-validator": "^2.94.9",
21
+ "@xyo-network/react-payload-raw-info": "~2.71.4",
22
+ "@xyo-network/react-property": "~2.71.4",
23
+ "@xyo-network/react-schema": "~2.71.4",
24
+ "@xyo-network/react-shared": "~2.71.4"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@storybook/react": "^7.6.17",
28
- "@xylabs/ts-scripts-yarn3": "^3.5.2",
29
- "@xylabs/tsconfig-react": "^3.5.2",
30
- "@xyo-network/react-storybook": "~2.71.2",
28
+ "@xylabs/ts-scripts-yarn3": "^3.9.0",
29
+ "@xylabs/tsconfig-react": "^3.9.0",
30
+ "@xyo-network/react-storybook": "~2.71.4",
31
31
  "react-router-dom": "^6.22.3",
32
32
  "typescript": "^5.4.3"
33
33
  },
@@ -91,6 +91,6 @@
91
91
  },
92
92
  "sideEffects": false,
93
93
  "types": "dist/browser/index.d.ts",
94
- "version": "2.71.2",
94
+ "version": "2.71.4",
95
95
  "type": "module"
96
96
  }