@xylabs/react-accordion 8.0.3 → 8.0.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.
- package/package.json +41 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/react-accordion",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.4",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -36,65 +36,65 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xylabs/react-button": "~8.0.
|
|
39
|
+
"@xylabs/react-button": "~8.0.4"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@mui/icons-material": "
|
|
43
|
-
"@mui/material": "
|
|
42
|
+
"@mui/icons-material": "^9.0.1",
|
|
43
|
+
"@mui/material": "^9.0.1",
|
|
44
44
|
"@opentelemetry/api": "^1.9.1",
|
|
45
|
-
"@opentelemetry/sdk-trace-base": "
|
|
46
|
-
"@storybook/react-vite": "
|
|
45
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
46
|
+
"@storybook/react-vite": "^10.4.0",
|
|
47
47
|
"@types/react": "^19.2.14",
|
|
48
|
-
"@xylabs/pixel": "^5.1.
|
|
49
|
-
"@xylabs/sdk-js": "^5.1.
|
|
50
|
-
"@xylabs/toolchain": "
|
|
51
|
-
"@xylabs/tsconfig": "
|
|
52
|
-
"@xylabs/tsconfig-dom": "
|
|
53
|
-
"@xylabs/tsconfig-react": "
|
|
54
|
-
"async-mutex": "
|
|
55
|
-
"bn.js": "
|
|
56
|
-
"bowser": "
|
|
57
|
-
"buffer": "
|
|
58
|
-
"chalk": "
|
|
59
|
-
"eslint": "
|
|
60
|
-
"ethers": "
|
|
61
|
-
"fast-deep-equal": "
|
|
62
|
-
"js-cookie": "
|
|
48
|
+
"@xylabs/pixel": "^5.1.5",
|
|
49
|
+
"@xylabs/sdk-js": "^5.1.5",
|
|
50
|
+
"@xylabs/toolchain": "^8.0.8",
|
|
51
|
+
"@xylabs/tsconfig": "^8.0.8",
|
|
52
|
+
"@xylabs/tsconfig-dom": "^8.0.8",
|
|
53
|
+
"@xylabs/tsconfig-react": "^8.0.8",
|
|
54
|
+
"async-mutex": "^0.5.0",
|
|
55
|
+
"bn.js": "^5.2.3",
|
|
56
|
+
"bowser": "^2.14.1",
|
|
57
|
+
"buffer": "^6.0.3",
|
|
58
|
+
"chalk": "^5.6.2",
|
|
59
|
+
"eslint": "^10.4.0",
|
|
60
|
+
"ethers": "^6.16.0",
|
|
61
|
+
"fast-deep-equal": "^3.1.3",
|
|
62
|
+
"js-cookie": "^3.0.7",
|
|
63
63
|
"mixpanel-browser": "^2.79.0",
|
|
64
|
-
"pako": "
|
|
65
|
-
"query-string": "
|
|
64
|
+
"pako": "^2.1.0",
|
|
65
|
+
"query-string": "^9.3.1",
|
|
66
66
|
"react": "^19.2.6",
|
|
67
67
|
"react-dom": "^19.2.6",
|
|
68
68
|
"react-router-dom": "^7.15.1",
|
|
69
|
-
"spark-md5": "
|
|
70
|
-
"storybook": "
|
|
69
|
+
"spark-md5": "^3.0.2",
|
|
70
|
+
"storybook": "^10.4.0",
|
|
71
71
|
"typescript": "^6.0.3",
|
|
72
|
-
"vite": "
|
|
72
|
+
"vite": "^8.0.13",
|
|
73
73
|
"zod": "^4.4.3",
|
|
74
|
-
"@xylabs/react-flexbox": "~8.0.
|
|
74
|
+
"@xylabs/react-flexbox": "~8.0.4"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@mui/icons-material": "
|
|
78
|
-
"@mui/material": "
|
|
77
|
+
"@mui/icons-material": "^9.0",
|
|
78
|
+
"@mui/material": "^9.0",
|
|
79
79
|
"@opentelemetry/api": "^1.9",
|
|
80
|
-
"@opentelemetry/sdk-trace-base": "
|
|
80
|
+
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
81
81
|
"@xylabs/pixel": "^5.1",
|
|
82
82
|
"@xylabs/sdk-js": "^5.1",
|
|
83
|
-
"async-mutex": "
|
|
84
|
-
"bn.js": "
|
|
85
|
-
"bowser": "
|
|
86
|
-
"buffer": "
|
|
87
|
-
"chalk": "
|
|
88
|
-
"ethers": "
|
|
89
|
-
"fast-deep-equal": "
|
|
90
|
-
"js-cookie": "
|
|
83
|
+
"async-mutex": "^0.5",
|
|
84
|
+
"bn.js": "^5.2",
|
|
85
|
+
"bowser": "^2.14",
|
|
86
|
+
"buffer": "^6.0",
|
|
87
|
+
"chalk": "^5.6",
|
|
88
|
+
"ethers": "^6.16",
|
|
89
|
+
"fast-deep-equal": "^3.1",
|
|
90
|
+
"js-cookie": "^3.0",
|
|
91
91
|
"mixpanel-browser": "^2.78",
|
|
92
|
-
"pako": "
|
|
93
|
-
"query-string": "
|
|
92
|
+
"pako": "^2.1",
|
|
93
|
+
"query-string": "^9.3",
|
|
94
94
|
"react": "^19.2",
|
|
95
95
|
"react-dom": "^19.2",
|
|
96
96
|
"react-router-dom": "^7.15",
|
|
97
|
-
"spark-md5": "
|
|
97
|
+
"spark-md5": "^3.0",
|
|
98
98
|
"zod": "^4.4"
|
|
99
99
|
},
|
|
100
100
|
"publishConfig": {
|