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