@xylabs/sdk-react 3.1.4 → 3.1.6
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 +35 -38
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.6",
|
|
17
|
+
"@xylabs/react-animation": "~3.1.6",
|
|
18
|
+
"@xylabs/react-appbar": "~3.1.6",
|
|
19
|
+
"@xylabs/react-async-effect": "~3.1.6",
|
|
20
|
+
"@xylabs/react-button": "~3.1.6",
|
|
21
|
+
"@xylabs/react-common": "~3.1.6",
|
|
22
|
+
"@xylabs/react-cookie-consent": "~3.1.6",
|
|
23
|
+
"@xylabs/react-crypto": "~3.1.6",
|
|
24
|
+
"@xylabs/react-dialogs": "~3.1.6",
|
|
25
|
+
"@xylabs/react-experiments": "~3.1.6",
|
|
26
|
+
"@xylabs/react-flexbox": "~3.1.6",
|
|
27
|
+
"@xylabs/react-identicon": "~3.1.6",
|
|
28
|
+
"@xylabs/react-invertible-theme": "~3.1.6",
|
|
29
|
+
"@xylabs/react-link": "~3.1.6",
|
|
30
|
+
"@xylabs/react-number-status": "~3.1.6",
|
|
31
|
+
"@xylabs/react-pixel": "~3.1.6",
|
|
32
|
+
"@xylabs/react-pixel-debugger": "~3.1.6",
|
|
33
|
+
"@xylabs/react-promise": "~3.1.6",
|
|
34
|
+
"@xylabs/react-quick-tip-button": "~3.1.6",
|
|
35
|
+
"@xylabs/react-render-spin-check": "~3.1.6",
|
|
36
|
+
"@xylabs/react-rich-result": "~3.1.6",
|
|
37
|
+
"@xylabs/react-scroll-to-top": "~3.1.6",
|
|
38
|
+
"@xylabs/react-shared": "~3.1.6"
|
|
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,11 @@
|
|
|
61
61
|
"@storybook/react-webpack5": "^7.6.17",
|
|
62
62
|
"@storybook/testing-library": "^0.2.2",
|
|
63
63
|
"@storybook/theming": "^7.6.17",
|
|
64
|
-
"@xylabs/eslint-config-react": "^3.
|
|
64
|
+
"@xylabs/eslint-config-react": "^3.5.2",
|
|
65
65
|
"@xylabs/pixel": "^1.5.0",
|
|
66
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
67
|
-
"@xylabs/tsconfig-react": "^3.
|
|
68
|
-
"axios": "^1.6.
|
|
66
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
67
|
+
"@xylabs/tsconfig-react": "^3.5.2",
|
|
68
|
+
"axios": "^1.6.8",
|
|
69
69
|
"eslint": "^8.57.0",
|
|
70
70
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
71
71
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"rimraf": "^5.0.5",
|
|
78
78
|
"storybook": "^7.6.17",
|
|
79
79
|
"storybook-dark-mode": "^3.0.3",
|
|
80
|
-
"typescript": "^5.4.
|
|
81
|
-
"webpack": "^5.
|
|
80
|
+
"typescript": "^5.4.3",
|
|
81
|
+
"webpack": "^5.91.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@mui/icons-material": "^5",
|
|
@@ -128,9 +128,6 @@
|
|
|
128
128
|
"publishConfig": {
|
|
129
129
|
"access": "public"
|
|
130
130
|
},
|
|
131
|
-
"resolutions": {
|
|
132
|
-
"typescript": "5.2.2"
|
|
133
|
-
},
|
|
134
131
|
"repository": {
|
|
135
132
|
"type": "git",
|
|
136
133
|
"url": "https://github.com/xylabs/sdk-react.git"
|
|
@@ -141,7 +138,7 @@
|
|
|
141
138
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
142
139
|
},
|
|
143
140
|
"sideEffects": false,
|
|
144
|
-
"version": "3.1.
|
|
141
|
+
"version": "3.1.6",
|
|
145
142
|
"packageManager": "yarn@4.1.1",
|
|
146
143
|
"volta": {
|
|
147
144
|
"node": "18.17.1",
|