@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.
Files changed (2) hide show
  1. package/eslint.config.mjs +3 -2
  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/**', '**/dist/**', 'dist', 'build/**', 'node_modules/**', 'public', '.storybook', 'storybook-static', 'eslint.config.mjs'],
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.0.9",
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.0.9",
59
- "@xylabs/react-animation": "^6.0.9",
60
- "@xylabs/react-appbar": "^6.0.9",
61
- "@xylabs/react-async-effect": "^6.0.9",
62
- "@xylabs/react-button": "^6.0.9",
63
- "@xylabs/react-common": "^6.0.9",
64
- "@xylabs/react-cookie-consent": "^6.0.9",
65
- "@xylabs/react-crypto": "^6.0.9",
66
- "@xylabs/react-dialogs": "^6.0.9",
67
- "@xylabs/react-experiments": "^6.0.9",
68
- "@xylabs/react-flexbox": "^6.0.9",
69
- "@xylabs/react-hooks": "^6.0.9",
70
- "@xylabs/react-identicon": "^6.0.9",
71
- "@xylabs/react-invertible-theme": "^6.0.9",
72
- "@xylabs/react-link": "^6.0.9",
73
- "@xylabs/react-mixpanel": "^6.0.9",
74
- "@xylabs/react-number-status": "^6.0.9",
75
- "@xylabs/react-pixel": "^6.0.9",
76
- "@xylabs/react-pixel-debugger": "^6.0.9",
77
- "@xylabs/react-promise": "^6.0.9",
78
- "@xylabs/react-quick-tip-button": "^6.0.9",
79
- "@xylabs/react-render-spin-check": "^6.0.9",
80
- "@xylabs/react-rich-result": "^6.0.9",
81
- "@xylabs/react-scroll-to-top": "^6.0.9",
82
- "@xylabs/react-shared": "^6.0.9",
83
- "@xylabs/react-theme": "^6.0.9"
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.37.0",
90
- "@mui/icons-material": "^6.4.8",
91
- "@mui/material": "^6.4.8",
92
- "@storybook/addon-actions": "^8.6.7",
93
- "@storybook/addon-docs": "^8.6.7",
94
- "@storybook/addon-essentials": "^8.6.7",
95
- "@storybook/addon-interactions": "^8.6.7",
96
- "@storybook/addon-links": "^8.6.7",
97
- "@storybook/addon-mdx-gfm": "^8.6.7",
98
- "@storybook/addon-onboarding": "^8.6.7",
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.7",
101
- "@storybook/components": "^8.6.7",
102
- "@storybook/core-events": "^8.6.7",
103
- "@storybook/react": "^8.6.7",
104
- "@storybook/react-vite": "^8.6.7",
105
- "@storybook/test": "^8.6.7",
106
- "@storybook/theming": "^8.6.7",
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.10",
108
+ "@types/node": "^22.13.16",
109
109
  "@types/react": "^19.0.12",
110
- "@typescript-eslint/eslint-plugin": "^8.27.0",
111
- "@typescript-eslint/parser": "^8.27.0",
112
- "@xylabs/eslint-config-flat": "^6.1.4",
113
- "@xylabs/eslint-config-react-flat": "^6.1.4",
114
- "@xylabs/ts-scripts-yarn3": "^6.1.4",
115
- "@xylabs/tsconfig": "^6.1.4",
116
- "@xylabs/tsconfig-react": "^6.1.4",
117
- "@xyo-network/react-theme": "^5.0.6",
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.22.0",
121
- "eslint-import-resolver-typescript": "^4.2.2",
122
- "knip": "^5.46.0",
123
- "react": "^19.0.0",
124
- "react-dom": "^19.0.0",
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.7",
127
+ "storybook": "^8.6.11",
128
128
  "tsconfig-paths-webpack-plugin": "^4.2.0",
129
129
  "typescript": "^5.8.2",
130
- "vite": "^6.2.2",
131
- "vitest": "^3.0.9"
130
+ "vite": "^6.2.4",
131
+ "vitest": "^3.1.1"
132
132
  },
133
133
  "peerDependencies": {
134
- "@mui/icons-material": "^6",
135
- "@mui/material": "^6",
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": "^6"
139
+ "react-helmet": "^7"
140
140
  },
141
- "packageManager": "yarn@4.7.0",
141
+ "packageManager": "yarn@4.8.1",
142
142
  "volta": {
143
143
  "node": "22.3.0",
144
144
  "yarn": "4.3.1"