@xylabs/sdk-react 3.1.1 → 3.1.3
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 +28 -29
package/package.json
CHANGED
|
@@ -13,39 +13,39 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "~3.1.
|
|
17
|
-
"@xylabs/react-animation": "~3.1.
|
|
18
|
-
"@xylabs/react-appbar": "~3.1.
|
|
19
|
-
"@xylabs/react-async-effect": "~3.1.
|
|
20
|
-
"@xylabs/react-button": "~3.1.
|
|
21
|
-
"@xylabs/react-common": "~3.1.
|
|
22
|
-
"@xylabs/react-cookie-consent": "~3.1.
|
|
23
|
-
"@xylabs/react-crypto": "~3.1.
|
|
24
|
-
"@xylabs/react-dialogs": "~3.1.
|
|
25
|
-
"@xylabs/react-experiments": "~3.1.
|
|
26
|
-
"@xylabs/react-flexbox": "~3.1.
|
|
27
|
-
"@xylabs/react-identicon": "~3.1.
|
|
28
|
-
"@xylabs/react-invertible-theme": "~3.1.
|
|
29
|
-
"@xylabs/react-link": "~3.1.
|
|
30
|
-
"@xylabs/react-number-status": "~3.1.
|
|
31
|
-
"@xylabs/react-pixel": "~3.1.
|
|
32
|
-
"@xylabs/react-pixel-debugger": "~3.1.
|
|
33
|
-
"@xylabs/react-promise": "~3.1.
|
|
34
|
-
"@xylabs/react-quick-tip-button": "~3.1.
|
|
35
|
-
"@xylabs/react-render-spin-check": "~3.1.
|
|
36
|
-
"@xylabs/react-rich-result": "~3.1.
|
|
37
|
-
"@xylabs/react-scroll-to-top": "~3.1.
|
|
38
|
-
"@xylabs/react-shared": "~3.1.
|
|
16
|
+
"@xylabs/react-accordion": "~3.1.3",
|
|
17
|
+
"@xylabs/react-animation": "~3.1.3",
|
|
18
|
+
"@xylabs/react-appbar": "~3.1.3",
|
|
19
|
+
"@xylabs/react-async-effect": "~3.1.3",
|
|
20
|
+
"@xylabs/react-button": "~3.1.3",
|
|
21
|
+
"@xylabs/react-common": "~3.1.3",
|
|
22
|
+
"@xylabs/react-cookie-consent": "~3.1.3",
|
|
23
|
+
"@xylabs/react-crypto": "~3.1.3",
|
|
24
|
+
"@xylabs/react-dialogs": "~3.1.3",
|
|
25
|
+
"@xylabs/react-experiments": "~3.1.3",
|
|
26
|
+
"@xylabs/react-flexbox": "~3.1.3",
|
|
27
|
+
"@xylabs/react-identicon": "~3.1.3",
|
|
28
|
+
"@xylabs/react-invertible-theme": "~3.1.3",
|
|
29
|
+
"@xylabs/react-link": "~3.1.3",
|
|
30
|
+
"@xylabs/react-number-status": "~3.1.3",
|
|
31
|
+
"@xylabs/react-pixel": "~3.1.3",
|
|
32
|
+
"@xylabs/react-pixel-debugger": "~3.1.3",
|
|
33
|
+
"@xylabs/react-promise": "~3.1.3",
|
|
34
|
+
"@xylabs/react-quick-tip-button": "~3.1.3",
|
|
35
|
+
"@xylabs/react-render-spin-check": "~3.1.3",
|
|
36
|
+
"@xylabs/react-rich-result": "~3.1.3",
|
|
37
|
+
"@xylabs/react-scroll-to-top": "~3.1.3",
|
|
38
|
+
"@xylabs/react-shared": "~3.1.3"
|
|
39
39
|
},
|
|
40
40
|
"description": "Common React library for all XY Labs projects that use React",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "^7.
|
|
43
|
-
"@babel/preset-env": "^7.
|
|
42
|
+
"@babel/core": "^7.24.0",
|
|
43
|
+
"@babel/preset-env": "^7.24.0",
|
|
44
44
|
"@babel/preset-react": "^7.23.3",
|
|
45
45
|
"@babel/preset-typescript": "^7.23.3",
|
|
46
46
|
"@emotion/react": "^11.11.4",
|
|
47
47
|
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@mui/material": "^5.15.
|
|
48
|
+
"@mui/material": "^5.15.12",
|
|
49
49
|
"@storybook/addon-actions": "^7.6.17",
|
|
50
50
|
"@storybook/addon-docs": "^7.6.17",
|
|
51
51
|
"@storybook/addon-essentials": "^7.6.17",
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@mui/icons-material": "^5",
|
|
85
85
|
"@mui/material": "^5",
|
|
86
|
-
"@mui/styles": "^5",
|
|
87
86
|
"@xylabs/pixel": "^1.4.9",
|
|
88
87
|
"axios": "^1",
|
|
89
88
|
"react": "^18",
|
|
@@ -142,8 +141,8 @@
|
|
|
142
141
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
143
142
|
},
|
|
144
143
|
"sideEffects": false,
|
|
145
|
-
"version": "3.1.
|
|
146
|
-
"packageManager": "yarn@4.
|
|
144
|
+
"version": "3.1.3",
|
|
145
|
+
"packageManager": "yarn@4.1.1",
|
|
147
146
|
"volta": {
|
|
148
147
|
"node": "18.17.1",
|
|
149
148
|
"yarn": "3.4.1"
|