@xylabs/sdk-react 2.17.6 → 2.17.8

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