@xylabs/sdk-react 5.3.12 → 5.3.14

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 CHANGED
@@ -9,7 +9,7 @@ import { reactConfig } from '@xylabs/eslint-config-react-flat'
9
9
 
10
10
  export default [
11
11
  {
12
- ignores: ['.yarn/**', 'jest.config.cjs', '**/dist/**', 'dist', 'build/**', 'node_modules/**', 'public', '.storybook', 'storybook-static', 'eslint.config.mjs'],
12
+ ignores: ['.yarn/**', '**/dist/**', 'dist', 'build/**', 'node_modules/**', 'public', '.storybook', 'storybook-static', 'eslint.config.mjs'],
13
13
  },
14
14
  reactConfig,
15
15
  unicornConfig,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "5.3.12",
3
+ "version": "5.3.14",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -58,40 +58,40 @@
58
58
  "eslint": "9.14.0"
59
59
  },
60
60
  "dependencies": {
61
- "@xylabs/react-accordion": "^5.3.12",
62
- "@xylabs/react-animation": "^5.3.12",
63
- "@xylabs/react-appbar": "^5.3.12",
64
- "@xylabs/react-async-effect": "^5.3.12",
65
- "@xylabs/react-button": "^5.3.12",
66
- "@xylabs/react-common": "^5.3.12",
67
- "@xylabs/react-cookie-consent": "^5.3.12",
68
- "@xylabs/react-crypto": "^5.3.12",
69
- "@xylabs/react-dialogs": "^5.3.12",
70
- "@xylabs/react-experiments": "^5.3.12",
71
- "@xylabs/react-flexbox": "^5.3.12",
72
- "@xylabs/react-hooks": "^5.3.12",
73
- "@xylabs/react-identicon": "^5.3.12",
74
- "@xylabs/react-invertible-theme": "^5.3.12",
75
- "@xylabs/react-link": "^5.3.12",
76
- "@xylabs/react-mixpanel": "^5.3.12",
77
- "@xylabs/react-number-status": "^5.3.12",
78
- "@xylabs/react-pixel": "^5.3.12",
79
- "@xylabs/react-pixel-debugger": "^5.3.12",
80
- "@xylabs/react-promise": "^5.3.12",
81
- "@xylabs/react-quick-tip-button": "^5.3.12",
82
- "@xylabs/react-render-spin-check": "^5.3.12",
83
- "@xylabs/react-rich-result": "^5.3.12",
84
- "@xylabs/react-scroll-to-top": "^5.3.12",
85
- "@xylabs/react-shared": "^5.3.12",
86
- "@xylabs/react-theme": "^5.3.12"
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"
87
87
  },
88
88
  "devDependencies": {
89
- "@chromatic-com/storybook": "^3.2.2",
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.19.0",
93
- "@mui/icons-material": "^6.2.0",
94
- "@mui/material": "^6.2.0",
92
+ "@eslint-react/eslint-plugin": "^1.20.1",
93
+ "@mui/icons-material": "^6.2.1",
94
+ "@mui/material": "^6.2.1",
95
95
  "@storybook/addon-actions": "^8.4.7",
96
96
  "@storybook/addon-docs": "^8.4.7",
97
97
  "@storybook/addon-essentials": "^8.4.7",
@@ -109,19 +109,19 @@
109
109
  "@storybook/theming": "^8.4.7",
110
110
  "@stylistic/eslint-plugin": "^2.12.1",
111
111
  "@types/node": "^22.10.2",
112
- "@typescript-eslint/eslint-plugin": "^8.18.0",
113
- "@typescript-eslint/parser": "^8.18.0",
114
- "@xylabs/eslint-config-flat": "^4.2.4",
115
- "@xylabs/eslint-config-react-flat": "^4.2.4",
116
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
117
- "@xylabs/tsconfig": "^4.2.4",
118
- "@xylabs/tsconfig-react": "^4.2.4",
119
- "@xyo-network/react-theme": "^4.2.11",
112
+ "@typescript-eslint/eslint-plugin": "^8.18.1",
113
+ "@typescript-eslint/parser": "^8.18.1",
114
+ "@xylabs/eslint-config-flat": "^4.2.6",
115
+ "@xylabs/eslint-config-react-flat": "^4.2.6",
116
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
117
+ "@xylabs/tsconfig": "^4.2.6",
118
+ "@xylabs/tsconfig-react": "^4.2.6",
119
+ "@xyo-network/react-theme": "^4.2.12",
120
120
  "axios": "^1.7.9",
121
121
  "buffer": "^6.0.3",
122
- "eslint": "^9.16.0",
122
+ "eslint": "^9.17.0",
123
123
  "eslint-import-resolver-typescript": "^3.7.0",
124
- "knip": "^5.40.0",
124
+ "knip": "^5.41.1",
125
125
  "react": "^18.3.1",
126
126
  "react-dom": "^18.3.1",
127
127
  "remark-gfm": "^4.0.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.3",
132
+ "vite": "^6.0.4",
133
133
  "vitest": "^2.1.8"
134
134
  },
135
135
  "peerDependencies": {
Binary file