@xyo-network/react-payload-details 2.71.10 → 2.72.0

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 +10 -10
package/package.json CHANGED
@@ -15,21 +15,21 @@
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.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.10",
22
- "@xyo-network/react-property": "~2.71.10",
23
- "@xyo-network/react-schema": "~2.71.10",
24
- "@xyo-network/react-shared": "~2.71.10"
18
+ "@xyo-network/hash": "^2.94.23",
19
+ "@xyo-network/payload-model": "^2.94.23",
20
+ "@xyo-network/payload-validator": "^2.94.23",
21
+ "@xyo-network/react-payload-raw-info": "~2.72.0",
22
+ "@xyo-network/react-property": "~2.72.0",
23
+ "@xyo-network/react-schema": "~2.72.0",
24
+ "@xyo-network/react-shared": "~2.72.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@storybook/react": "^7.6.17",
28
28
  "@xylabs/ts-scripts-yarn3": "^3.9.0",
29
29
  "@xylabs/tsconfig-react": "^3.9.0",
30
- "@xyo-network/react-storybook": "~2.71.10",
30
+ "@xyo-network/react-storybook": "~2.72.0",
31
31
  "react-router-dom": "^6.22.3",
32
- "typescript": "^5.4.3"
32
+ "typescript": "^5.4.4"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@emotion/react": "^11",
@@ -91,6 +91,6 @@
91
91
  },
92
92
  "sideEffects": false,
93
93
  "types": "dist/browser/index.d.ts",
94
- "version": "2.71.10",
94
+ "version": "2.72.0",
95
95
  "type": "module"
96
96
  }