@xylabs/react-pixel-debugger 7.2.0 → 7.2.2
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 +35 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/react-pixel-debugger",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.2",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -36,42 +36,40 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xylabs/react-button": "~7.2.
|
|
40
|
-
"@xylabs/react-
|
|
41
|
-
"@xylabs/react-
|
|
42
|
-
"@xylabs/react-shared": "~7.2.
|
|
43
|
-
"@xylabs/react-portal": "~7.2.
|
|
39
|
+
"@xylabs/react-button": "~7.2.2",
|
|
40
|
+
"@xylabs/react-pixel": "~7.2.2",
|
|
41
|
+
"@xylabs/react-flexbox": "~7.2.2",
|
|
42
|
+
"@xylabs/react-shared": "~7.2.2",
|
|
43
|
+
"@xylabs/react-portal": "~7.2.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@mui/material": "~7.3.10",
|
|
47
47
|
"@opentelemetry/api": "^1.9.1",
|
|
48
|
-
"@opentelemetry/sdk-trace-base": "
|
|
48
|
+
"@opentelemetry/sdk-trace-base": "~2.7.1",
|
|
49
49
|
"@storybook/react-vite": "~10.3.6",
|
|
50
|
-
"@types/node": "~25.6.0",
|
|
51
50
|
"@types/react": "^19.2.14",
|
|
52
|
-
"@xylabs/pixel": "
|
|
51
|
+
"@xylabs/pixel": "^5.1.0",
|
|
53
52
|
"@xylabs/sdk-js": "^5.1.0",
|
|
54
|
-
"@xylabs/toolchain": "~7.
|
|
55
|
-
"@xylabs/tsconfig": "~7.
|
|
56
|
-
"@xylabs/tsconfig-dom": "~7.
|
|
57
|
-
"@xylabs/tsconfig-react": "~7.
|
|
58
|
-
"async-mutex": "
|
|
59
|
-
"bn.js": "
|
|
60
|
-
"bowser": "
|
|
61
|
-
"buffer": "
|
|
62
|
-
"chalk": "
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"js-cookie": ">=3.0.5 <3.1",
|
|
53
|
+
"@xylabs/toolchain": "~7.13.0",
|
|
54
|
+
"@xylabs/tsconfig": "~7.13.0",
|
|
55
|
+
"@xylabs/tsconfig-dom": "~7.13.0",
|
|
56
|
+
"@xylabs/tsconfig-react": "~7.13.0",
|
|
57
|
+
"async-mutex": "~0.5.0",
|
|
58
|
+
"bn.js": "~5.2.3",
|
|
59
|
+
"bowser": "~2.14.1",
|
|
60
|
+
"buffer": "~6.0.3",
|
|
61
|
+
"chalk": "~5.6.2",
|
|
62
|
+
"eslint": "~10.3.0",
|
|
63
|
+
"ethers": "~6.16.0",
|
|
64
|
+
"fast-deep-equal": "~3.1.3",
|
|
65
|
+
"js-cookie": "~3.0.5",
|
|
68
66
|
"mixpanel-browser": "^2.78.0",
|
|
69
67
|
"pako": "~2.1.0",
|
|
70
68
|
"query-string": "~9.3.1",
|
|
71
69
|
"react": "^19.2.5",
|
|
72
70
|
"react-dom": "^19.2.5",
|
|
73
|
-
"react-router-dom": "^7.
|
|
74
|
-
"spark-md5": "
|
|
71
|
+
"react-router-dom": "^7.15.0",
|
|
72
|
+
"spark-md5": "~3.0.2",
|
|
75
73
|
"storybook": "~10.3.6",
|
|
76
74
|
"typescript": "^5.9.3",
|
|
77
75
|
"vite": "~8.0.10",
|
|
@@ -80,24 +78,24 @@
|
|
|
80
78
|
"peerDependencies": {
|
|
81
79
|
"@mui/material": ">=7.3.10 <7.4",
|
|
82
80
|
"@opentelemetry/api": ">=1.9.1 <2",
|
|
83
|
-
"@opentelemetry/sdk-trace-base": ">=2.7.1 <
|
|
84
|
-
"@xylabs/pixel": ">=5.1.0 <
|
|
81
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <2.8",
|
|
82
|
+
"@xylabs/pixel": ">=5.1.0 <6",
|
|
85
83
|
"@xylabs/sdk-js": ">=5.1.0 <6",
|
|
86
|
-
"async-mutex": ">=0.5.0 <
|
|
87
|
-
"bn.js": ">=5.2.3 <
|
|
88
|
-
"bowser": ">=2.14.1 <
|
|
89
|
-
"buffer": ">=6.0.3 <
|
|
90
|
-
"chalk": ">=5.6.2 <
|
|
91
|
-
"ethers": ">=6.16.0 <
|
|
92
|
-
"fast-deep-equal": ">=3.1.3 <
|
|
93
|
-
"js-cookie": ">=3.0.5 <
|
|
84
|
+
"async-mutex": ">=0.5.0 <0.6",
|
|
85
|
+
"bn.js": ">=5.2.3 <5.3",
|
|
86
|
+
"bowser": ">=2.14.1 <2.15",
|
|
87
|
+
"buffer": ">=6.0.3 <6.1",
|
|
88
|
+
"chalk": ">=5.6.2 <5.7",
|
|
89
|
+
"ethers": ">=6.16.0 <6.17",
|
|
90
|
+
"fast-deep-equal": ">=3.1.3 <3.2",
|
|
91
|
+
"js-cookie": ">=3.0.5 <3.1",
|
|
94
92
|
"mixpanel-browser": ">=2.78.0 <3",
|
|
95
93
|
"pako": ">=2.1.0 <2.2",
|
|
96
94
|
"query-string": ">=9.3.1 <9.4",
|
|
97
95
|
"react": ">=19.2.5 <20",
|
|
98
96
|
"react-dom": ">=19.2.5 <20",
|
|
99
|
-
"react-router-dom": ">=7.
|
|
100
|
-
"spark-md5": ">=3.0.2 <
|
|
97
|
+
"react-router-dom": ">=7.15.0 <8",
|
|
98
|
+
"spark-md5": ">=3.0.2 <3.1",
|
|
101
99
|
"zod": ">=4.4.3 <5"
|
|
102
100
|
},
|
|
103
101
|
"publishConfig": {
|