@xyo-network/react-map-model 7.6.2 → 7.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +38 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-map-model",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.3",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,24 +41,24 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-network": "~7.6.
|
|
44
|
+
"@xyo-network/react-network": "~7.6.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@mui/material": "^7.3.
|
|
47
|
+
"@mui/material": "^7.3.11",
|
|
48
48
|
"@opentelemetry/api": "^1.9.1",
|
|
49
49
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
50
50
|
"@types/geojson": "~7946.0.16",
|
|
51
51
|
"@types/react": "^19.2.14",
|
|
52
|
-
"@xylabs/react-select": "~7.2.
|
|
53
|
-
"@xylabs/react-shared": "~7.2.
|
|
54
|
-
"@xylabs/sdk-js": "^5.1.
|
|
55
|
-
"@xylabs/threads": "~5.1.
|
|
56
|
-
"@xylabs/toolchain": "~7.13.
|
|
57
|
-
"@xylabs/tsconfig": "^7.13.
|
|
58
|
-
"@xylabs/tsconfig-dom": "^7.13.
|
|
59
|
-
"@xylabs/tsconfig-react": "~7.13.
|
|
60
|
-
"@xyo-network/network": "~5.6.
|
|
61
|
-
"@xyo-network/payload-model": "^5.6.
|
|
52
|
+
"@xylabs/react-select": "~7.2.4",
|
|
53
|
+
"@xylabs/react-shared": "~7.2.4",
|
|
54
|
+
"@xylabs/sdk-js": "^5.1.2",
|
|
55
|
+
"@xylabs/threads": "~5.1.2",
|
|
56
|
+
"@xylabs/toolchain": "~7.13.15",
|
|
57
|
+
"@xylabs/tsconfig": "^7.13.15",
|
|
58
|
+
"@xylabs/tsconfig-dom": "^7.13.15",
|
|
59
|
+
"@xylabs/tsconfig-react": "~7.13.15",
|
|
60
|
+
"@xyo-network/network": "~5.6.3",
|
|
61
|
+
"@xyo-network/payload-model": "^5.6.3",
|
|
62
62
|
"async-mutex": "^0.5.0",
|
|
63
63
|
"bn.js": "^5.2.3",
|
|
64
64
|
"buffer": "^6.0.3",
|
|
@@ -70,37 +70,37 @@
|
|
|
70
70
|
"hash-wasm": "~4.12.0",
|
|
71
71
|
"observable-fns": "~0.6.1",
|
|
72
72
|
"pako": "^2.1.0",
|
|
73
|
-
"react": "^19.2.
|
|
74
|
-
"react-dom": "^19.2.
|
|
73
|
+
"react": "^19.2.6",
|
|
74
|
+
"react-dom": "^19.2.6",
|
|
75
75
|
"react-router-dom": "^7.15.0",
|
|
76
76
|
"typescript": "^5.9.3",
|
|
77
77
|
"wasm-feature-detect": "~1.8.0",
|
|
78
78
|
"zod": "^4.4.3"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@mui/material": "
|
|
82
|
-
"@opentelemetry/api": "
|
|
83
|
-
"@opentelemetry/sdk-trace-base": "
|
|
84
|
-
"@xylabs/react-select": "
|
|
85
|
-
"@xylabs/react-shared": "
|
|
86
|
-
"@xylabs/sdk-js": "
|
|
87
|
-
"@xylabs/threads": "
|
|
88
|
-
"@xyo-network/network": "
|
|
89
|
-
"@xyo-network/payload-model": "
|
|
90
|
-
"async-mutex": "
|
|
91
|
-
"bn.js": "
|
|
92
|
-
"buffer": "
|
|
93
|
-
"chalk": "
|
|
94
|
-
"debug": "
|
|
95
|
-
"ethers": "
|
|
96
|
-
"hash-wasm": "
|
|
97
|
-
"observable-fns": "
|
|
98
|
-
"pako": "
|
|
99
|
-
"react": "
|
|
100
|
-
"react-dom": "
|
|
101
|
-
"react-router-dom": "
|
|
102
|
-
"wasm-feature-detect": "
|
|
103
|
-
"zod": "
|
|
81
|
+
"@mui/material": "^7.3",
|
|
82
|
+
"@opentelemetry/api": "^1.9",
|
|
83
|
+
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
84
|
+
"@xylabs/react-select": "~7.2",
|
|
85
|
+
"@xylabs/react-shared": "~7.2",
|
|
86
|
+
"@xylabs/sdk-js": "^5.1",
|
|
87
|
+
"@xylabs/threads": "~5.1",
|
|
88
|
+
"@xyo-network/network": "~5.6",
|
|
89
|
+
"@xyo-network/payload-model": "^5.6",
|
|
90
|
+
"async-mutex": "^0.5",
|
|
91
|
+
"bn.js": "^5.2",
|
|
92
|
+
"buffer": "^6.0",
|
|
93
|
+
"chalk": "^5.6",
|
|
94
|
+
"debug": "~4.4",
|
|
95
|
+
"ethers": "^6.16",
|
|
96
|
+
"hash-wasm": "~4.12",
|
|
97
|
+
"observable-fns": "~0.6",
|
|
98
|
+
"pako": "^2.1",
|
|
99
|
+
"react": "^19.2",
|
|
100
|
+
"react-dom": "^19.2",
|
|
101
|
+
"react-router-dom": "^7.15",
|
|
102
|
+
"wasm-feature-detect": "~1.8",
|
|
103
|
+
"zod": "^4.4"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public"
|