@xyo-network/react-payload-details 2.70.0-rc.1 → 2.70.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 +16 -17
package/package.json CHANGED
@@ -10,26 +10,26 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/forget": "^3.0.6",
14
- "@xylabs/react-button": "^3.1.2",
15
- "@xylabs/react-flexbox": "^3.1.2",
16
- "@xylabs/react-promise": "^3.1.2",
17
- "@xylabs/react-quick-tip-button": "^3.1.2",
18
- "@xyo-network/hash": "^2.92.0-rc.9",
19
- "@xyo-network/payload-model": "^2.92.0-rc.9",
20
- "@xyo-network/payload-validator": "^2.92.0-rc.9",
21
- "@xyo-network/react-property": "~2.70.0-rc.1",
22
- "@xyo-network/react-schema": "~2.70.0-rc.1",
23
- "@xyo-network/react-shared": "~2.70.0-rc.1",
13
+ "@xylabs/forget": "^3.0.8",
14
+ "@xylabs/react-button": "^3.1.4",
15
+ "@xylabs/react-flexbox": "^3.1.4",
16
+ "@xylabs/react-promise": "^3.1.4",
17
+ "@xylabs/react-quick-tip-button": "^3.1.4",
18
+ "@xyo-network/hash": "^2.92.0",
19
+ "@xyo-network/payload-model": "^2.92.0",
20
+ "@xyo-network/payload-validator": "^2.92.0",
21
+ "@xyo-network/react-property": "~2.70.0",
22
+ "@xyo-network/react-schema": "~2.70.0",
23
+ "@xyo-network/react-shared": "~2.70.0",
24
24
  "react-json-view": "^1.21.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@storybook/react": "^7.6.17",
28
28
  "@xylabs/ts-scripts-yarn3": "^3.4.1",
29
29
  "@xylabs/tsconfig-react": "^3.4.1",
30
- "@xyo-network/react-storybook": "~2.70.0-rc.1",
31
- "react-router-dom": "^6.22.1",
32
- "typescript": "^5.3.3"
30
+ "@xyo-network/react-storybook": "~2.70.0",
31
+ "react-router-dom": "^6.22.2",
32
+ "typescript": "^5.4.2"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@mui/icons-material": "^5",
@@ -89,7 +89,6 @@
89
89
  },
90
90
  "sideEffects": false,
91
91
  "types": "dist/browser/index.d.ts",
92
- "version": "2.70.0-rc.1",
93
- "type": "module",
94
- "stableVersion": "2.69.2"
92
+ "version": "2.70.0",
93
+ "type": "module"
95
94
  }