@xylabs/sdk-react 6.0.9 → 6.1.1
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/eslint.config.mjs +3 -2
- package/package.json +65 -65
package/eslint.config.mjs
CHANGED
|
@@ -9,16 +9,17 @@ import { reactConfig } from '@xylabs/eslint-config-react-flat'
|
|
|
9
9
|
|
|
10
10
|
export default [
|
|
11
11
|
{
|
|
12
|
-
ignores: ['.yarn
|
|
12
|
+
ignores: ['.yarn', 'dist', '**/packages/*/dist', 'storybook-static', 'eslint.config.mjs', '.storybook'],
|
|
13
13
|
},
|
|
14
14
|
reactConfig,
|
|
15
15
|
unicornConfig,
|
|
16
16
|
workspacesConfig,
|
|
17
17
|
rulesConfig,
|
|
18
18
|
importConfig,
|
|
19
|
-
reactConfig,
|
|
20
19
|
{
|
|
20
|
+
...reactConfig,
|
|
21
21
|
rules: {
|
|
22
|
+
...reactConfig.rules,
|
|
22
23
|
'@eslint-react/no-array-index-key': ['off'],
|
|
23
24
|
'@eslint-react/no-prop-types': ['warn'],
|
|
24
25
|
'@eslint-react/prefer-destructuring-assignment': ['warn'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -55,90 +55,90 @@
|
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@xylabs/react-accordion": "^6.
|
|
59
|
-
"@xylabs/react-animation": "^6.
|
|
60
|
-
"@xylabs/react-appbar": "^6.
|
|
61
|
-
"@xylabs/react-async-effect": "^6.
|
|
62
|
-
"@xylabs/react-button": "^6.
|
|
63
|
-
"@xylabs/react-common": "^6.
|
|
64
|
-
"@xylabs/react-cookie-consent": "^6.
|
|
65
|
-
"@xylabs/react-crypto": "^6.
|
|
66
|
-
"@xylabs/react-dialogs": "^6.
|
|
67
|
-
"@xylabs/react-experiments": "^6.
|
|
68
|
-
"@xylabs/react-flexbox": "^6.
|
|
69
|
-
"@xylabs/react-hooks": "^6.
|
|
70
|
-
"@xylabs/react-identicon": "^6.
|
|
71
|
-
"@xylabs/react-invertible-theme": "^6.
|
|
72
|
-
"@xylabs/react-link": "^6.
|
|
73
|
-
"@xylabs/react-mixpanel": "^6.
|
|
74
|
-
"@xylabs/react-number-status": "^6.
|
|
75
|
-
"@xylabs/react-pixel": "^6.
|
|
76
|
-
"@xylabs/react-pixel-debugger": "^6.
|
|
77
|
-
"@xylabs/react-promise": "^6.
|
|
78
|
-
"@xylabs/react-quick-tip-button": "^6.
|
|
79
|
-
"@xylabs/react-render-spin-check": "^6.
|
|
80
|
-
"@xylabs/react-rich-result": "^6.
|
|
81
|
-
"@xylabs/react-scroll-to-top": "^6.
|
|
82
|
-
"@xylabs/react-shared": "^6.
|
|
83
|
-
"@xylabs/react-theme": "^6.
|
|
58
|
+
"@xylabs/react-accordion": "^6.1.1",
|
|
59
|
+
"@xylabs/react-animation": "^6.1.1",
|
|
60
|
+
"@xylabs/react-appbar": "^6.1.1",
|
|
61
|
+
"@xylabs/react-async-effect": "^6.1.1",
|
|
62
|
+
"@xylabs/react-button": "^6.1.1",
|
|
63
|
+
"@xylabs/react-common": "^6.1.1",
|
|
64
|
+
"@xylabs/react-cookie-consent": "^6.1.1",
|
|
65
|
+
"@xylabs/react-crypto": "^6.1.1",
|
|
66
|
+
"@xylabs/react-dialogs": "^6.1.1",
|
|
67
|
+
"@xylabs/react-experiments": "^6.1.1",
|
|
68
|
+
"@xylabs/react-flexbox": "^6.1.1",
|
|
69
|
+
"@xylabs/react-hooks": "^6.1.1",
|
|
70
|
+
"@xylabs/react-identicon": "^6.1.1",
|
|
71
|
+
"@xylabs/react-invertible-theme": "^6.1.1",
|
|
72
|
+
"@xylabs/react-link": "^6.1.1",
|
|
73
|
+
"@xylabs/react-mixpanel": "^6.1.1",
|
|
74
|
+
"@xylabs/react-number-status": "^6.1.1",
|
|
75
|
+
"@xylabs/react-pixel": "^6.1.1",
|
|
76
|
+
"@xylabs/react-pixel-debugger": "^6.1.1",
|
|
77
|
+
"@xylabs/react-promise": "^6.1.1",
|
|
78
|
+
"@xylabs/react-quick-tip-button": "^6.1.1",
|
|
79
|
+
"@xylabs/react-render-spin-check": "^6.1.1",
|
|
80
|
+
"@xylabs/react-rich-result": "^6.1.1",
|
|
81
|
+
"@xylabs/react-scroll-to-top": "^6.1.1",
|
|
82
|
+
"@xylabs/react-shared": "^6.1.1",
|
|
83
|
+
"@xylabs/react-theme": "^6.1.1"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@chromatic-com/storybook": "^3.2.6",
|
|
87
87
|
"@emotion/react": "^11.14.0",
|
|
88
88
|
"@emotion/styled": "^11.14.0",
|
|
89
|
-
"@eslint-react/eslint-plugin": "^1.
|
|
90
|
-
"@mui/icons-material": "^
|
|
91
|
-
"@mui/material": "^
|
|
92
|
-
"@storybook/addon-actions": "^8.6.
|
|
93
|
-
"@storybook/addon-docs": "^8.6.
|
|
94
|
-
"@storybook/addon-essentials": "^8.6.
|
|
95
|
-
"@storybook/addon-interactions": "^8.6.
|
|
96
|
-
"@storybook/addon-links": "^8.6.
|
|
97
|
-
"@storybook/addon-mdx-gfm": "^8.6.
|
|
98
|
-
"@storybook/addon-onboarding": "^8.6.
|
|
89
|
+
"@eslint-react/eslint-plugin": "^1.40.1",
|
|
90
|
+
"@mui/icons-material": "^7",
|
|
91
|
+
"@mui/material": "^7",
|
|
92
|
+
"@storybook/addon-actions": "^8.6.11",
|
|
93
|
+
"@storybook/addon-docs": "^8.6.11",
|
|
94
|
+
"@storybook/addon-essentials": "^8.6.11",
|
|
95
|
+
"@storybook/addon-interactions": "^8.6.11",
|
|
96
|
+
"@storybook/addon-links": "^8.6.11",
|
|
97
|
+
"@storybook/addon-mdx-gfm": "^8.6.11",
|
|
98
|
+
"@storybook/addon-onboarding": "^8.6.11",
|
|
99
99
|
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
100
|
-
"@storybook/blocks": "^8.6.
|
|
101
|
-
"@storybook/components": "^8.6.
|
|
102
|
-
"@storybook/core-events": "^8.6.
|
|
103
|
-
"@storybook/react": "^8.6.
|
|
104
|
-
"@storybook/react-vite": "^8.6.
|
|
105
|
-
"@storybook/test": "^8.6.
|
|
106
|
-
"@storybook/theming": "^8.6.
|
|
100
|
+
"@storybook/blocks": "^8.6.11",
|
|
101
|
+
"@storybook/components": "^8.6.11",
|
|
102
|
+
"@storybook/core-events": "^8.6.11",
|
|
103
|
+
"@storybook/react": "^8.6.11",
|
|
104
|
+
"@storybook/react-vite": "^8.6.11",
|
|
105
|
+
"@storybook/test": "^8.6.11",
|
|
106
|
+
"@storybook/theming": "^8.6.11",
|
|
107
107
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
108
|
-
"@types/node": "^22.13.
|
|
108
|
+
"@types/node": "^22.13.16",
|
|
109
109
|
"@types/react": "^19.0.12",
|
|
110
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
111
|
-
"@typescript-eslint/parser": "^8.
|
|
112
|
-
"@xylabs/eslint-config-flat": "^6.1.
|
|
113
|
-
"@xylabs/eslint-config-react-flat": "^6.1.
|
|
114
|
-
"@xylabs/ts-scripts-yarn3": "^6.1.
|
|
115
|
-
"@xylabs/tsconfig": "^6.1.
|
|
116
|
-
"@xylabs/tsconfig-react": "^6.1.
|
|
117
|
-
"@xyo-network/react-theme": "^5.0.
|
|
110
|
+
"@typescript-eslint/eslint-plugin": "^8.29.0",
|
|
111
|
+
"@typescript-eslint/parser": "^8.29.0",
|
|
112
|
+
"@xylabs/eslint-config-flat": "^6.1.16",
|
|
113
|
+
"@xylabs/eslint-config-react-flat": "^6.1.16",
|
|
114
|
+
"@xylabs/ts-scripts-yarn3": "^6.1.16",
|
|
115
|
+
"@xylabs/tsconfig": "^6.1.16",
|
|
116
|
+
"@xylabs/tsconfig-react": "^6.1.16",
|
|
117
|
+
"@xyo-network/react-theme": "^5.0.7",
|
|
118
118
|
"axios": "^1.8.4",
|
|
119
119
|
"buffer": "^6.0.3",
|
|
120
|
-
"eslint": "^9.
|
|
121
|
-
"eslint-import-resolver-typescript": "^4.
|
|
122
|
-
"knip": "^5.46.
|
|
123
|
-
"react": "^19.
|
|
124
|
-
"react-dom": "^19.
|
|
120
|
+
"eslint": "^9.23.0",
|
|
121
|
+
"eslint-import-resolver-typescript": "^4.3.1",
|
|
122
|
+
"knip": "^5.46.4",
|
|
123
|
+
"react": "^19.1.0",
|
|
124
|
+
"react-dom": "^19.1.0",
|
|
125
125
|
"remark-gfm": "^4.0.1",
|
|
126
126
|
"rimraf": "^6.0.1",
|
|
127
|
-
"storybook": "^8.6.
|
|
127
|
+
"storybook": "^8.6.11",
|
|
128
128
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
129
129
|
"typescript": "^5.8.2",
|
|
130
|
-
"vite": "^6.2.
|
|
131
|
-
"vitest": "^3.
|
|
130
|
+
"vite": "^6.2.4",
|
|
131
|
+
"vitest": "^3.1.1"
|
|
132
132
|
},
|
|
133
133
|
"peerDependencies": {
|
|
134
|
-
"@mui/icons-material": "
|
|
135
|
-
"@mui/material": "
|
|
134
|
+
"@mui/icons-material": ">=6 <7",
|
|
135
|
+
"@mui/material": ">=6 <7",
|
|
136
136
|
"axios": "^1",
|
|
137
137
|
"react": "^19",
|
|
138
138
|
"react-dom": "^19",
|
|
139
|
-
"react-helmet": "^
|
|
139
|
+
"react-helmet": "^7"
|
|
140
140
|
},
|
|
141
|
-
"packageManager": "yarn@4.
|
|
141
|
+
"packageManager": "yarn@4.8.1",
|
|
142
142
|
"volta": {
|
|
143
143
|
"node": "22.3.0",
|
|
144
144
|
"yarn": "4.3.1"
|