@xylabs/sdk-react 3.1.3 → 3.1.5

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 +26 -29
package/package.json CHANGED
@@ -13,29 +13,29 @@
13
13
  "packages/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xylabs/react-accordion": "~3.1.3",
17
- "@xylabs/react-animation": "~3.1.3",
18
- "@xylabs/react-appbar": "~3.1.3",
19
- "@xylabs/react-async-effect": "~3.1.3",
20
- "@xylabs/react-button": "~3.1.3",
21
- "@xylabs/react-common": "~3.1.3",
22
- "@xylabs/react-cookie-consent": "~3.1.3",
23
- "@xylabs/react-crypto": "~3.1.3",
24
- "@xylabs/react-dialogs": "~3.1.3",
25
- "@xylabs/react-experiments": "~3.1.3",
26
- "@xylabs/react-flexbox": "~3.1.3",
27
- "@xylabs/react-identicon": "~3.1.3",
28
- "@xylabs/react-invertible-theme": "~3.1.3",
29
- "@xylabs/react-link": "~3.1.3",
30
- "@xylabs/react-number-status": "~3.1.3",
31
- "@xylabs/react-pixel": "~3.1.3",
32
- "@xylabs/react-pixel-debugger": "~3.1.3",
33
- "@xylabs/react-promise": "~3.1.3",
34
- "@xylabs/react-quick-tip-button": "~3.1.3",
35
- "@xylabs/react-render-spin-check": "~3.1.3",
36
- "@xylabs/react-rich-result": "~3.1.3",
37
- "@xylabs/react-scroll-to-top": "~3.1.3",
38
- "@xylabs/react-shared": "~3.1.3"
16
+ "@xylabs/react-accordion": "~3.1.5",
17
+ "@xylabs/react-animation": "~3.1.5",
18
+ "@xylabs/react-appbar": "~3.1.5",
19
+ "@xylabs/react-async-effect": "~3.1.5",
20
+ "@xylabs/react-button": "~3.1.5",
21
+ "@xylabs/react-common": "~3.1.5",
22
+ "@xylabs/react-cookie-consent": "~3.1.5",
23
+ "@xylabs/react-crypto": "~3.1.5",
24
+ "@xylabs/react-dialogs": "~3.1.5",
25
+ "@xylabs/react-experiments": "~3.1.5",
26
+ "@xylabs/react-flexbox": "~3.1.5",
27
+ "@xylabs/react-identicon": "~3.1.5",
28
+ "@xylabs/react-invertible-theme": "~3.1.5",
29
+ "@xylabs/react-link": "~3.1.5",
30
+ "@xylabs/react-number-status": "~3.1.5",
31
+ "@xylabs/react-pixel": "~3.1.5",
32
+ "@xylabs/react-pixel-debugger": "~3.1.5",
33
+ "@xylabs/react-promise": "~3.1.5",
34
+ "@xylabs/react-quick-tip-button": "~3.1.5",
35
+ "@xylabs/react-render-spin-check": "~3.1.5",
36
+ "@xylabs/react-rich-result": "~3.1.5",
37
+ "@xylabs/react-scroll-to-top": "~3.1.5",
38
+ "@xylabs/react-shared": "~3.1.5"
39
39
  },
40
40
  "description": "Common React library for all XY Labs projects that use React",
41
41
  "devDependencies": {
@@ -62,7 +62,7 @@
62
62
  "@storybook/testing-library": "^0.2.2",
63
63
  "@storybook/theming": "^7.6.17",
64
64
  "@xylabs/eslint-config-react": "^3.4.1",
65
- "@xylabs/pixel": "^1.4.14",
65
+ "@xylabs/pixel": "^1.5.0",
66
66
  "@xylabs/ts-scripts-yarn3": "^3.4.1",
67
67
  "@xylabs/tsconfig-react": "^3.4.1",
68
68
  "axios": "^1.6.7",
@@ -77,7 +77,7 @@
77
77
  "rimraf": "^5.0.5",
78
78
  "storybook": "^7.6.17",
79
79
  "storybook-dark-mode": "^3.0.3",
80
- "typescript": "^5.3.3",
80
+ "typescript": "^5.4.2",
81
81
  "webpack": "^5.90.3"
82
82
  },
83
83
  "peerDependencies": {
@@ -128,9 +128,6 @@
128
128
  "publishConfig": {
129
129
  "access": "public"
130
130
  },
131
- "resolutions": {
132
- "typescript": "5.2.2"
133
- },
134
131
  "repository": {
135
132
  "type": "git",
136
133
  "url": "https://github.com/xylabs/sdk-react.git"
@@ -141,7 +138,7 @@
141
138
  "build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
142
139
  },
143
140
  "sideEffects": false,
144
- "version": "3.1.3",
141
+ "version": "3.1.5",
145
142
  "packageManager": "yarn@4.1.1",
146
143
  "volta": {
147
144
  "node": "18.17.1",