@xylabs/react-webapp 7.1.20 → 7.2.1
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 +68 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/react-webapp",
|
|
3
|
-
"version": "7.1
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -31,66 +31,93 @@
|
|
|
31
31
|
"default": "./dist/browser/index.mjs"
|
|
32
32
|
},
|
|
33
33
|
"types": "./dist/browser/index.d.ts",
|
|
34
|
-
"import": "./dist/browser/index.mjs",
|
|
35
34
|
"default": "./dist/browser/index.mjs"
|
|
36
35
|
},
|
|
37
36
|
"./package.json": "./package.json"
|
|
38
37
|
},
|
|
39
|
-
"types": "dist/browser/index.d.ts",
|
|
40
38
|
"files": [
|
|
41
39
|
"dist",
|
|
42
40
|
"README.md"
|
|
43
41
|
],
|
|
44
42
|
"dependencies": {
|
|
45
|
-
"@xylabs/
|
|
46
|
-
"react-
|
|
47
|
-
"@xylabs/react-
|
|
48
|
-
"@xylabs/react-
|
|
49
|
-
"@xylabs/react-button": "~7.1
|
|
50
|
-
"@xylabs/react-
|
|
51
|
-
"@xylabs/react-
|
|
52
|
-
"@xylabs/react-shared": "~7.1
|
|
53
|
-
"@xylabs/react-pixel": "~7.1.20"
|
|
43
|
+
"@xylabs/react-appbar": "~7.2.1",
|
|
44
|
+
"@xylabs/react-app-settings": "~7.2.1",
|
|
45
|
+
"@xylabs/react-flexbox": "~7.2.1",
|
|
46
|
+
"@xylabs/react-error": "~7.2.1",
|
|
47
|
+
"@xylabs/react-button": "~7.2.1",
|
|
48
|
+
"@xylabs/react-pixel": "~7.2.1",
|
|
49
|
+
"@xylabs/react-async-effect": "~7.2.1",
|
|
50
|
+
"@xylabs/react-shared": "~7.2.1"
|
|
54
51
|
},
|
|
55
52
|
"devDependencies": {
|
|
56
|
-
"@mui/material": "~7.3.
|
|
53
|
+
"@mui/icons-material": "~7.3.10",
|
|
54
|
+
"@mui/material": "~7.3.10",
|
|
57
55
|
"@opentelemetry/api": "^1.9.1",
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
56
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
|
|
57
|
+
"@react-spring/web": "~10.0.3",
|
|
58
|
+
"@storybook/react-vite": "~10.3.6",
|
|
59
|
+
"@types/node": "~25.6.0",
|
|
60
60
|
"@types/react": "^19.2.14",
|
|
61
61
|
"@types/react-helmet": "~6.1.11",
|
|
62
|
-
"@xylabs/
|
|
63
|
-
"@xylabs/
|
|
64
|
-
"@xylabs/
|
|
65
|
-
"@xylabs/tsconfig
|
|
66
|
-
"@xylabs/tsconfig-
|
|
67
|
-
"@xylabs/
|
|
68
|
-
"
|
|
62
|
+
"@xylabs/pixel": "^5.1.0",
|
|
63
|
+
"@xylabs/sdk-js": "~5.1.0",
|
|
64
|
+
"@xylabs/toolchain": "~7.12.3",
|
|
65
|
+
"@xylabs/tsconfig": "~7.12.3",
|
|
66
|
+
"@xylabs/tsconfig-dom": "~7.12.3",
|
|
67
|
+
"@xylabs/tsconfig-react": "~7.12.3",
|
|
68
|
+
"async-mutex": ">=0.5.0 <0.6",
|
|
69
|
+
"bn.js": ">=5.2.3 <5.3",
|
|
70
|
+
"bowser": ">=2.14.1 <2.15",
|
|
71
|
+
"buffer": ">=6.0.3 <6.1",
|
|
72
|
+
"chalk": ">=5.6.2 <5.7",
|
|
69
73
|
"esbuild": "^0.28.0",
|
|
74
|
+
"eslint": ">=10.2.1 <11",
|
|
75
|
+
"ethers": ">=6.16.0 <7",
|
|
76
|
+
"fast-deep-equal": ">=3.1.3 <3.2",
|
|
77
|
+
"js-cookie": ">=3.0.5 <3.1",
|
|
78
|
+
"mixpanel-browser": "^2.78.0",
|
|
70
79
|
"pako": "~2.1.0",
|
|
71
|
-
"
|
|
72
|
-
"react
|
|
80
|
+
"query-string": "~9.3.1",
|
|
81
|
+
"react": "^19.2.5",
|
|
82
|
+
"react-dom": "^19.2.5",
|
|
73
83
|
"react-helmet": "~6.1.0",
|
|
74
|
-
"react-is": "^
|
|
75
|
-
"
|
|
84
|
+
"react-is": "^19.2.5",
|
|
85
|
+
"react-router-dom": "~7.14.2",
|
|
86
|
+
"recharts": "~3.8.1",
|
|
87
|
+
"spark-md5": ">=3.0.2 <3.1",
|
|
88
|
+
"storybook": "~10.3.6",
|
|
76
89
|
"typescript": "^5.9.3",
|
|
77
|
-
"vite": "~8.0.
|
|
78
|
-
"zod": "^4.3
|
|
79
|
-
"@xylabs/react-
|
|
80
|
-
"@xylabs/react-dialogs": "~7.1.20",
|
|
81
|
-
"@xylabs/react-link": "~7.1.20",
|
|
82
|
-
"@xylabs/react-promise": "~7.1.20",
|
|
83
|
-
"@xylabs/react-quick-tip-button": "~7.1.20"
|
|
90
|
+
"vite": "~8.0.10",
|
|
91
|
+
"zod": "^4.4.3",
|
|
92
|
+
"@xylabs/react-link": "~7.2.1"
|
|
84
93
|
},
|
|
85
94
|
"peerDependencies": {
|
|
86
|
-
"@mui/material": ">=
|
|
87
|
-
"@
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"react-
|
|
91
|
-
"
|
|
92
|
-
"@xylabs/
|
|
93
|
-
"
|
|
95
|
+
"@mui/icons-material": ">=7.3.10 <7.4",
|
|
96
|
+
"@mui/material": ">=7.3.10 <7.4",
|
|
97
|
+
"@opentelemetry/api": ">=1.9.1 <2",
|
|
98
|
+
"@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
|
|
99
|
+
"@react-spring/web": ">=10.0.3 <10.1",
|
|
100
|
+
"@xylabs/pixel": ">=5.1.0 <6",
|
|
101
|
+
"@xylabs/sdk-js": ">=5.1.0 <5.2",
|
|
102
|
+
"async-mutex": ">=0.5.0 <1",
|
|
103
|
+
"bn.js": ">=5.2.3 <6",
|
|
104
|
+
"bowser": ">=2.14.1 <3",
|
|
105
|
+
"buffer": ">=6.0.3 <7",
|
|
106
|
+
"chalk": ">=5.6.2 <6",
|
|
107
|
+
"ethers": ">=6.16.0 <7",
|
|
108
|
+
"fast-deep-equal": ">=3.1.3 <4",
|
|
109
|
+
"js-cookie": ">=3.0.5 <4",
|
|
110
|
+
"mixpanel-browser": ">=2.78.0 <3",
|
|
111
|
+
"pako": ">=2.1.0 <2.2",
|
|
112
|
+
"query-string": ">=9.3.1 <9.4",
|
|
113
|
+
"react": ">=19.2.5 <20",
|
|
114
|
+
"react-dom": ">=19.2.5 <20",
|
|
115
|
+
"react-helmet": ">=6.1.0 <6.2",
|
|
116
|
+
"react-is": ">=19.2.5 <20",
|
|
117
|
+
"react-router-dom": ">=7.14.2 <7.15",
|
|
118
|
+
"recharts": ">=3.8.1 <3.9",
|
|
119
|
+
"spark-md5": ">=3.0.2 <4",
|
|
120
|
+
"zod": ">=4.4.3 <5"
|
|
94
121
|
},
|
|
95
122
|
"publishConfig": {
|
|
96
123
|
"access": "public"
|