@xylabs/sdk-react 5.1.0-rc.1 → 5.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 +6 -2
  2. package/package.json +59 -61
package/eslint.config.mjs CHANGED
@@ -16,16 +16,20 @@ export default [
16
16
  workspacesConfig,
17
17
  rulesConfig,
18
18
  importConfig,
19
+ reactConfig,
19
20
  {
20
21
  rules: {
21
- '@eslint-react/no-array-index-key': ['off']
22
+ '@eslint-react/no-array-index-key': ['warn'],
23
+ '@eslint-react/no-prop-types': ['warn'],
24
+ '@eslint-react/prefer-destructuring-assignment': ['warn'],
25
+ '@eslint-react/prefer-shorthand-boolean': ['warn'],
22
26
  },
23
27
  },
24
28
  {
25
29
  ...typescriptConfig,
26
30
  rules: {
27
31
  ...typescriptConfig.rules,
28
- '@typescript-eslint/no-misused-promises': ['off'],
32
+ '@typescript-eslint/no-misused-promises': ['warn'],
29
33
  '@typescript-eslint/consistent-type-imports': ['warn']
30
34
  },
31
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "5.1.0-rc.1",
3
+ "version": "5.1.1",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -55,78 +55,77 @@
55
55
  ]
56
56
  },
57
57
  "dependencies": {
58
- "@xylabs/pixel": "^2.0.4",
59
- "@xylabs/react-accordion": "^5.1.0-rc.1",
60
- "@xylabs/react-animation": "^5.1.0-rc.1",
61
- "@xylabs/react-appbar": "^5.1.0-rc.1",
62
- "@xylabs/react-async-effect": "^5.1.0-rc.1",
63
- "@xylabs/react-button": "^5.1.0-rc.1",
64
- "@xylabs/react-common": "^5.1.0-rc.1",
65
- "@xylabs/react-cookie-consent": "^5.1.0-rc.1",
66
- "@xylabs/react-crypto": "^5.1.0-rc.1",
67
- "@xylabs/react-dialogs": "^5.1.0-rc.1",
68
- "@xylabs/react-experiments": "^5.1.0-rc.1",
69
- "@xylabs/react-flexbox": "^5.1.0-rc.1",
70
- "@xylabs/react-hooks": "^5.1.0-rc.1",
71
- "@xylabs/react-identicon": "^5.1.0-rc.1",
72
- "@xylabs/react-invertible-theme": "^5.1.0-rc.1",
73
- "@xylabs/react-link": "^5.1.0-rc.1",
74
- "@xylabs/react-mixpanel": "^5.1.0-rc.1",
75
- "@xylabs/react-number-status": "^5.1.0-rc.1",
76
- "@xylabs/react-pixel": "^5.1.0-rc.1",
77
- "@xylabs/react-pixel-debugger": "^5.1.0-rc.1",
78
- "@xylabs/react-promise": "^5.1.0-rc.1",
79
- "@xylabs/react-quick-tip-button": "^5.1.0-rc.1",
80
- "@xylabs/react-render-spin-check": "^5.1.0-rc.1",
81
- "@xylabs/react-rich-result": "^5.1.0-rc.1",
82
- "@xylabs/react-scroll-to-top": "^5.1.0-rc.1",
83
- "@xylabs/react-shared": "^5.1.0-rc.1"
58
+ "@xylabs/react-accordion": "^5.1.1",
59
+ "@xylabs/react-animation": "^5.1.1",
60
+ "@xylabs/react-appbar": "^5.1.1",
61
+ "@xylabs/react-async-effect": "^5.1.1",
62
+ "@xylabs/react-button": "^5.1.1",
63
+ "@xylabs/react-common": "^5.1.1",
64
+ "@xylabs/react-cookie-consent": "^5.1.1",
65
+ "@xylabs/react-crypto": "^5.1.1",
66
+ "@xylabs/react-dialogs": "^5.1.1",
67
+ "@xylabs/react-experiments": "^5.1.1",
68
+ "@xylabs/react-flexbox": "^5.1.1",
69
+ "@xylabs/react-hooks": "^5.1.1",
70
+ "@xylabs/react-identicon": "^5.1.1",
71
+ "@xylabs/react-invertible-theme": "^5.1.1",
72
+ "@xylabs/react-link": "^5.1.1",
73
+ "@xylabs/react-mixpanel": "^5.1.1",
74
+ "@xylabs/react-number-status": "^5.1.1",
75
+ "@xylabs/react-pixel": "^5.1.1",
76
+ "@xylabs/react-pixel-debugger": "^5.1.1",
77
+ "@xylabs/react-promise": "^5.1.1",
78
+ "@xylabs/react-quick-tip-button": "^5.1.1",
79
+ "@xylabs/react-render-spin-check": "^5.1.1",
80
+ "@xylabs/react-rich-result": "^5.1.1",
81
+ "@xylabs/react-scroll-to-top": "^5.1.1",
82
+ "@xylabs/react-shared": "^5.1.1"
84
83
  },
