@xylabs/sdk-react 2.17.11 → 2.17.13

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/package.json CHANGED
@@ -12,33 +12,29 @@
12
12
  "workspaces": [
13
13
  "packages/*"
14
14
  ],
15
- "resolutions": {
16
- "@mui/material": "5.14.2",
17
- "@mui/system": "5.14.1"
18
- },
19
15
  "dependencies": {
20
- "@xylabs/react-accordion": "~2.17.11",
21
- "@xylabs/react-appbar": "~2.17.11",
22
- "@xylabs/react-async-effect": "~2.17.11",
23
- "@xylabs/react-button": "~2.17.11",
24
- "@xylabs/react-common": "~2.17.11",
25
- "@xylabs/react-cookie-consent": "~2.17.11",
26
- "@xylabs/react-crypto": "~2.17.11",
27
- "@xylabs/react-dialogs": "~2.17.11",
28
- "@xylabs/react-experiments": "~2.17.11",
29
- "@xylabs/react-flexbox": "~2.17.11",
30
- "@xylabs/react-identicon": "~2.17.11",
31
- "@xylabs/react-invertible-theme": "~2.17.11",
32
- "@xylabs/react-link": "~2.17.11",
33
- "@xylabs/react-number-status": "~2.17.11",
34
- "@xylabs/react-pixel": "~2.17.11",
35
- "@xylabs/react-pixel-debugger": "~2.17.11",
36
- "@xylabs/react-promise": "~2.17.11",
37
- "@xylabs/react-quick-tip-button": "~2.17.11",
38
- "@xylabs/react-render-spin-check": "~2.17.11",
39
- "@xylabs/react-rich-result": "~2.17.11",
40
- "@xylabs/react-scroll-to-top": "~2.17.11",
41
- "@xylabs/react-shared": "~2.17.11"
16
+ "@xylabs/react-accordion": "~2.17.13",
17
+ "@xylabs/react-appbar": "~2.17.13",
18
+ "@xylabs/react-async-effect": "~2.17.13",
19
+ "@xylabs/react-button": "~2.17.13",
20
+ "@xylabs/react-common": "~2.17.13",
21
+ "@xylabs/react-cookie-consent": "~2.17.13",
22
+ "@xylabs/react-crypto": "~2.17.13",
23
+ "@xylabs/react-dialogs": "~2.17.13",
24
+ "@xylabs/react-experiments": "~2.17.13",
25
+ "@xylabs/react-flexbox": "~2.17.13",
26
+ "@xylabs/react-identicon": "~2.17.13",
27
+ "@xylabs/react-invertible-theme": "~2.17.13",
28
+ "@xylabs/react-link": "~2.17.13",
29
+ "@xylabs/react-number-status": "~2.17.13",
30
+ "@xylabs/react-pixel": "~2.17.13",
31
+ "@xylabs/react-pixel-debugger": "~2.17.13",
32
+ "@xylabs/react-promise": "~2.17.13",
33
+ "@xylabs/react-quick-tip-button": "~2.17.13",
34
+ "@xylabs/react-render-spin-check": "~2.17.13",
35
+ "@xylabs/react-rich-result": "~2.17.13",
36
+ "@xylabs/react-scroll-to-top": "~2.17.13",
37
+ "@xylabs/react-shared": "~2.17.13"
42
38
  },
43
39
  "description": "Common React library for all XY Labs projects that use React",
44
40
  "devDependencies": {
@@ -48,22 +44,22 @@
48
44
  "@babel/preset-typescript": "^7.22.5",
49
45
  "@emotion/react": "^11.11.1",
50
46
  "@emotion/styled": "^11.11.0",
51
- "@mui/material": "^5.14.3",
52
- "@storybook/addon-actions": "^7.2.1",
53
- "@storybook/addon-docs": "^7.2.1",
54
- "@storybook/addon-essentials": "^7.2.1",
55
- "@storybook/addon-interactions": "^7.2.1",
56
- "@storybook/addon-links": "^7.2.1",
57
- "@storybook/addon-mdx-gfm": "^7.2.1",
58
- "@storybook/addons": "^7.2.1",
59
- "@storybook/api": "^7.2.1",
60
- "@storybook/components": "^7.2.1",
61
- "@storybook/core-events": "^7.2.1",
47
+ "@mui/material": "^5.14.4",
48
+ "@storybook/addon-actions": "^7.2.2",
49
+ "@storybook/addon-docs": "^7.2.2",
50
+ "@storybook/addon-essentials": "^7.2.2",
51
+ "@storybook/addon-interactions": "^7.2.2",
52
+ "@storybook/addon-links": "^7.2.2",
53
+ "@storybook/addon-mdx-gfm": "^7.2.2",
54
+ "@storybook/addons": "^7.2.2",
55
+ "@storybook/api": "^7.2.2",
56
+ "@storybook/components": "^7.2.2",
57
+ "@storybook/core-events": "^7.2.2",
62
58
  "@storybook/mdx1-csf": "^1.0.0",
63
- "@storybook/react": "^7.2.1",
64
- "@storybook/react-webpack5": "^7.2.1",
59
+ "@storybook/react": "^7.2.2",
60
+ "@storybook/react-webpack5": "^7.2.2",
65
61
  "@storybook/testing-library": "^0.2.0",
66
- "@storybook/theming": "^7.2.1",
62
+ "@storybook/theming": "^7.2.2",
67
63
  "@typescript-eslint/eslint-plugin": "^6.3.0",
68
64
  "@typescript-eslint/parser": "^6.3.0",
69
65
  "@xylabs/eslint-config-react": "^2.19.0",
@@ -72,14 +68,15 @@
72
68
  "@xylabs/tsconfig-react": "^2.19.0",
73
69
  "axios": "^1.4.0",
74
70
  "eslint": "^8.46.0",
75
- "eslint-import-resolver-typescript": "^3.5.5",
71
+ "eslint-import-resolver-typescript": "^3.6.0",
76
72
  "eslint-plugin-deprecation": "^1.5.0",
77
73
  "eslint-plugin-import": "^2.28.0",
74
+ "jest": "^29.6.2",
78
75
  "react": "^18.2.0",
79
76
  "react-dom": "^18.2.0",
80
77
  "remark-gfm": "^3.0.1",
81
78
  "rimraf": "^4.4.1",
82
- "storybook": "^7.2.1",
79
+ "storybook": "^7.2.2",
83
80
  "storybook-dark-mode": "^3.0.1",
84
81
  "typescript": "^5.1.6",
85
82
  "webpack": "^5.88.2"
@@ -136,7 +133,7 @@
136
133
  },
137
134
  "sideEffects": false,
138
135
  "types": "dist/types/index.d.ts",
139
- "version": "2.17.11",
136
+ "version": "2.17.13",
140
137
  "packageManager": "yarn@3.6.1",
141
138
  "volta": {
142
139
  "node": "18.13.0",
Binary file