@xyo-network/react-embed 4.0.3 → 4.1.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 +24 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-embed",
3
- "version": "4.0.3",
3
+ "version": "4.1.0",
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.1.2",
47
- "@mui/material": "^6.1.2",
48
- "@mui/styles": "^6.1.2",
49
- "@xylabs/delay": "^4.0.10",
50
- "@xylabs/react-async-effect": "^5.0.1",
51
- "@xylabs/react-flexbox": "^5.0.1",
52
- "@xylabs/react-hooks": "^5.0.1",
53
- "@xylabs/react-select": "^5.0.1",
54
- "@xylabs/react-shared": "^5.0.1",
55
- "@xyo-network/huri": "^3.1.14",
56
- "@xyo-network/payload-model": "^3.1.14",
57
- "@xyo-network/react-error": "^4.0.3",
58
- "@xyo-network/react-payload-plugin": "^4.0.3",
59
- "@xyo-network/react-shared": "^4.0.3",
60
- "@xyo-network/schema-cache": "^3.1.14",
46
+ "@mui/icons-material": "^6.1.3",
47
+ "@mui/material": "^6.1.3",
48
+ "@mui/styles": "^6.1.3",
49
+ "@xylabs/delay": "^4.2.0",
50
+ "@xylabs/react-async-effect": "^5.2.0",
51
+ "@xylabs/react-flexbox": "^5.2.0",
52
+ "@xylabs/react-hooks": "^5.2.0",
53
+ "@xylabs/react-select": "^5.2.0",
54
+ "@xylabs/react-shared": "^5.2.0",
55
+ "@xyo-network/huri": "^3.2.0",
56
+ "@xyo-network/payload-model": "^3.2.0",
57
+ "@xyo-network/react-error": "^4.1.0",
58
+ "@xyo-network/react-payload-plugin": "^4.1.0",
59
+ "@xyo-network/react-shared": "^4.1.0",
60
+ "@xyo-network/schema-cache": "^3.2.0",
61
61
  "react": "^18.3.1",
62
62
  "react-dom": "^18.3.1"
63
63
  },
@@ -65,17 +65,18 @@
65
65
  "@emotion/react": "^11.13.3",
66
66
  "@emotion/styled": "^11.13.0",
67
67
  "@storybook/react": "^8.3.5",
68
- "@xylabs/ts-scripts-yarn3": "^4.0.7",
69
- "@xylabs/tsconfig-react": "^4.0.7",
70
- "@xyo-network/react-aggregate-price-plugin": "^4.0.3",
71
- "@xyo-network/react-crypto-market-uniswap-plugin": "^4.0.3",
72
- "react-router-dom": "^6.26.2",
68
+ "@xylabs/ts-scripts-yarn3": "^4.2.1",
69
+ "@xylabs/tsconfig-react": "^4.2.1",
70
+ "@xyo-network/react-aggregate-price-plugin": "^4.1.0",
71
+ "@xyo-network/react-crypto-market-uniswap-plugin": "^4.1.0",
72
+ "react-router-dom": "^6.27.0",
73
73
  "storybook": "^8.3.5",
74
- "typescript": "^5.6.2"
74
+ "typescript": "^5.6.3"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@emotion/react": "^11",
78
- "@emotion/styled": "^11"
78
+ "@emotion/styled": "^11",
79
+ "react-router-dom": "^6"
79
80
  },
80
81
  "publishConfig": {
81
82
  "access": "public"