@xyo-network/react-embed 4.2.5 → 4.2.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +18 -18
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-embed",
|
3
|
-
"version": "4.2.
|
3
|
+
"version": "4.2.7",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -43,34 +43,34 @@
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@mui/icons-material": "^6.1.
|
47
|
-
"@mui/material": "^6.1.
|
48
|
-
"@mui/styles": "^6.1.
|
49
|
-
"@xylabs/delay": "^4.
|
46
|
+
"@mui/icons-material": "^6.1.8",
|
47
|
+
"@mui/material": "^6.1.8",
|
48
|
+
"@mui/styles": "^6.1.8",
|
49
|
+
"@xylabs/delay": "^4.4.0",
|
50
50
|
"@xylabs/react-async-effect": "^5.3.2",
|
51
51
|
"@xylabs/react-error": "^5.3.2",
|
52
52
|
"@xylabs/react-flexbox": "^5.3.2",
|
53
53
|
"@xylabs/react-hooks": "^5.3.2",
|
54
54
|
"@xylabs/react-select": "^5.3.2",
|
55
55
|
"@xylabs/react-shared": "^5.3.2",
|
56
|
-
"@xyo-network/huri": "^3.
|
57
|
-
"@xyo-network/payload-model": "^3.
|
58
|
-
"@xyo-network/react-payload-plugin": "^4.2.
|
59
|
-
"@xyo-network/react-shared": "^4.2.
|
60
|
-
"@xyo-network/schema-cache": "^3.
|
56
|
+
"@xyo-network/huri": "^3.4.2",
|
57
|
+
"@xyo-network/payload-model": "^3.4.2",
|
58
|
+
"@xyo-network/react-payload-plugin": "^4.2.7",
|
59
|
+
"@xyo-network/react-shared": "^4.2.7",
|
60
|
+
"@xyo-network/schema-cache": "^3.4.2",
|
61
61
|
"react": "^18.3.1",
|
62
62
|
"react-dom": "^18.3.1"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
|
-
"@emotion/react": "^11.13.
|
66
|
-
"@emotion/styled": "^11.13.
|
67
|
-
"@storybook/react": "^8.4.
|
68
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
69
|
-
"@xylabs/tsconfig-react": "^4.2.
|
70
|
-
"@xyo-network/react-aggregate-price-plugin": "^4.2.
|
71
|
-
"@xyo-network/react-crypto-market-uniswap-plugin": "^4.2.
|
65
|
+
"@emotion/react": "^11.13.5",
|
66
|
+
"@emotion/styled": "^11.13.5",
|
67
|
+
"@storybook/react": "^8.4.5",
|
68
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|
69
|
+
"@xylabs/tsconfig-react": "^4.2.4",
|
70
|
+
"@xyo-network/react-aggregate-price-plugin": "^4.2.7",
|
71
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "^4.2.7",
|
72
72
|
"react-router-dom": "^6.28.0",
|
73
|
-
"storybook": "^8.4.
|
73
|
+
"storybook": "^8.4.5",
|
74
74
|
"typescript": "^5.6.3"
|
75
75
|
},
|
76
76
|
"peerDependencies": {
|