@xylabs/sdk-react 5.3.12 → 5.3.13
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 +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.13",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -58,40 +58,40 @@
|
|
|
58
58
|
"eslint": "9.14.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@xylabs/react-accordion": "^5.3.
|
|
62
|
-
"@xylabs/react-animation": "^5.3.
|
|
63
|
-
"@xylabs/react-appbar": "^5.3.
|
|
64
|
-
"@xylabs/react-async-effect": "^5.3.
|
|
65
|
-
"@xylabs/react-button": "^5.3.
|
|
66
|
-
"@xylabs/react-common": "^5.3.
|
|
67
|
-
"@xylabs/react-cookie-consent": "^5.3.
|
|
68
|
-
"@xylabs/react-crypto": "^5.3.
|
|
69
|
-
"@xylabs/react-dialogs": "^5.3.
|
|
70
|
-
"@xylabs/react-experiments": "^5.3.
|
|
71
|
-
"@xylabs/react-flexbox": "^5.3.
|
|
72
|
-
"@xylabs/react-hooks": "^5.3.
|
|
73
|
-
"@xylabs/react-identicon": "^5.3.
|
|
74
|
-
"@xylabs/react-invertible-theme": "^5.3.
|
|
75
|
-
"@xylabs/react-link": "^5.3.
|
|
76
|
-
"@xylabs/react-mixpanel": "^5.3.
|
|
77
|
-
"@xylabs/react-number-status": "^5.3.
|
|
78
|
-
"@xylabs/react-pixel": "^5.3.
|
|
79
|
-
"@xylabs/react-pixel-debugger": "^5.3.
|
|
80
|
-
"@xylabs/react-promise": "^5.3.
|
|
81
|
-
"@xylabs/react-quick-tip-button": "^5.3.
|
|
82
|
-
"@xylabs/react-render-spin-check": "^5.3.
|
|
83
|
-
"@xylabs/react-rich-result": "^5.3.
|
|
84
|
-
"@xylabs/react-scroll-to-top": "^5.3.
|
|
85
|
-
"@xylabs/react-shared": "^5.3.
|
|
86
|
-
"@xylabs/react-theme": "^5.3.
|
|
61
|
+
"@xylabs/react-accordion": "^5.3.13",
|
|
62
|
+
"@xylabs/react-animation": "^5.3.13",
|
|
63
|
+
"@xylabs/react-appbar": "^5.3.13",
|
|
64
|
+
"@xylabs/react-async-effect": "^5.3.13",
|
|
65
|
+
"@xylabs/react-button": "^5.3.13",
|
|
66
|
+
"@xylabs/react-common": "^5.3.13",
|
|
67
|
+
"@xylabs/react-cookie-consent": "^5.3.13",
|
|
68
|
+
"@xylabs/react-crypto": "^5.3.13",
|
|
69
|
+
"@xylabs/react-dialogs": "^5.3.13",
|
|
70
|
+
"@xylabs/react-experiments": "^5.3.13",
|
|
71
|
+
"@xylabs/react-flexbox": "^5.3.13",
|
|
72
|
+
"@xylabs/react-hooks": "^5.3.13",
|
|
73
|
+
"@xylabs/react-identicon": "^5.3.13",
|
|
74
|
+
"@xylabs/react-invertible-theme": "^5.3.13",
|
|
75
|
+
"@xylabs/react-link": "^5.3.13",
|
|
76
|
+
"@xylabs/react-mixpanel": "^5.3.13",
|
|
77
|
+
"@xylabs/react-number-status": "^5.3.13",
|
|
78
|
+
"@xylabs/react-pixel": "^5.3.13",
|
|
79
|
+
"@xylabs/react-pixel-debugger": "^5.3.13",
|
|
80
|
+
"@xylabs/react-promise": "^5.3.13",
|
|
81
|
+
"@xylabs/react-quick-tip-button": "^5.3.13",
|
|
82
|
+
"@xylabs/react-render-spin-check": "^5.3.13",
|
|
83
|
+
"@xylabs/react-rich-result": "^5.3.13",
|
|
84
|
+
"@xylabs/react-scroll-to-top": "^5.3.13",
|
|
85
|
+
"@xylabs/react-shared": "^5.3.13",
|
|
86
|
+
"@xylabs/react-theme": "^5.3.13"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@chromatic-com/storybook": "^3.2.2",
|
|
90
90
|
"@emotion/react": "^11.14.0",
|
|
91
91
|
"@emotion/styled": "^11.14.0",
|
|
92
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
93
|
-
"@mui/icons-material": "^6.2.
|
|
94
|
-
"@mui/material": "^6.2.
|
|
92
|
+
"@eslint-react/eslint-plugin": "^1.20.1",
|
|
93
|
+
"@mui/icons-material": "^6.2.1",
|
|
94
|
+
"@mui/material": "^6.2.1",
|
|
95
95
|
"@storybook/addon-actions": "^8.4.7",
|
|
96
96
|
"@storybook/addon-docs": "^8.4.7",
|
|
97
97
|
"@storybook/addon-essentials": "^8.4.7",
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
"@storybook/theming": "^8.4.7",
|
|
110
110
|
"@stylistic/eslint-plugin": "^2.12.1",
|
|
111
111
|
"@types/node": "^22.10.2",
|
|
112
|
-
"@typescript-eslint/eslint-plugin": "^8.18.
|
|
113
|
-
"@typescript-eslint/parser": "^8.18.
|
|
112
|
+
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
|
113
|
+
"@typescript-eslint/parser": "^8.18.1",
|
|
114
114
|
"@xylabs/eslint-config-flat": "^4.2.4",
|
|
115
115
|
"@xylabs/eslint-config-react-flat": "^4.2.4",
|
|
116
116
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
"@xyo-network/react-theme": "^4.2.11",
|
|
120
120
|
"axios": "^1.7.9",
|
|
121
121
|
"buffer": "^6.0.3",
|
|
122
|
-
"eslint": "^9.
|
|
122
|
+
"eslint": "^9.17.0",
|
|
123
123
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
124
|
-
"knip": "^5.
|
|
124
|
+
"knip": "^5.41.0",
|
|
125
125
|
"react": "^18.3.1",
|
|
126
126
|
"react-dom": "^18.3.1",
|
|
127
127
|
"remark-gfm": "^4.0.0",
|