@xyo-network/react-embed 2.68.0-rc.1 → 2.68.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 +12 -13
package/package.json CHANGED
@@ -14,20 +14,20 @@
14
14
  "@xylabs/react-async-effect": "^3.0.39",
15
15
  "@xylabs/react-flexbox": "^3.0.39",
16
16
  "@xylabs/react-shared": "^3.0.39",
17
- "@xyo-network/huri": "^2.89.0-rc.12",
18
- "@xyo-network/payload-model": "^2.89.0-rc.12",
19
- "@xyo-network/react-error": "~2.68.0-rc.1",
20
- "@xyo-network/react-payload-plugin": "~2.68.0-rc.1",
21
- "@xyo-network/react-shared": "~2.68.0-rc.1",
22
- "@xyo-network/schema-cache": "^2.89.0-rc.12"
17
+ "@xyo-network/huri": "^2.89.0",
18
+ "@xyo-network/payload-model": "^2.89.0",
19
+ "@xyo-network/react-error": "~2.68.0",
20
+ "@xyo-network/react-payload-plugin": "~2.68.0",
21
+ "@xyo-network/react-shared": "~2.68.0",
22
+ "@xyo-network/schema-cache": "^2.89.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@storybook/react": "^7.6.12",
25
+ "@storybook/react": "^7.6.13",
26
26
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
27
27
  "@xylabs/tsconfig-react": "^3.2.42",
28
- "@xyo-network/react-aggregate-price-plugin": "~2.68.0-rc.1",
29
- "@xyo-network/react-crypto-market-uniswap-plugin": "~2.68.0-rc.1",
30
- "react-router-dom": "^6.21.3",
28
+ "@xyo-network/react-aggregate-price-plugin": "~2.68.0",
29
+ "@xyo-network/react-crypto-market-uniswap-plugin": "~2.68.0",
30
+ "react-router-dom": "^6.22.0",
31
31
  "typescript": "^5.3.3"
32
32
  },
33
33
  "peerDependencies": {
@@ -88,7 +88,6 @@
88
88
  },
89
89
  "sideEffects": false,
90
90
  "types": "dist/browser/index.d.ts",
91
- "version": "2.68.0-rc.1",
92
- "type": "module",
93
- "stableVersion": "2.67.18"
91
+ "version": "2.68.0",
92
+ "type": "module"
94
93
  }