@xylabs/sdk-react 5.3.24 → 5.4.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.
- 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
|
+
"version": "5.4.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.
|
|
62
|
-
"@xylabs/react-animation": "^5.
|
|
63
|
-
"@xylabs/react-appbar": "^5.
|
|
64
|
-
"@xylabs/react-async-effect": "^5.
|
|
65
|
-
"@xylabs/react-button": "^5.
|
|
66
|
-
"@xylabs/react-common": "^5.
|
|
67
|
-
"@xylabs/react-cookie-consent": "^5.
|
|
68
|
-
"@xylabs/react-crypto": "^5.
|
|
69
|
-
"@xylabs/react-dialogs": "^5.
|
|
70
|
-
"@xylabs/react-experiments": "^5.
|
|
71
|
-
"@xylabs/react-flexbox": "^5.
|
|
72
|
-
"@xylabs/react-hooks": "^5.
|
|
73
|
-
"@xylabs/react-identicon": "^5.
|
|
74
|
-
"@xylabs/react-invertible-theme": "^5.
|
|
75
|
-
"@xylabs/react-link": "^5.
|
|
76
|
-
"@xylabs/react-mixpanel": "^5.
|
|
77
|
-
"@xylabs/react-number-status": "^5.
|
|
78
|
-
"@xylabs/react-pixel": "^5.
|
|
79
|
-
"@xylabs/react-pixel-debugger": "^5.
|
|
80
|
-
"@xylabs/react-promise": "^5.
|
|
81
|
-
"@xylabs/react-quick-tip-button": "^5.
|
|
82
|
-
"@xylabs/react-render-spin-check": "^5.
|
|
83
|
-
"@xylabs/react-rich-result": "^5.
|
|
84
|
-
"@xylabs/react-scroll-to-top": "^5.
|
|
85
|
-
"@xylabs/react-shared": "^5.
|
|
86
|
-
"@xylabs/react-theme": "^5.
|
|
58
|
+
"@xylabs/react-accordion": "^5.4.0-rc.1",
|
|
59
|
+
"@xylabs/react-animation": "^5.4.0-rc.1",
|
|
60
|
+
"@xylabs/react-appbar": "^5.4.0-rc.1",
|
|
61
|
+
"@xylabs/react-async-effect": "^5.4.0-rc.1",
|
|
62
|
+
"@xylabs/react-button": "^5.4.0-rc.1",
|
|
63
|
+
"@xylabs/react-common": "^5.4.0-rc.1",
|
|
64
|
+
"@xylabs/react-cookie-consent": "^5.4.0-rc.1",
|
|
65
|
+
"@xylabs/react-crypto": "^5.4.0-rc.1",
|
|
66
|
+
"@xylabs/react-dialogs": "^5.4.0-rc.1",
|
|
67
|
+
"@xylabs/react-experiments": "^5.4.0-rc.1",
|
|
68
|
+
"@xylabs/react-flexbox": "^5.4.0-rc.1",
|
|
69
|
+
"@xylabs/react-hooks": "^5.4.0-rc.1",
|
|
70
|
+
"@xylabs/react-identicon": "^5.4.0-rc.1",
|
|
71
|
+
"@xylabs/react-invertible-theme": "^5.4.0-rc.1",
|
|
72
|
+
"@xylabs/react-link": "^5.4.0-rc.1",
|
|
73
|
+
"@xylabs/react-mixpanel": "^5.4.0-rc.1",
|
|
74
|
+
"@xylabs/react-number-status": "^5.4.0-rc.1",
|
|
75
|
+
"@xylabs/react-pixel": "^5.4.0-rc.1",
|
|
76
|
+
"@xylabs/react-pixel-debugger": "^5.4.0-rc.1",
|
|
77
|
+
"@xylabs/react-promise": "^5.4.0-rc.1",
|
|
78
|
+
"@xylabs/react-quick-tip-button": "^5.4.0-rc.1",
|
|
79
|
+
"@xylabs/react-render-spin-check": "^5.4.0-rc.1",
|
|
80
|
+
"@xylabs/react-rich-result": "^5.4.0-rc.1",
|
|
81
|
+
"@xylabs/react-scroll-to-top": "^5.4.0-rc.1",
|
|
82
|
+
"@xylabs/react-shared": "^5.4.0-rc.1",
|
|
83
|
+
"@xylabs/react-theme": "^5.4.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.
|
|
93
|
-
"@mui/icons-material": "^6.4.
|
|
94
|
-
"@mui/material": "^6.4.
|
|
95
|
-
"@storybook/addon-actions": "^8.6.
|
|
96
|
-
"@storybook/addon-docs": "^8.6.
|
|
97
|
-
"@storybook/addon-essentials": "^8.6.
|
|
98
|
-
"@storybook/addon-interactions": "^8.6.
|
|
99
|
-
"@storybook/addon-links": "^8.6.
|
|
100
|
-
"@storybook/addon-mdx-gfm": "^8.6.
|
|
101
|
-
"@storybook/addon-onboarding": "^8.6.
|
|
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.
|
|
104
|
-
"@storybook/components": "^8.6.
|
|
105
|
-
"@storybook/core-events": "^8.6.
|
|
106
|
-
"@storybook/react": "^8.6.
|
|
107
|
-
"@storybook/react-vite": "^8.6.
|
|
108
|
-
"@storybook/test": "^8.6.
|
|
109
|
-
"@storybook/theming": "^8.6.
|
|
110
|
-
"@stylistic/eslint-plugin": "^4.
|
|
111
|
-
"@types/node": "^22.13.
|
|
112
|
-
"@types/react": "^
|
|
113
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
114
|
-
"@typescript-eslint/parser": "^8.
|
|
115
|
-
"@xylabs/eslint-config-flat": "^5.
|
|
116
|
-
"@xylabs/eslint-config-react-flat": "^5.
|
|
117
|
-
"@xylabs/ts-scripts-yarn3": "^5.
|
|
118
|
-
"@xylabs/tsconfig": "^5.
|
|
119
|
-
"@xylabs/tsconfig-react": "^5.
|
|
120
|
-
"@xyo-network/react-theme": "^4.4.
|
|
121
|
-
"axios": "^1.8.
|
|
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.
|
|
120
|
+
"eslint": "^9.22.0",
|
|
124
121
|
"eslint-import-resolver-typescript": "^3.8.3",
|
|
125
122
|
"knip": "^5.45.0",
|
|
126
|
-
"react": "^
|
|
127
|
-
"react-dom": "^
|
|
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.
|
|
127
|
+
"storybook": "^8.6.4",
|
|
131
128
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
132
129
|
"typescript": "^5.8.2",
|
|
133
|
-
"vite": "^6.2.
|
|
134
|
-
"vitest": "^3.0.
|
|
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": "^
|
|
141
|
-
"react-dom": "^
|
|
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
|
}
|