@xylabs/sdk-react 3.1.5 → 3.1.7
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 +37 -35
- package/xylabs-sdk-react-v2.8.2.tgz +0 -0
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.7",
|
|
17
|
+
"@xylabs/react-animation": "~3.1.7",
|
|
18
|
+
"@xylabs/react-appbar": "~3.1.7",
|
|
19
|
+
"@xylabs/react-async-effect": "~3.1.7",
|
|
20
|
+
"@xylabs/react-button": "~3.1.7",
|
|
21
|
+
"@xylabs/react-common": "~3.1.7",
|
|
22
|
+
"@xylabs/react-cookie-consent": "~3.1.7",
|
|
23
|
+
"@xylabs/react-crypto": "~3.1.7",
|
|
24
|
+
"@xylabs/react-dialogs": "~3.1.7",
|
|
25
|
+
"@xylabs/react-experiments": "~3.1.7",
|
|
26
|
+
"@xylabs/react-flexbox": "~3.1.7",
|
|
27
|
+
"@xylabs/react-identicon": "~3.1.7",
|
|
28
|
+
"@xylabs/react-invertible-theme": "~3.1.7",
|
|
29
|
+
"@xylabs/react-link": "~3.1.7",
|
|
30
|
+
"@xylabs/react-number-status": "~3.1.7",
|
|
31
|
+
"@xylabs/react-pixel": "~3.1.7",
|
|
32
|
+
"@xylabs/react-pixel-debugger": "~3.1.7",
|
|
33
|
+
"@xylabs/react-promise": "~3.1.7",
|
|
34
|
+
"@xylabs/react-quick-tip-button": "~3.1.7",
|
|
35
|
+
"@xylabs/react-render-spin-check": "~3.1.7",
|
|
36
|
+
"@xylabs/react-rich-result": "~3.1.7",
|
|
37
|
+
"@xylabs/react-scroll-to-top": "~3.1.7",
|
|
38
|
+
"@xylabs/react-shared": "~3.1.7"
|
|
39
39
|
},
|
|
40
40
|
"description": "Common React library for all XY Labs projects that use React",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "^7.24.
|
|
43
|
-
"@babel/preset-env": "^7.24.
|
|
44
|
-
"@babel/preset-react": "^7.
|
|
45
|
-
"@babel/preset-typescript": "^7.
|
|
42
|
+
"@babel/core": "^7.24.3",
|
|
43
|
+
"@babel/preset-env": "^7.24.3",
|
|
44
|
+
"@babel/preset-react": "^7.24.1",
|
|
45
|
+
"@babel/preset-typescript": "^7.24.1",
|
|
46
46
|
"@emotion/react": "^11.11.4",
|
|
47
47
|
"@emotion/styled": "^11.11.0",
|
|
48
|
-
"@mui/material": "^5.15.
|
|
48
|
+
"@mui/material": "^5.15.14",
|
|
49
49
|
"@storybook/addon-actions": "^7.6.17",
|
|
50
50
|
"@storybook/addon-docs": "^7.6.17",
|
|
51
51
|
"@storybook/addon-essentials": "^7.6.17",
|
|
@@ -61,11 +61,13 @@
|
|
|
61
61
|
"@storybook/react-webpack5": "^7.6.17",
|
|
62
62
|
"@storybook/testing-library": "^0.2.2",
|
|
63
63
|
"@storybook/theming": "^7.6.17",
|
|
64
|
-
"@
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
65
|
+
"@xylabs/eslint-config-react": "^3.5.2",
|
|
65
66
|
"@xylabs/pixel": "^1.5.0",
|
|
66
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
67
|
-
"@xylabs/tsconfig-react": "^3.
|
|
68
|
-
"axios": "^1.6.
|
|
67
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
68
|
+
"@xylabs/tsconfig-react": "^3.5.2",
|
|
69
|
+
"axios": "^1.6.8",
|
|
70
|
+
"buffer": "^6.0.3",
|
|
69
71
|
"eslint": "^8.57.0",
|
|
70
72
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
71
73
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
@@ -77,8 +79,8 @@
|
|
|
77
79
|
"rimraf": "^5.0.5",
|
|
78
80
|
"storybook": "^7.6.17",
|
|
79
81
|
"storybook-dark-mode": "^3.0.3",
|
|
80
|
-
"typescript": "^5.4.
|
|
81
|
-
"webpack": "^5.
|
|
82
|
+
"typescript": "^5.4.3",
|
|
83
|
+
"webpack": "^5.91.0"
|
|
82
84
|
},
|
|
83
85
|
"peerDependencies": {
|
|
84
86
|
"@mui/icons-material": "^5",
|
|
@@ -138,7 +140,7 @@
|
|
|
138
140
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
139
141
|
},
|
|
140
142
|
"sideEffects": false,
|
|
141
|
-
"version": "3.1.
|
|
143
|
+
"version": "3.1.7",
|
|
142
144
|
"packageManager": "yarn@4.1.1",
|
|
143
145
|
"volta": {
|
|
144
146
|
"node": "18.17.1",
|
|
Binary file
|