@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.
Files changed (1) hide show
  1. 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.20",
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/sdk-js": "~5.0.95",
46
- "react-router-dom": "~7.14.0",
47
- "@xylabs/react-app-settings": "~7.1.20",
48
- "@xylabs/react-appbar": "~7.1.20",
49
- "@xylabs/react-button": "~7.1.20",
50
- "@xylabs/react-error": "~7.1.20",
51
- "@xylabs/react-flexbox": "~7.1.20",
52
- "@xylabs/react-shared": "~7.1.20",
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.9",
53
+ "@mui/icons-material": "~7.3.10",
54
+ "@mui/material": "~7.3.10",
57
55
  "@opentelemetry/api": "^1.9.1",
58
- "@storybook/react-vite": "~10.3.4",
59
- "@types/node": "~25.5.2",
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/ts-scripts-common": "~7.8.5",
63
- "@xylabs/ts-scripts-pnpm": "~7.8.5",
64
- "@xylabs/tsconfig": "~7.8",
65
- "@xylabs/tsconfig-dom": "~7.8.5",
66
- "@xylabs/tsconfig-react": "~7.8.5",
67
- "@xylabs/zod": "~5.0.95",
68
- "axios": "^1.14.0",
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
- "react": "^19.2.4",
72
- "react-dom": "^19.2.4",
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": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
75
- "storybook": "~10.3.4",
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.5",
78
- "zod": "^4.3.6",
79
- "@xylabs/react-async-effect": "~7.1.20",
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": ">=6 <8",
87
- "@xylabs/zod": "~5.0.95",
88
- "pako": "~2.1.0",
89
- "react": "^19",
90
- "react-helmet": "~6.1.0",
91
- "react-is": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
92
- "@xylabs/react-quick-tip-button": "~7.1.20",
93
- "@xylabs/react-async-effect": "~7.1.20"
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"