@xylabs/sdk-react 5.3.24 → 6.0.0-rc.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 (1) hide show
  1. package/package.json +66 -68
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "5.3.24",
3
+ "version": "6.0.0-rc.1",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -54,91 +54,88 @@
54
54
  "last 1 safari version"
55
55
  ]
56
56
  },
57
- "resolutions": {
58
- "@types/react": "^18.3.18"
59
- },
60
57
  "dependencies": {
61
- "@xylabs/react-accordion": "^5.3.24",
62
- "@xylabs/react-animation": "^5.3.24",
63
- "@xylabs/react-appbar": "^5.3.24",
64
- "@xylabs/react-async-effect": "^5.3.24",
65
- "@xylabs/react-button": "^5.3.24",
66
- "@xylabs/react-common": "^5.3.24",
67
- "@xylabs/react-cookie-consent": "^5.3.24",
68
- "@xylabs/react-crypto": "^5.3.24",
69
- "@xylabs/react-dialogs": "^5.3.24",
70
- "@xylabs/react-experiments": "^5.3.24",
71
- "@xylabs/react-flexbox": "^5.3.24",
72
- "@xylabs/react-hooks": "^5.3.24",
73
- "@xylabs/react-identicon": "^5.3.24",
74
- "@xylabs/react-invertible-theme": "^5.3.24",
75
- "@xylabs/react-link": "^5.3.24",
76
- "@xylabs/react-mixpanel": "^5.3.24",
77
- "@xylabs/react-number-status": "^5.3.24",
78
- "@xylabs/react-pixel": "^5.3.24",
79
- "@xylabs/react-pixel-debugger": "^5.3.24",
80
- "@xylabs/react-promise": "^5.3.24",
81
- "@xylabs/react-quick-tip-button": "^5.3.24",
82
- "@xylabs/react-render-spin-check": "^5.3.24",
83
- "@xylabs/react-rich-result": "^5.3.24",
84
- "@xylabs/react-scroll-to-top": "^5.3.24",
85
- "@xylabs/react-shared": "^5.3.24",
86
- "@xylabs/react-theme": "^5.3.24"
58
+ "@xylabs/react-accordion": "^6.0.0-rc.1",
59
+ "@xylabs/react-animation": "^6.0.0-rc.1",
60
+ "@xylabs/react-appbar": "^6.0.0-rc.1",
61
+ "@xylabs/react-async-effect": "^6.0.0-rc.1",
62
+ "@xylabs/react-button": "^6.0.0-rc.1",
63
+ "@xylabs/react-common": "^6.0.0-rc.1",
64
+ "@xylabs/react-cookie-consent": "^6.0.0-rc.1",
65
+ "@xylabs/react-crypto": "^6.0.0-rc.1",
66
+ "@xylabs/react-dialogs": "^6.0.0-rc.1",
67
+ "@xylabs/react-experiments": "^6.0.0-rc.1",
68
+ "@xylabs/react-flexbox": "^6.0.0-rc.1",
69
+ "@xylabs/react-hooks": "^6.0.0-rc.1",
70
+ "@xylabs/react-identicon": "^6.0.0-rc.1",
71
+ "@xylabs/react-invertible-theme": "^6.0.0-rc.1",
72
+ "@xylabs/react-link": "^6.0.0-rc.1",
73
+ "@xylabs/react-mixpanel": "^6.0.0-rc.1",
74
+ "@xylabs/react-number-status": "^6.0.0-rc.1",
75
+ "@xylabs/react-pixel": "^6.0.0-rc.1",
76
+ "@xylabs/react-pixel-debugger": "^6.0.0-rc.1",
77
+ "@xylabs/react-promise": "^6.0.0-rc.1",
78
+ "@xylabs/react-quick-tip-button": "^6.0.0-rc.1",
79
+ "@xylabs/react-render-spin-check": "^6.0.0-rc.1",
80
+ "@xylabs/react-rich-result": "^6.0.0-rc.1",
81
+ "@xylabs/react-scroll-to-top": "^6.0.0-rc.1",
82
+ "@xylabs/react-shared": "^6.0.0-rc.1",
83
+ "@xylabs/react-theme": "^6.0.0-rc.1"
87
84
  },
