@xylabs/sdk-react 7.0.0 → 7.0.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 +58 -54
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -60,65 +60,69 @@
60
60
  ]
61
61
  },
62
62
  "dependencies": {
63
- "@xylabs/react-accordion": "^7.0.0",
64
- "@xylabs/react-animation": "^7.0.0",
65
- "@xylabs/react-appbar": "^7.0.0",
66
- "@xylabs/react-async-effect": "^7.0.0",
67
- "@xylabs/react-button": "^7.0.0",
68
- "@xylabs/react-common": "^7.0.0",
69
- "@xylabs/react-cookie-consent": "^7.0.0",
70
- "@xylabs/react-crypto": "^7.0.0",
71
- "@xylabs/react-dialogs": "^7.0.0",
72
- "@xylabs/react-experiments": "^7.0.0",
73
- "@xylabs/react-flexbox": "^7.0.0",
74
- "@xylabs/react-hooks": "^7.0.0",
75
- "@xylabs/react-identicon": "^7.0.0",
76
- "@xylabs/react-link": "^7.0.0",
77
- "@xylabs/react-mixpanel": "^7.0.0",
78
- "@xylabs/react-number-status": "^7.0.0",
79
- "@xylabs/react-pixel": "^7.0.0",
80
- "@xylabs/react-pixel-debugger": "^7.0.0",
81
- "@xylabs/react-promise": "^7.0.0",
82
- "@xylabs/react-quick-tip-button": "^7.0.0",
83
- "@xylabs/react-render-spin-check": "^7.0.0",
84
- "@xylabs/react-rich-result": "^7.0.0",
85
- "@xylabs/react-scroll-to-top": "^7.0.0",
86
- "@xylabs/react-shared": "^7.0.0",
87
- "@xylabs/react-theme": "^7.0.0"
63
+ "@xylabs/react-accordion": "~7.0.1",
64
+ "@xylabs/react-animation": "~7.0.1",
65
+ "@xylabs/react-appbar": "~7.0.1",
66
+ "@xylabs/react-async-effect": "~7.0.1",
67
+ "@xylabs/react-button": "~7.0.1",
68
+ "@xylabs/react-common": "~7.0.1",
69
+ "@xylabs/react-cookie-consent": "~7.0.1",
70
+ "@xylabs/react-crypto": "~7.0.1",
71
+ "@xylabs/react-dialogs": "~7.0.1",
72
+ "@xylabs/react-experiments": "~7.0.1",
73
+ "@xylabs/react-flexbox": "~7.0.1",
74
+ "@xylabs/react-hooks": "~7.0.1",
75
+ "@xylabs/react-identicon": "~7.0.1",
76
+ "@xylabs/react-link": "~7.0.1",
77
+ "@xylabs/react-mixpanel": "~7.0.1",
78
+ "@xylabs/react-number-status": "~7.0.1",
79
+ "@xylabs/react-pixel": "~7.0.1",
80
+ "@xylabs/react-pixel-debugger": "~7.0.1",
81
+ "@xylabs/react-promise": "~7.0.1",
82
+ "@xylabs/react-quick-tip-button": "~7.0.1",
83
+ "@xylabs/react-render-spin-check": "~7.0.1",
84
+ "@xylabs/react-rich-result": "~7.0.1",
85
+ "@xylabs/react-scroll-to-top": "~7.0.1",
86
+ "@xylabs/react-shared": "~7.0.1",
87
+ "@xylabs/react-theme": "~7.0.1"
88
88
  },
89
89
  "devDependencies": {
90
- "@emotion/react": "^11.14.0",
91
- "@emotion/styled": "^11.14.1",
92
- "@mui/icons-material": "^7.2.0",
93
- "@mui/material": "^7.2.0",
94
- "@storybook/addon-links": "^9.0.18",
95
- "@storybook/react-vite": "^9.0.18",
96
- "@types/node": "^24.1.0",
97
- "@types/react": "^19.1.9",
98
- "@typescript-eslint/eslint-plugin": "^8.38.0",
99
- "@typescript-eslint/parser": "^8.38.0",
100
- "@xylabs/eslint-config-flat": "^7.0.2",
101
- "@xylabs/eslint-config-react-flat": "^7.0.2",
102
- "@xylabs/ts-scripts-yarn3": "^7.0.2",
103
- "@xylabs/tsconfig-react": "^7.0.2",
104
- "eslint": "^9.32.0",
105
- "eslint-import-resolver-typescript": "^4.4.4",
106
- "eslint-plugin-storybook": "9.0.18",
107
- "knip": "^5.62.0",
108
- "react": "^19.1.1",
109
- "react-dom": "^19.1.1",
110
- "storybook": "^9.0.18",
111
- "typedoc": "^0.28.8",
112
- "typescript": "^5.8.3",
113
- "vite": "^7.0.6"
90
+ "@emotion/react": "~11.14.0",
91
+ "@emotion/styled": "~11.14.1",
92
+ "@mui/icons-material": "~7.3.1",
93
+ "@mui/material": "~7.3.1",
94
+ "@storybook/addon-links": "~9.1.2",
95
+ "@storybook/react-vite": "~9.1.2",
96
+ "@types/node": "~24.2.1",
97
+ "@types/react": "~19.1.10",
98
+ "@typescript-eslint/eslint-plugin": "~8.39.1",
99
+ "@typescript-eslint/parser": "~8.39.1",
100
+ "@typescript-eslint/utils": "~8.39.1",
101
+ "@xylabs/eslint-config-flat": "~7.1.1",
102
+ "@xylabs/eslint-config-react-flat": "~7.1.1",
103
+ "@xylabs/ts-scripts-yarn3": "~7.1.1",
104
+ "@xylabs/tsconfig": "~7.1.1",
105
+ "@xylabs/tsconfig-dom": "~7.1.1",
106
+ "@xylabs/tsconfig-react": "~7.1.1",
107
+ "eslint": "~9.33.0",
108
+ "eslint-import-resolver-typescript": "~4.4.4",
109
+ "eslint-plugin-storybook": "9.1.2",
110
+ "knip": "~5.62.0",
111
+ "react": "~19.1.1",
112
+ "react-dom": "~19.1.1",
113
+ "storybook": "~9.1.2",
114
+ "ts-api-utils": "~2.1.0",
115
+ "typedoc": "~0.28.10",
116
+ "typescript": "~5.9.2",
117
+ "vite": "~7.1.2"
114
118
  },
115
119
  "peerDependencies": {
116
120
  "@mui/icons-material": ">=6 <8",
117
121
  "@mui/material": ">=6 <8",
118
- "axios": "^1",
119
- "react": "^19",
120
- "react-dom": "^19",
121
- "react-helmet": "^7"
122
+ "axios": "~1",
123
+ "react": "~19",
124
+ "react-dom": "~19",
125
+ "react-helmet": "~7"
122
126
  },
123
127
  "packageManager": "yarn@4.9.2",
124
128
  "volta": {