@xylabs/sdk-react 5.3.14 → 5.3.16

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 +1 -1
  2. package/package.json +38 -38
package/eslint.config.mjs CHANGED
@@ -19,7 +19,7 @@ export default [
19
19
  reactConfig,
20
20
  {
21
21
  rules: {
22
- '@eslint-react/no-array-index-key': ['warn'],
22
+ '@eslint-react/no-array-index-key': ['off'],
23
23
  '@eslint-react/no-prop-types': ['warn'],
24
24
  '@eslint-react/prefer-destructuring-assignment': ['warn'],
25
25
  '@eslint-react/prefer-shorthand-boolean': ['warn'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "5.3.14",
3
+ "version": "5.3.16",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -55,43 +55,43 @@
55
55
  ]
56
56
  },
57
57
  "resolutions": {
58
- "eslint": "9.14.0"
58
+ "@types/react": "^18.3.18"
59
59
  },
60
60
  "dependencies": {
61
- "@xylabs/react-accordion": "^5.3.14",
62
- "@xylabs/react-animation": "^5.3.14",
63
- "@xylabs/react-appbar": "^5.3.14",
64
- "@xylabs/react-async-effect": "^5.3.14",
65
- "@xylabs/react-button": "^5.3.14",
66
- "@xylabs/react-common": "^5.3.14",
67
- "@xylabs/react-cookie-consent": "^5.3.14",
68
- "@xylabs/react-crypto": "^5.3.14",
69
- "@xylabs/react-dialogs": "^5.3.14",
70
- "@xylabs/react-experiments": "^5.3.14",
71
- "@xylabs/react-flexbox": "^5.3.14",
72
- "@xylabs/react-hooks": "^5.3.14",
73
- "@xylabs/react-identicon": "^5.3.14",
74
- "@xylabs/react-invertible-theme": "^5.3.14",
75
- "@xylabs/react-link": "^5.3.14",
76
- "@xylabs/react-mixpanel": "^5.3.14",
77
- "@xylabs/react-number-status": "^5.3.14",
78
- "@xylabs/react-pixel": "^5.3.14",
79
- "@xylabs/react-pixel-debugger": "^5.3.14",
80
- "@xylabs/react-promise": "^5.3.14",
81
- "@xylabs/react-quick-tip-button": "^5.3.14",
82
- "@xylabs/react-render-spin-check": "^5.3.14",
83
- "@xylabs/react-rich-result": "^5.3.14",
84
- "@xylabs/react-scroll-to-top": "^5.3.14",
85
- "@xylabs/react-shared": "^5.3.14",
86
- "@xylabs/react-theme": "^5.3.14"
61
+ "@xylabs/react-accordion": "^5.3.16",
62
+ "@xylabs/react-animation": "^5.3.16",
63
+ "@xylabs/react-appbar": "^5.3.16",
64
+ "@xylabs/react-async-effect": "^5.3.16",
65
+ "@xylabs/react-button": "^5.3.16",
66
+ "@xylabs/react-common": "^5.3.16",
67
+ "@xylabs/react-cookie-consent": "^5.3.16",
68
+ "@xylabs/react-crypto": "^5.3.16",
69
+ "@xylabs/react-dialogs": "^5.3.16",
70
+ "@xylabs/react-experiments": "^5.3.16",
71
+ "@xylabs/react-flexbox": "^5.3.16",
72
+ "@xylabs/react-hooks": "^5.3.16",
73
+ "@xylabs/react-identicon": "^5.3.16",
74
+ "@xylabs/react-invertible-theme": "^5.3.16",
75
+ "@xylabs/react-link": "^5.3.16",
76
+ "@xylabs/react-mixpanel": "^5.3.16",
77
+ "@xylabs/react-number-status": "^5.3.16",
78
+ "@xylabs/react-pixel": "^5.3.16",
79
+ "@xylabs/react-pixel-debugger": "^5.3.16",
80
+ "@xylabs/react-promise": "^5.3.16",
81
+ "@xylabs/react-quick-tip-button": "^5.3.16",
82
+ "@xylabs/react-render-spin-check": "^5.3.16",
83
+ "@xylabs/react-rich-result": "^5.3.16",
84
+ "@xylabs/react-scroll-to-top": "^5.3.16",
85
+ "@xylabs/react-shared": "^5.3.16",
86
+ "@xylabs/react-theme": "^5.3.16"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@chromatic-com/storybook": "^3.2.3",
90
90
  "@emotion/react": "^11.14.0",
91
91
  "@emotion/styled": "^11.14.0",
92
- "@eslint-react/eslint-plugin": "^1.20.1",
93
- "@mui/icons-material": "^6.2.1",
94
- "@mui/material": "^6.2.1",
92
+ "@eslint-react/eslint-plugin": "^1.23.0",
93
+ "@mui/icons-material": "^6.3.0",
94
+ "@mui/material": "^6.3.0",
95
95
  "@storybook/addon-actions": "^8.4.7",
96
96
  "@storybook/addon-docs": "^8.4.7",
97
97
  "@storybook/addon-essentials": "^8.4.7",
@@ -99,7 +99,7 @@
99
99
  "@storybook/addon-links": "^8.4.7",
100
100
  "@storybook/addon-mdx-gfm": "^8.4.7",
101
101
  "@storybook/addon-onboarding": "^8.4.7",
102
- "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
102
+ "@storybook/addon-webpack5-compiler-swc": "^2.0.0",
103
103
  "@storybook/blocks": "^8.4.7",
104
104
  "@storybook/components": "^8.4.7",
105
105
  "@storybook/core-events": "^8.4.7",
@@ -108,15 +108,15 @@
108
108
  "@storybook/test": "^8.4.7",
109
109
  "@storybook/theming": "^8.4.7",
110
110
  "@stylistic/eslint-plugin": "^2.12.1",
111
- "@types/node": "^22.10.2",
112
- "@typescript-eslint/eslint-plugin": "^8.18.1",
113
- "@typescript-eslint/parser": "^8.18.1",
111
+ "@types/node": "^22.10.3",
112
+ "@typescript-eslint/eslint-plugin": "^8.19.0",
113
+ "@typescript-eslint/parser": "^8.19.0",
114
114
  "@xylabs/eslint-config-flat": "^4.2.6",
115
115
  "@xylabs/eslint-config-react-flat": "^4.2.6",
116
116
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
117
117
  "@xylabs/tsconfig": "^4.2.6",
118
118
  "@xylabs/tsconfig-react": "^4.2.6",
119
- "@xyo-network/react-theme": "^4.2.12",
119
+ "@xyo-network/react-theme": "^4.3.3",
120
120
  "axios": "^1.7.9",
121
121
  "buffer": "^6.0.3",
122
122
  "eslint": "^9.17.0",
@@ -129,7 +129,7 @@
129
129
  "storybook": "^8.4.7",
130
130
  "tsconfig-paths-webpack-plugin": "^4.2.0",
131
131
  "typescript": "^5.7.2",
132
- "vite": "^6.0.4",
132
+ "vite": "^6.0.6",
133
133
  "vitest": "^2.1.8"
134
134
  },
135
135
  "peerDependencies": {
@@ -140,7 +140,7 @@
140
140
  "react-dom": "^18",
141
141
  "react-helmet": "^6"
142
142
  },
143
- "packageManager": "yarn@4.5.3",
143
+ "packageManager": "yarn@4.6.0",
144
144
  "volta": {
145
145
  "node": "22.3.0",
146
146
  "yarn": "4.3.1"