@xylabs/react-webapp 7.2.3 → 7.2.4

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 +45 -45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/react-webapp",
3
- "version": "7.2.3",
3
+ "version": "7.2.4",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -40,14 +40,14 @@
40
40
  "README.md"
41
41
  ],
42
42
  "dependencies": {
43
- "@xylabs/react-appbar": "~7.2.3",
44
- "@xylabs/react-async-effect": "~7.2.3",
45
- "@xylabs/react-button": "~7.2.3",
46
- "@xylabs/react-error": "~7.2.3",
47
- "@xylabs/react-flexbox": "~7.2.3",
48
- "@xylabs/react-pixel": "~7.2.3",
49
- "@xylabs/react-shared": "~7.2.3",
50
- "@xylabs/react-app-settings": "~7.2.3"
43
+ "@xylabs/react-app-settings": "~7.2.4",
44
+ "@xylabs/react-async-effect": "~7.2.4",
45
+ "@xylabs/react-appbar": "~7.2.4",
46
+ "@xylabs/react-error": "~7.2.4",
47
+ "@xylabs/react-flexbox": "~7.2.4",
48
+ "@xylabs/react-button": "~7.2.4",
49
+ "@xylabs/react-pixel": "~7.2.4",
50
+ "@xylabs/react-shared": "~7.2.4"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@mui/icons-material": "~7.3.10",
@@ -58,12 +58,12 @@
58
58
  "@storybook/react-vite": "~10.3.6",
59
59
  "@types/react": "^19.2.14",
60
60
  "@types/react-helmet": "~6.1.11",
61
- "@xylabs/pixel": "^5.1.1",
62
- "@xylabs/sdk-js": "^5.1.1",
63
- "@xylabs/toolchain": "~7.13.4",
64
- "@xylabs/tsconfig": "~7.13.4",
65
- "@xylabs/tsconfig-dom": "~7.13.4",
66
- "@xylabs/tsconfig-react": "~7.13.4",
61
+ "@xylabs/pixel": "^5.1.2",
62
+ "@xylabs/sdk-js": "^5.1.2",
63
+ "@xylabs/toolchain": "~7.13.15",
64
+ "@xylabs/tsconfig": "~7.13.15",
65
+ "@xylabs/tsconfig-dom": "~7.13.15",
66
+ "@xylabs/tsconfig-react": "~7.13.15",
67
67
  "async-mutex": "~0.5.0",
68
68
  "bn.js": "~5.2.3",
69
69
  "bowser": "~2.14.1",
@@ -76,10 +76,10 @@
76
76
  "mixpanel-browser": "^2.78.0",
77
77
  "pako": "~2.1.0",
78
78
  "query-string": "~9.3.1",
79
- "react": "^19.2.5",
80
- "react-dom": "^19.2.5",
79
+ "react": "^19.2.6",
80
+ "react-dom": "^19.2.6",
81
81
  "react-helmet": "~6.1.0",
82
- "react-is": "^19.2.5",
82
+ "react-is": "^19.2.6",
83
83
  "react-router-dom": "^7.15.0",
84
84
  "recharts": "~3.8.1",
85
85
  "spark-md5": "~3.0.2",
@@ -87,35 +87,35 @@
87
87
  "typescript": "^5.9.3",
88
88
  "vite": "~8.0.10",
89
89
  "zod": "^4.4.3",
90
- "@xylabs/react-link": "~7.2.3"
90
+ "@xylabs/react-link": "~7.2.4"
91
91
  },
92
92
  "peerDependencies": {
93
- "@mui/icons-material": ">=7.3.10 <7.4",
94
- "@mui/material": ">=7.3.10 <7.4",
95
- "@opentelemetry/api": ">=1.9.1 <2",
96
- "@opentelemetry/sdk-trace-base": ">=2.7.1 <2.8",
97
- "@react-spring/web": ">=10.0.3 <10.1",
98
- "@xylabs/pixel": ">=5.1.1 <6",
99
- "@xylabs/sdk-js": ">=5.1.1 <6",
100
- "async-mutex": ">=0.5.0 <0.6",
101
- "bn.js": ">=5.2.3 <5.3",
102
- "bowser": ">=2.14.1 <2.15",
103
- "buffer": ">=6.0.3 <6.1",
104
- "chalk": ">=5.6.2 <5.7",
105
- "ethers": ">=6.16.0 <6.17",
106
- "fast-deep-equal": ">=3.1.3 <3.2",
107
- "js-cookie": ">=3.0.5 <3.1",
108
- "mixpanel-browser": ">=2.78.0 <3",
109
- "pako": ">=2.1.0 <2.2",
110
- "query-string": ">=9.3.1 <9.4",
111
- "react": ">=19.2.5 <20",
112
- "react-dom": ">=19.2.5 <20",
113
- "react-helmet": ">=6.1.0 <6.2",
114
- "react-is": ">=19.2.5 <20",
115
- "react-router-dom": ">=7.15.0 <8",
116
- "recharts": ">=3.8.1 <3.9",
117
- "spark-md5": ">=3.0.2 <3.1",
118
- "zod": ">=4.4.3 <5"
93
+ "@mui/icons-material": "~7.3",
94
+ "@mui/material": "~7.3",
95
+ "@opentelemetry/api": "^1.9",
96
+ "@opentelemetry/sdk-trace-base": "~2.7",
97
+ "@react-spring/web": "~10.0",
98
+ "@xylabs/pixel": "^5.1",
99
+ "@xylabs/sdk-js": "^5.1",
100
+ "async-mutex": "~0.5",
101
+ "bn.js": "~5.2",
102
+ "bowser": "~2.14",
103
+ "buffer": "~6.0",
104
+ "chalk": "~5.6",
105
+ "ethers": "~6.16",
106
+ "fast-deep-equal": "~3.1",
107
+ "js-cookie": "~3.0",
108
+ "mixpanel-browser": "^2.78",
109
+ "pako": "~2.1",
110
+ "query-string": "~9.3",
111
+ "react": "^19.2",
112
+ "react-dom": "^19.2",
113
+ "react-helmet": "~6.1",
114
+ "react-is": "^19.2",
115
+ "react-router-dom": "^7.15",
116
+ "recharts": "~3.8",
117
+ "spark-md5": "~3.0",
118
+ "zod": "^4.4"
119
119
  },
120
120
  "publishConfig": {
121
121
  "access": "public"