@xylabs/sdk-react 7.1.9 → 7.1.10
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 +38 -78
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/sdk-react",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.10",
|
|
4
4
|
"description": "Common React library for all XY Labs projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -37,84 +37,44 @@
|
|
|
37
37
|
"dist",
|
|
38
38
|
"src"
|
|
39
39
|
],
|
|
40
|
-
"workspaces": [
|
|
41
|
-
"packages/*"
|
|
42
|
-
],
|
|
43
|
-
"scripts": {
|
|
44
|
-
"build-storybook": "storybook build",
|
|
45
|
-
"build-typedoc-site": "typedoc && storybook build -o ./docs/storybook",
|
|
46
|
-
"knip:unlisted": "echo ---Unlisted Dependencies--- && yarn workspaces foreach -Ap --exclude @xyo-network/sdk-js --no-interlaced run knip --include unlisted",
|
|
47
|
-
"start": "NODE_OPTIONS=--max_old_space_size=8192 storybook dev -p 6006",
|
|
48
|
-
"storybook": "storybook dev -p 6006"
|
|
49
|
-
},
|
|
50
|
-
"browserslist": {
|
|
51
|
-
"production": [
|
|
52
|
-
"last 1 chrome version",
|
|
53
|
-
"last 1 firefox version",
|
|
54
|
-
"last 1 safari version"
|
|
55
|
-
],
|
|
56
|
-
"development": [
|
|
57
|
-
"last 1 chrome version",
|
|
58
|
-
"last 1 firefox version",
|
|
59
|
-
"last 1 safari version"
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
40
|
"dependencies": {
|
|
63
|
-
"@xylabs/react-accordion": "~7.1.
|
|
64
|
-
"@xylabs/react-animation": "~7.1.
|
|
65
|
-
"@xylabs/react-appbar": "~7.1.
|
|
66
|
-
"@xylabs/react-async-effect": "~7.1.
|
|
67
|
-
"@xylabs/react-button": "~7.1.
|
|
68
|
-
"@xylabs/react-common": "~7.1.
|
|
69
|
-
"@xylabs/react-cookie-consent": "~7.1.
|
|
70
|
-
"@xylabs/react-crypto": "~7.1.
|
|
71
|
-
"@xylabs/react-dialogs": "~7.1.
|
|
72
|
-
"@xylabs/react-experiments": "~7.1.
|
|
73
|
-
"@xylabs/react-flexbox": "~7.1.
|
|
74
|
-
"@xylabs/react-hooks": "~7.1.
|
|
75
|
-
"@xylabs/react-identicon": "~7.1.
|
|
76
|
-
"@xylabs/react-link": "~7.1.
|
|
77
|
-
"@xylabs/react-mixpanel": "~7.1.
|
|
78
|
-
"@xylabs/react-number-status": "~7.1.
|
|
79
|
-
"@xylabs/react-pixel": "~7.1.
|
|
80
|
-
"@xylabs/react-pixel-debugger": "~7.1.
|
|
81
|
-
"@xylabs/react-promise": "~7.1.
|
|
82
|
-
"@xylabs/react-quick-tip-button": "~7.1.
|
|
83
|
-
"@xylabs/react-render-spin-check": "~7.1.
|
|
84
|
-
"@xylabs/react-rich-result": "~7.1.
|
|
85
|
-
"@xylabs/react-scroll-to-top": "~7.1.
|
|
86
|
-
"@xylabs/react-shared": "~7.1.
|
|
87
|
-
"@xylabs/react-theme": "~7.1.
|
|
41
|
+
"@xylabs/react-accordion": "~7.1.10",
|
|
42
|
+
"@xylabs/react-animation": "~7.1.10",
|
|
43
|
+
"@xylabs/react-appbar": "~7.1.10",
|
|
44
|
+
"@xylabs/react-async-effect": "~7.1.10",
|
|
45
|
+
"@xylabs/react-button": "~7.1.10",
|
|
46
|
+
"@xylabs/react-common": "~7.1.10",
|
|
47
|
+
"@xylabs/react-cookie-consent": "~7.1.10",
|
|
48
|
+
"@xylabs/react-crypto": "~7.1.10",
|
|
49
|
+
"@xylabs/react-dialogs": "~7.1.10",
|
|
50
|
+
"@xylabs/react-experiments": "~7.1.10",
|
|
51
|
+
"@xylabs/react-flexbox": "~7.1.10",
|
|
52
|
+
"@xylabs/react-hooks": "~7.1.10",
|
|
53
|
+
"@xylabs/react-identicon": "~7.1.10",
|
|
54
|
+
"@xylabs/react-link": "~7.1.10",
|
|
55
|
+
"@xylabs/react-mixpanel": "~7.1.10",
|
|
56
|
+
"@xylabs/react-number-status": "~7.1.10",
|
|
57
|
+
"@xylabs/react-pixel": "~7.1.10",
|
|
58
|
+
"@xylabs/react-pixel-debugger": "~7.1.10",
|
|
59
|
+
"@xylabs/react-promise": "~7.1.10",
|
|
60
|
+
"@xylabs/react-quick-tip-button": "~7.1.10",
|
|
61
|
+
"@xylabs/react-render-spin-check": "~7.1.10",
|
|
62
|
+
"@xylabs/react-rich-result": "~7.1.10",
|
|
63
|
+
"@xylabs/react-scroll-to-top": "~7.1.10",
|
|
64
|
+
"@xylabs/react-shared": "~7.1.10",
|
|
65
|
+
"@xylabs/react-theme": "~7.1.10"
|
|
88
66
|
},
|
|
89
67
|
"devDependencies": {
|
|
90
|
-
"@
|
|
91
|
-
"@
|
|
92
|
-
"@
|
|
93
|
-
"@
|
|
94
|
-
"@
|
|
95
|
-
"@
|
|
96
|
-
"@
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"@typescript-eslint/utils": "~8.48.1",
|
|
101
|
-
"@xylabs/eslint-config-flat": "~7.2.8",
|
|
102
|
-
"@xylabs/eslint-config-react-flat": "~7.2.8",
|
|
103
|
-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
104
|
-
"@xylabs/tsconfig": "~7.2.8",
|
|
105
|
-
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
106
|
-
"@xylabs/tsconfig-react": "~7.2.8",
|
|
107
|
-
"eslint": "~9.39.1",
|
|
108
|
-
"eslint-import-resolver-typescript": "~4.4.4",
|
|
109
|
-
"eslint-plugin-storybook": "10.1.4",
|
|
110
|
-
"knip": "~5.71.0",
|
|
111
|
-
"react": "^19.2.1",
|
|
112
|
-
"react-dom": "^19.2.1",
|
|
113
|
-
"storybook": "~10.1.4",
|
|
114
|
-
"ts-api-utils": "~2.1.0",
|
|
115
|
-
"typedoc": "~0.28.15",
|
|
116
|
-
"typescript": "^5.9.3",
|
|
117
|
-
"vite": "~7.2.6"
|
|
68
|
+
"@mui/icons-material": "~7.3.7",
|
|
69
|
+
"@mui/material": "~7.3.7",
|
|
70
|
+
"@types/react": "^19.2.10",
|
|
71
|
+
"@xylabs/ts-scripts-yarn3": "~7.3.2",
|
|
72
|
+
"@xylabs/tsconfig": "~7.3.2",
|
|
73
|
+
"@xylabs/tsconfig-dom": "~7.3.2",
|
|
74
|
+
"@xylabs/tsconfig-react": "~7.3.2",
|
|
75
|
+
"react": "^19.2.4",
|
|
76
|
+
"react-dom": "^19.2.4",
|
|
77
|
+
"typescript": "^5.9.3"
|
|
118
78
|
},
|
|
119
79
|
"peerDependencies": {
|
|
120
80
|
"@mui/icons-material": ">=6 <8",
|
|
@@ -125,7 +85,7 @@
|
|
|
125
85
|
"react-helmet": "^7",
|
|
126
86
|
"react-router-dom": "^7"
|
|
127
87
|
},
|
|
128
|
-
"packageManager": "yarn@4.
|
|
88
|
+
"packageManager": "yarn@4.12.0",
|
|
129
89
|
"volta": {
|
|
130
90
|
"node": "22.15.0",
|
|
131
91
|
"yarn": "4.9.1"
|
|
@@ -133,4 +93,4 @@
|
|
|
133
93
|
"publishConfig": {
|
|
134
94
|
"access": "public"
|
|
135
95
|
}
|
|
136
|
-
}
|
|
96
|
+
}
|