@xyo-network/react-embed 4.3.7 → 4.3.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-embed",
3
- "version": "4.3.7",
3
+ "version": "4.3.8",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,35 +43,35 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@mui/icons-material": "^6.3.0",
47
- "@mui/material": "^6.3.0",
48
- "@mui/styles": "^6.3.0",
49
- "@xylabs/delay": "^4.4.34",
50
- "@xylabs/react-async-effect": "^5.3.15",
51
- "@xylabs/react-error": "^5.3.15",
52
- "@xylabs/react-flexbox": "^5.3.15",
53
- "@xylabs/react-hooks": "^5.3.15",
54
- "@xylabs/react-select": "^5.3.15",
55
- "@xylabs/react-shared": "^5.3.15",
56
- "@xyo-network/huri": "^3.6.9",
57
- "@xyo-network/payload-model": "^3.6.9",
58
- "@xyo-network/react-payload-plugin": "^4.3.7",
59
- "@xyo-network/react-shared": "^4.3.7",
60
- "@xyo-network/schema-cache": "^3.6.9",
46
+ "@mui/icons-material": "^6.4.1",
47
+ "@mui/material": "^6.4.1",
48
+ "@mui/styles": "^6.4.1",
49
+ "@xylabs/delay": "^4.5.1",
50
+ "@xylabs/react-async-effect": "^5.3.18",
51
+ "@xylabs/react-error": "^5.3.18",
52
+ "@xylabs/react-flexbox": "^5.3.18",
53
+ "@xylabs/react-hooks": "^5.3.18",
54
+ "@xylabs/react-select": "^5.3.18",
55
+ "@xylabs/react-shared": "^5.3.18",
56
+ "@xyo-network/huri": "^3.6.11",
57
+ "@xyo-network/payload-model": "^3.6.11",
58
+ "@xyo-network/react-payload-plugin": "^4.3.8",
59
+ "@xyo-network/react-shared": "^4.3.8",
60
+ "@xyo-network/schema-cache": "^3.6.11",
61
61
  "react": "^18.3.1",
62
62
  "react-dom": "^18.3.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@emotion/react": "^11.14.0",
66
66
  "@emotion/styled": "^11.14.0",
67
- "@storybook/react": "^8.4.7",
67
+ "@storybook/react": "^8.5.1",
68
68
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
69
69
  "@xylabs/tsconfig-react": "^4.2.6",
70
- "@xyo-network/react-aggregate-price-plugin": "^4.3.7",
71
- "@xyo-network/react-crypto-market-uniswap-plugin": "^4.3.7",
72
- "react-router-dom": "^7.1.1",
73
- "storybook": "^8.4.7",
74
- "typescript": "^5.7.2"
70
+ "@xyo-network/react-aggregate-price-plugin": "^4.3.8",
71
+ "@xyo-network/react-crypto-market-uniswap-plugin": "^4.3.8",
72
+ "react-router-dom": "^7.1.3",
73
+ "storybook": "^8.5.1",
74
+ "typescript": "^5.7.3"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@emotion/react": "^11",
@@ -13,6 +13,7 @@ import type { ValidatePayloadProviderProps } from './Provider.tsx'
13
13
  import { ValidatePayloadProvider } from './Provider.tsx'
14
14
  import { useValidatePayload } from './use.ts'
15
15
 
16
+ // eslint-disable-next-line @eslint-react/no-unstable-context-value
16
17
  const EmbedDecorator: Decorator<ValidatePayloadProviderPropsEx> = (Story, { args }) => {
17
18
  const {
18
19
  xyoEmbedPluginContext, resolvePayloadContext, ...props