85
84
  "devDependencies": {
86
- "@chromatic-com/storybook": "^1.9.0",
85
+ "@chromatic-com/storybook": "^2.0.2",
87
86
  "@emotion/react": "^11.13.3",
88
87
  "@emotion/styled": "^11.13.0",
89
- "@eslint-react/eslint-plugin": "^1.13.0",
90
- "@mui/icons-material": "^6.0.2",
91
- "@mui/material": "^6.0.2",
92
- "@storybook/addon-actions": "^8.2.9",
93
- "@storybook/addon-docs": "^8.2.9",
94
- "@storybook/addon-essentials": "^8.2.9",
95
- "@storybook/addon-interactions": "^8.2.9",
96
- "@storybook/addon-links": "^8.2.9",
97
- "@storybook/addon-mdx-gfm": "^8.2.9",
98
- "@storybook/addon-onboarding": "^8.2.9",
88
+ "@eslint-react/eslint-plugin": "^1.14.3",
89
+ "@mui/icons-material": "^6.1.3",
90
+ "@mui/material": "^6.1.3",
91
+ "@storybook/addon-actions": "^8.3.5",
92
+ "@storybook/addon-docs": "^8.3.5",
93
+ "@storybook/addon-essentials": "^8.3.5",
94
+ "@storybook/addon-interactions": "^8.3.5",
95
+ "@storybook/addon-links": "^8.3.5",
96
+ "@storybook/addon-mdx-gfm": "^8.3.5",
97
+ "@storybook/addon-onboarding": "^8.3.5",
99
98
  "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
100
- "@storybook/blocks": "^8.2.9",
101
- "@storybook/components": "^8.2.9",
102
- "@storybook/core-events": "^8.2.9",
103
- "@storybook/react": "^8.2.9",
104
- "@storybook/react-vite": "^8.2.9",
105
- "@storybook/test": "^8.2.9",
106
- "@storybook/theming": "^8.2.9",
107
- "@stylistic/eslint-plugin": "^2.7.2",
108
- "@typescript-eslint/eslint-plugin": "^8.4.0",
109
- "@typescript-eslint/parser": "^8.4.0",
110
- "@xylabs/eslint-config-flat": "^4.0.7",
111
- "@xylabs/eslint-config-react-flat": "^4.0.7",
112
- "@xylabs/ts-scripts-yarn3": "^4.0.7",
113
- "@xylabs/tsconfig": "^4.0.7",
114
- "@xylabs/tsconfig-react": "^4.0.7",
115
- "@xyo-network/react-theme": "^3.0.15",
99
+ "@storybook/blocks": "^8.3.5",
100
+ "@storybook/components": "^8.3.5",
101
+ "@storybook/core-events": "^8.3.5",
102
+ "@storybook/react": "^8.3.5",
103
+ "@storybook/react-vite": "^8.3.5",
104
+ "@storybook/test": "^8.3.5",
105
+ "@storybook/theming": "^8.3.5",
106
+ "@stylistic/eslint-plugin": "^2.9.0",
107
+ "@typescript-eslint/eslint-plugin": "^8.8.1",
108
+ "@typescript-eslint/parser": "^8.8.1",
109
+ "@xylabs/eslint-config-flat": "^4.1.0",
110
+ "@xylabs/eslint-config-react-flat": "^4.1.0",
111
+ "@xylabs/ts-scripts-yarn3": "^4.1.0",
112
+ "@xylabs/tsconfig": "^4.1.0",
113
+ "@xylabs/tsconfig-react": "^4.1.0",
114
+ "@xyo-network/react-theme": "^4.0.4",
116
115
  "axios": "^1.7.7",
117
116
  "buffer": "^6.0.3",
118
- "eslint": "^9.10.0",
117
+ "eslint": "^9.12.0",
119
118
  "eslint-import-resolver-typescript": "^3.6.3",
120
119
  "jest": "^29.7.0",
121
120
  "react": "^18.3.1",
122
121
  "react-dom": "^18.3.1",
123
122
  "remark-gfm": "^4.0.0",
124
123
  "rimraf": "^6.0.1",
125
- "storybook": "^8.2.9",
124
+ "storybook": "^8.3.5",
126
125
  "storybook-dark-mode": "^4.0.2",
127
126
  "tsconfig-paths-webpack-plugin": "^4.1.0",
128
- "typescript": "^5.5.4",
129
- "vite": "^5.4.3"
127
+ "typescript": "^5.6.3",
128
+ "vite": "^5.4.8"
130
129
  },
131
130
  "peerDependencies": {
132
131
  "@mui/icons-material": "^6",
@@ -136,13 +135,12 @@
136
135
  "react-dom": "^18",
137
136
  "react-helmet": "^6"
138
137
  },
139
- "packageManager": "yarn@4.4.1",
138
+ "packageManager": "yarn@4.5.0",
140
139
  "volta": {
141
140
  "node": "22.3.0",
142
141
  "yarn": "4.3.1"
143
142
  },
144
143
  "publishConfig": {
145
144
  "access": "public"
146
- },
147
- "stableVersion": "5.0.0"
145
+ }
148
146
  }