@xylabs/sdk-react 6.3.1 → 6.3.3

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 (1) hide show
  1. package/package.json +42 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "6.3.1",
3
+ "version": "6.3.3",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -56,57 +56,57 @@
56
56
  ]
57
57
  },
58
58
  "dependencies": {
59
- "@xylabs/react-accordion": "^6.3.1",
60
- "@xylabs/react-animation": "^6.3.1",
61
- "@xylabs/react-appbar": "^6.3.1",
62
- "@xylabs/react-async-effect": "^6.3.1",
63
- "@xylabs/react-button": "^6.3.1",
64
- "@xylabs/react-common": "^6.3.1",
65
- "@xylabs/react-cookie-consent": "^6.3.1",
66
- "@xylabs/react-crypto": "^6.3.1",
67
- "@xylabs/react-dialogs": "^6.3.1",
68
- "@xylabs/react-experiments": "^6.3.1",
69
- "@xylabs/react-flexbox": "^6.3.1",
70
- "@xylabs/react-hooks": "^6.3.1",
71
- "@xylabs/react-identicon": "^6.3.1",
72
- "@xylabs/react-link": "^6.3.1",
73
- "@xylabs/react-mixpanel": "^6.3.1",
74
- "@xylabs/react-number-status": "^6.3.1",
75
- "@xylabs/react-pixel": "^6.3.1",
76
- "@xylabs/react-pixel-debugger": "^6.3.1",
77
- "@xylabs/react-promise": "^6.3.1",
78
- "@xylabs/react-quick-tip-button": "^6.3.1",
79
- "@xylabs/react-render-spin-check": "^6.3.1",
80
- "@xylabs/react-rich-result": "^6.3.1",
81
- "@xylabs/react-scroll-to-top": "^6.3.1",
82
- "@xylabs/react-shared": "^6.3.1",
83
- "@xylabs/react-theme": "^6.3.1"
59
+ "@xylabs/react-accordion": "^6.3.3",
60
+ "@xylabs/react-animation": "^6.3.3",
61
+ "@xylabs/react-appbar": "^6.3.3",
62
+ "@xylabs/react-async-effect": "^6.3.3",
63
+ "@xylabs/react-button": "^6.3.3",
64
+ "@xylabs/react-common": "^6.3.3",
65
+ "@xylabs/react-cookie-consent": "^6.3.3",
66
+ "@xylabs/react-crypto": "^6.3.3",
67
+ "@xylabs/react-dialogs": "^6.3.3",
68
+ "@xylabs/react-experiments": "^6.3.3",
69
+ "@xylabs/react-flexbox": "^6.3.3",
70
+ "@xylabs/react-hooks": "^6.3.3",
71
+ "@xylabs/react-identicon": "^6.3.3",
72
+ "@xylabs/react-link": "^6.3.3",
73
+ "@xylabs/react-mixpanel": "^6.3.3",
74
+ "@xylabs/react-number-status": "^6.3.3",
75
+ "@xylabs/react-pixel": "^6.3.3",
76
+ "@xylabs/react-pixel-debugger": "^6.3.3",
77
+ "@xylabs/react-promise": "^6.3.3",
78
+ "@xylabs/react-quick-tip-button": "^6.3.3",
79
+ "@xylabs/react-render-spin-check": "^6.3.3",
80
+ "@xylabs/react-rich-result": "^6.3.3",
81
+ "@xylabs/react-scroll-to-top": "^6.3.3",
82
+ "@xylabs/react-shared": "^6.3.3",
83
+ "@xylabs/react-theme": "^6.3.3"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@emotion/react": "^11.14.0",
87
87
  "@emotion/styled": "^11.14.0",
88
88
  "@mui/icons-material": "^7.1.0",
89
89
  "@mui/material": "^7.1.0",
90
- "@storybook/addon-essentials": "^8.6.12",
91
- "@storybook/addon-links": "^8.6.12",
92
- "@storybook/blocks": "^8.6.12",
93
- "@storybook/react": "^8.6.12",
94
- "@storybook/react-vite": "^8.6.12",
95
- "@storybook/test": "^8.6.12",
96
- "@types/node": "^22.15.17",
97
- "@types/react": "^19.1.4",
90
+ "@storybook/addon-essentials": "^8.6.14",
91
+ "@storybook/addon-links": "^8.6.14",
92
+ "@storybook/blocks": "^8.6.14",
93
+ "@storybook/react": "^8.6.14",
94
+ "@storybook/react-vite": "^8.6.14",
95
+ "@storybook/test": "^8.6.14",
96
+ "@types/node": "^22.15.21",
97
+ "@types/react": "^19.1.5",
98
98
  "@typescript-eslint/eslint-plugin": "^8.32.1",
99
99
  "@typescript-eslint/parser": "^8.32.1",
100
- "@xylabs/eslint-config-flat": "^6.5.5",
101
- "@xylabs/eslint-config-react-flat": "^6.5.5",
102
- "@xylabs/ts-scripts-yarn3": "^6.5.5",
103
- "@xylabs/tsconfig-react": "^6.5.5",
104
- "eslint": "^9.26.0",
105
- "eslint-import-resolver-typescript": "^4.3.4",
106
- "knip": "^5.55.1",
100
+ "@xylabs/eslint-config-flat": "^6.5.7",
101
+ "@xylabs/eslint-config-react-flat": "^6.5.7",
102
+ "@xylabs/ts-scripts-yarn3": "^6.5.7",
103
+ "@xylabs/tsconfig-react": "^6.5.7",
104
+ "eslint": "^9.27.0",
105
+ "eslint-import-resolver-typescript": "^4.3.5",
106
+ "knip": "^5.57.0",
107
107
  "react": "^19.1.0",
108
108
  "react-dom": "^19.1.0",
109
- "storybook": "^8.6.12",
109
+ "storybook": "^8.6.14",
110
110
  "typedoc": "^0.28.4",
111
111
  "typescript": "^5.8.3",
112
112
  "vite": "^6.3.5"