@xyo-network/react-embed 4.3.0-rc.2 → 4.3.1

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 +14 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-embed",
3
- "version": "4.3.0-rc.2",
3
+ "version": "4.3.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,21 +43,21 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@mui/icons-material": "^6.2.1",
47
- "@mui/material": "^6.2.1",
48
- "@mui/styles": "^6.2.1",
49
- "@xylabs/delay": "^4.4.25",
46
+ "@mui/icons-material": "^6.3.0",
47
+ "@mui/material": "^6.3.0",
48
+ "@mui/styles": "^6.3.0",
49
+ "@xylabs/delay": "^4.4.27",
50
50
  "@xylabs/react-async-effect": "^5.3.13",
51
51
  "@xylabs/react-error": "^5.3.13",
52
52
  "@xylabs/react-flexbox": "^5.3.13",
53
53
  "@xylabs/react-hooks": "^5.3.13",
54
54
  "@xylabs/react-select": "^5.3.13",
55
55
  "@xylabs/react-shared": "^5.3.13",
56
- "@xyo-network/huri": "^3.6.0-rc.14",
57
- "@xyo-network/payload-model": "^3.6.0-rc.14",
58
- "@xyo-network/react-payload-plugin": "^4.3.0-rc.2",
59
- "@xyo-network/react-shared": "^4.3.0-rc.2",
60
- "@xyo-network/schema-cache": "^3.6.0-rc.14",
56
+ "@xyo-network/huri": "^3.6.5",
57
+ "@xyo-network/payload-model": "^3.6.5",
58
+ "@xyo-network/react-payload-plugin": "^4.3.1",
59
+ "@xyo-network/react-shared": "^4.3.1",
60
+ "@xyo-network/schema-cache": "^3.6.5",
61
61
  "react": "^18.3.1",
62
62
  "react-dom": "^18.3.1"
63
63
  },
@@ -67,9 +67,9 @@
67
67
  "@storybook/react": "^8.4.7",
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.0-rc.2",
71
- "@xyo-network/react-crypto-market-uniswap-plugin": "^4.3.0-rc.2",
72
- "react-router-dom": "^7.0.2",
70
+ "@xyo-network/react-aggregate-price-plugin": "^4.3.1",
71
+ "@xyo-network/react-crypto-market-uniswap-plugin": "^4.3.1",
72
+ "react-router-dom": "^7.1.1",
73
73
  "storybook": "^8.4.7",
74
74
  "typescript": "^5.7.2"
75
75
  },
@@ -81,6 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "docs": "dist/docs.json",
85
- "stableVersion": "4.2.14"
84
+ "docs": "dist/docs.json"
86
85
  }