@xylabs/sdk-react 7.0.0 → 7.0.2
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 +58 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -60,65 +60,69 @@
|
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@xylabs/react-accordion": "
|
|
64
|
-
"@xylabs/react-animation": "
|
|
65
|
-
"@xylabs/react-appbar": "
|
|
66
|
-
"@xylabs/react-async-effect": "
|
|
67
|
-
"@xylabs/react-button": "
|
|
68
|
-
"@xylabs/react-common": "
|
|
69
|
-
"@xylabs/react-cookie-consent": "
|
|
70
|
-
"@xylabs/react-crypto": "
|
|
71
|
-
"@xylabs/react-dialogs": "
|
|
72
|
-
"@xylabs/react-experiments": "
|
|
73
|
-
"@xylabs/react-flexbox": "
|
|
74
|
-
"@xylabs/react-hooks": "
|
|
75
|
-
"@xylabs/react-identicon": "
|
|
76
|
-
"@xylabs/react-link": "
|
|
77
|
-
"@xylabs/react-mixpanel": "
|
|
78
|
-
"@xylabs/react-number-status": "
|
|
79
|
-
"@xylabs/react-pixel": "
|
|
80
|
-
"@xylabs/react-pixel-debugger": "
|
|
81
|
-
"@xylabs/react-promise": "
|
|
82
|
-
"@xylabs/react-quick-tip-button": "
|
|
83
|
-
"@xylabs/react-render-spin-check": "
|
|
84
|
-
"@xylabs/react-rich-result": "
|
|
85
|
-
"@xylabs/react-scroll-to-top": "
|
|
86
|
-
"@xylabs/react-shared": "
|
|
87
|
-
"@xylabs/react-theme": "
|
|
63
|
+
"@xylabs/react-accordion": "~7.0.2",
|
|
64
|
+
"@xylabs/react-animation": "~7.0.2",
|
|
65
|
+
"@xylabs/react-appbar": "~7.0.2",
|
|
66
|
+
"@xylabs/react-async-effect": "~7.0.2",
|
|
67
|
+
"@xylabs/react-button": "~7.0.2",
|
|
68
|
+
"@xylabs/react-common": "~7.0.2",
|
|
69
|
+
"@xylabs/react-cookie-consent": "~7.0.2",
|
|
70
|
+
"@xylabs/react-crypto": "~7.0.2",
|
|
71
|
+
"@xylabs/react-dialogs": "~7.0.2",
|
|
72
|
+
"@xylabs/react-experiments": "~7.0.2",
|
|
73
|
+
"@xylabs/react-flexbox": "~7.0.2",
|
|
74
|
+
"@xylabs/react-hooks": "~7.0.2",
|
|
75
|
+
"@xylabs/react-identicon": "~7.0.2",
|
|
76
|
+
"@xylabs/react-link": "~7.0.2",
|
|
77
|
+
"@xylabs/react-mixpanel": "~7.0.2",
|
|
78
|
+
"@xylabs/react-number-status": "~7.0.2",
|
|
79
|
+
"@xylabs/react-pixel": "~7.0.2",
|
|
80
|
+
"@xylabs/react-pixel-debugger": "~7.0.2",
|
|
81
|
+
"@xylabs/react-promise": "~7.0.2",
|
|
82
|
+
"@xylabs/react-quick-tip-button": "~7.0.2",
|
|
83
|
+
"@xylabs/react-render-spin-check": "~7.0.2",
|
|
84
|
+
"@xylabs/react-rich-result": "~7.0.2",
|
|
85
|
+
"@xylabs/react-scroll-to-top": "~7.0.2",
|
|
86
|
+
"@xylabs/react-shared": "~7.0.2",
|
|
87
|
+
"@xylabs/react-theme": "~7.0.2"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@emotion/react": "
|
|
91
|
-
"@emotion/styled": "
|
|
92
|
-
"@mui/icons-material": "
|
|
93
|
-
"@mui/material": "
|
|
94
|
-
"@storybook/addon-links": "
|
|
95
|
-
"@storybook/react-vite": "
|
|
96
|
-
"@types/node": "
|
|
97
|
-
"@types/react": "
|
|
98
|
-
"@typescript-eslint/eslint-plugin": "
|
|
99
|
-
"@typescript-eslint/parser": "
|
|
100
|
-
"@
|
|
101
|
-
"@xylabs/eslint-config-
|
|
102
|
-
"@xylabs/
|
|
103
|
-
"@xylabs/
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
90
|
+
"@emotion/react": "~11.14.0",
|
|
91
|
+
"@emotion/styled": "~11.14.1",
|
|
92
|
+
"@mui/icons-material": "~7.3.1",
|
|
93
|
+
"@mui/material": "~7.3.1",
|
|
94
|
+
"@storybook/addon-links": "~9.1.2",
|
|
95
|
+
"@storybook/react-vite": "~9.1.2",
|
|
96
|
+
"@types/node": "~24.2.1",
|
|
97
|
+
"@types/react": "~19.1.10",
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "~8.39.1",
|
|
99
|
+
"@typescript-eslint/parser": "~8.39.1",
|
|
100
|
+
"@typescript-eslint/utils": "~8.39.1",
|
|
101
|
+
"@xylabs/eslint-config-flat": "~7.1.1",
|
|
102
|
+
"@xylabs/eslint-config-react-flat": "~7.1.1",
|
|
103
|
+
"@xylabs/ts-scripts-yarn3": "~7.1.1",
|
|
104
|
+
"@xylabs/tsconfig": "~7.1.1",
|
|
105
|
+
"@xylabs/tsconfig-dom": "~7.1.1",
|
|
106
|
+
"@xylabs/tsconfig-react": "~7.1.1",
|
|
107
|
+
"eslint": "~9.33.0",
|
|
108
|
+
"eslint-import-resolver-typescript": "~4.4.4",
|
|
109
|
+
"eslint-plugin-storybook": "9.1.2",
|
|
110
|
+
"knip": "~5.62.0",
|
|
111
|
+
"react": "~19.1.1",
|
|
112
|
+
"react-dom": "~19.1.1",
|
|
113
|
+
"storybook": "~9.1.2",
|
|
114
|
+
"ts-api-utils": "~2.1.0",
|
|
115
|
+
"typedoc": "~0.28.10",
|
|
116
|
+
"typescript": "~5.9.2",
|
|
117
|
+
"vite": "~7.1.2"
|
|
114
118
|
},
|
|
115
119
|
"peerDependencies": {
|
|
116
120
|
"@mui/icons-material": ">=6 <8",
|
|
117
121
|
"@mui/material": ">=6 <8",
|
|
118
|
-
"axios": "
|
|
119
|
-
"react": "
|
|
120
|
-
"react-dom": "
|
|
121
|
-
"react-helmet": "
|
|
122
|
+
"axios": "~1",
|
|
123
|
+
"react": "~19",
|
|
124
|
+
"react-dom": "~19",
|
|
125
|
+
"react-helmet": "~7"
|
|
122
126
|
},
|
|
123
127
|
"packageManager": "yarn@4.9.2",
|
|
124
128
|
"volta": {
|