88
85
  "devDependencies": {
89
86
  "@chromatic-com/storybook": "^3.2.5",
90
87
  "@emotion/react": "^11.14.0",
91
88
  "@emotion/styled": "^11.14.0",
92
- "@eslint-react/eslint-plugin": "^1.28.0",
93
- "@mui/icons-material": "^6.4.6",
94
- "@mui/material": "^6.4.6",
95
- "@storybook/addon-actions": "^8.6.2",
96
- "@storybook/addon-docs": "^8.6.2",
97
- "@storybook/addon-essentials": "^8.6.2",
98
- "@storybook/addon-interactions": "^8.6.2",
99
- "@storybook/addon-links": "^8.6.2",
100
- "@storybook/addon-mdx-gfm": "^8.6.2",
101
- "@storybook/addon-onboarding": "^8.6.2",
89
+ "@eslint-react/eslint-plugin": "^1.31.0",
90
+ "@mui/icons-material": "^6.4.7",
91
+ "@mui/material": "^6.4.7",
92
+ "@storybook/addon-actions": "^8.6.4",
93
+ "@storybook/addon-docs": "^8.6.4",
94
+ "@storybook/addon-essentials": "^8.6.4",
95
+ "@storybook/addon-interactions": "^8.6.4",
96
+ "@storybook/addon-links": "^8.6.4",
97
+ "@storybook/addon-mdx-gfm": "^8.6.4",
98
+ "@storybook/addon-onboarding": "^8.6.4",
102
99
  "@storybook/addon-webpack5-compiler-swc": "^2.1.0",
103
- "@storybook/blocks": "^8.6.2",
104
- "@storybook/components": "^8.6.2",
105
- "@storybook/core-events": "^8.6.2",
106
- "@storybook/react": "^8.6.2",
107
- "@storybook/react-vite": "^8.6.2",
108
- "@storybook/test": "^8.6.2",
109
- "@storybook/theming": "^8.6.2",
110
- "@stylistic/eslint-plugin": "^4.1.0",
111
- "@types/node": "^22.13.5",
112
- "@types/react": "^18.3.18",
113
- "@typescript-eslint/eslint-plugin": "^8.25.0",
114
- "@typescript-eslint/parser": "^8.25.0",
115
- "@xylabs/eslint-config-flat": "^5.0.37",
116
- "@xylabs/eslint-config-react-flat": "^5.0.37",
117
- "@xylabs/ts-scripts-yarn3": "^5.0.37",
118
- "@xylabs/tsconfig": "^5.0.37",
119
- "@xylabs/tsconfig-react": "^5.0.37",
120
- "@xyo-network/react-theme": "^4.4.10",
121
- "axios": "^1.8.1",
100
+ "@storybook/blocks": "^8.6.4",
101
+ "@storybook/components": "^8.6.4",
102
+ "@storybook/core-events": "^8.6.4",
103
+ "@storybook/react": "^8.6.4",
104
+ "@storybook/react-vite": "^8.6.4",
105
+ "@storybook/test": "^8.6.4",
106
+ "@storybook/theming": "^8.6.4",
107
+ "@stylistic/eslint-plugin": "^4.2.0",
108
+ "@types/node": "^22.13.10",
109
+ "@types/react": "^19.0.10",
110
+ "@typescript-eslint/eslint-plugin": "^8.26.0",
111
+ "@typescript-eslint/parser": "^8.26.0",
112
+ "@xylabs/eslint-config-flat": "^5.1.14",
113
+ "@xylabs/eslint-config-react-flat": "^5.1.14",
114
+ "@xylabs/ts-scripts-yarn3": "^5.1.14",
115
+ "@xylabs/tsconfig": "^5.1.14",
116
+ "@xylabs/tsconfig-react": "^5.1.14",
117
+ "@xyo-network/react-theme": "^4.4.11",
118
+ "axios": "^1.8.2",
122
119
  "buffer": "^6.0.3",
123
- "eslint": "^9.21.0",
120
+ "eslint": "^9.22.0",
124
121
  "eslint-import-resolver-typescript": "^3.8.3",
125
122
  "knip": "^5.45.0",
126
- "react": "^18.3.1",
127
- "react-dom": "^18.3.1",
123
+ "react": "^19.0.0",
124
+ "react-dom": "^19.0.0",
128
125
  "remark-gfm": "^4.0.1",
129
126
  "rimraf": "^6.0.1",
130
- "storybook": "^8.6.2",
127
+ "storybook": "^8.6.4",
131
128
  "tsconfig-paths-webpack-plugin": "^4.2.0",
132
129
  "typescript": "^5.8.2",
133
- "vite": "^6.2.0",
134
- "vitest": "^3.0.7"
130
+ "vite": "^6.2.1",
131
+ "vitest": "^3.0.8"
135
132
  },
136
133
  "peerDependencies": {
137
134
  "@mui/icons-material": "^6",
138
135
  "@mui/material": "^6",
139
136
  "axios": "^1",
140
- "react": "^18",
141
- "react-dom": "^18",
137
+ "react": "^19",
138
+ "react-dom": "^19",
142
139
  "react-helmet": "^6"
143
140
  },
144
141
  "packageManager": "yarn@4.6.0",
@@ -148,5 +145,6 @@
148
145
  },
149
146
  "publishConfig": {
150
147
  "access": "public"
151
- }
148
+ },
149
+ "stableVersion": "5.3.25"
152
150
  }