@xyo-network/react-address 4.1.6 → 4.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-address",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.8",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -43,16 +43,16 @@
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@xyo-network/react-address-history": "^4.1.
|
47
|
-
"@xyo-network/react-address-render": "^4.1.
|
46
|
+
"@xyo-network/react-address-history": "^4.1.8",
|
47
|
+
"@xyo-network/react-address-render": "^4.1.8"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@emotion/react": "^11.13.3",
|
51
51
|
"@emotion/styled": "^11.13.0",
|
52
|
-
"@mui/icons-material": "^6.1.
|
53
|
-
"@mui/material": "^6.1.
|
54
|
-
"@mui/styles": "^6.1.
|
55
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
52
|
+
"@mui/icons-material": "^6.1.5",
|
53
|
+
"@mui/material": "^6.1.5",
|
54
|
+
"@mui/styles": "^6.1.5",
|
55
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
56
56
|
"react": "^18.3.1",
|
57
57
|
"react-dom": "^18.3.1",
|
58
58
|
"typescript": "^5.6.3"
|