@xylabs/sdk-react 3.0.13 → 3.0.15

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 +24 -25
package/package.json CHANGED
@@ -13,28 +13,28 @@
13
13
  "packages/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xylabs/react-accordion": "~3.0.13",
17
- "@xylabs/react-appbar": "~3.0.13",
18
- "@xylabs/react-async-effect": "~3.0.13",
19
- "@xylabs/react-button": "~3.0.13",
20
- "@xylabs/react-common": "~3.0.13",
21
- "@xylabs/react-cookie-consent": "~3.0.13",
22
- "@xylabs/react-crypto": "~3.0.13",
23
- "@xylabs/react-dialogs": "~3.0.13",
24
- "@xylabs/react-experiments": "~3.0.13",
25
- "@xylabs/react-flexbox": "~3.0.13",
26
- "@xylabs/react-identicon": "~3.0.13",
27
- "@xylabs/react-invertible-theme": "~3.0.13",
28
- "@xylabs/react-link": "~3.0.13",
29
- "@xylabs/react-number-status": "~3.0.13",
30
- "@xylabs/react-pixel": "~3.0.13",
31
- "@xylabs/react-pixel-debugger": "~3.0.13",
32
- "@xylabs/react-promise": "~3.0.13",
33
- "@xylabs/react-quick-tip-button": "~3.0.13",
34
- "@xylabs/react-render-spin-check": "~3.0.13",
35
- "@xylabs/react-rich-result": "~3.0.13",
36
- "@xylabs/react-scroll-to-top": "~3.0.13",
37
- "@xylabs/react-shared": "~3.0.13"
16
+ "@xylabs/react-accordion": "~3.0.15",
17
+ "@xylabs/react-appbar": "~3.0.15",
18
+ "@xylabs/react-async-effect": "~3.0.15",
19
+ "@xylabs/react-button": "~3.0.15",
20
+ "@xylabs/react-common": "~3.0.15",
21
+ "@xylabs/react-cookie-consent": "~3.0.15",
22
+ "@xylabs/react-crypto": "~3.0.15",
23
+ "@xylabs/react-dialogs": "~3.0.15",
24
+ "@xylabs/react-experiments": "~3.0.15",
25
+ "@xylabs/react-flexbox": "~3.0.15",
26
+ "@xylabs/react-identicon": "~3.0.15",
27
+ "@xylabs/react-invertible-theme": "~3.0.15",
28
+ "@xylabs/react-link": "~3.0.15",
29
+ "@xylabs/react-number-status": "~3.0.15",
30
+ "@xylabs/react-pixel": "~3.0.15",
31
+ "@xylabs/react-pixel-debugger": "~3.0.15",
32
+ "@xylabs/react-promise": "~3.0.15",
33
+ "@xylabs/react-quick-tip-button": "~3.0.15",
34
+ "@xylabs/react-render-spin-check": "~3.0.15",
35
+ "@xylabs/react-rich-result": "~3.0.15",
36
+ "@xylabs/react-scroll-to-top": "~3.0.15",
37
+ "@xylabs/react-shared": "~3.0.15"
38
38
  },
39
39
  "description": "Common React library for all XY Labs projects that use React",
40
40
  "devDependencies": {
@@ -89,8 +89,7 @@
89
89
  "axios": "^1",
90
90
  "react": "^18",
91
91
  "react-dom": "^18",
92
- "react-helmet": "^6",
93
- "react-router-dom": ">=5.1"
92
+ "react-helmet": "^6"
94
93
  },
95
94
  "exports": {
96
95
  ".": {
@@ -148,7 +147,7 @@
148
147
  "build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
149
148
  },
150
149
  "sideEffects": false,
151
- "version": "3.0.13",
150
+ "version": "3.0.15",
152
151
  "packageManager": "yarn@3.6.1",
153
152
  "volta": {
154
153
  "node": "18.17.1",