@streamlayer/react-ui 0.23.5 → 0.24.0
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/react-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"package.json"
|
|
22
22
|
],
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@streamlayer/sl-eslib": "
|
|
25
|
-
"@streamlayer/feature-gamification": "^0.
|
|
26
|
-
"@streamlayer/sdk-web": "^0.
|
|
27
|
-
"@streamlayer/sdk-web-anonymous-auth": "^0.
|
|
28
|
-
"@streamlayer/sdk-web-core": "^0.
|
|
29
|
-
"@streamlayer/sdk-web-features": "^0.
|
|
30
|
-
"@streamlayer/sdk-web-api": "^0.
|
|
31
|
-
"@streamlayer/sdk-web-interfaces": "^0.
|
|
32
|
-
"@streamlayer/sdk-web-notifications": "^0.
|
|
33
|
-
"@streamlayer/sdk-web-storage": "^0.
|
|
34
|
-
"@streamlayer/sdk-web-types": "^0.
|
|
24
|
+
"@streamlayer/sl-eslib": "^5.45.1",
|
|
25
|
+
"@streamlayer/feature-gamification": "^0.14.0",
|
|
26
|
+
"@streamlayer/sdk-web": "^0.26.0",
|
|
27
|
+
"@streamlayer/sdk-web-anonymous-auth": "^0.10.0",
|
|
28
|
+
"@streamlayer/sdk-web-core": "^0.11.0",
|
|
29
|
+
"@streamlayer/sdk-web-features": "^0.9.0",
|
|
30
|
+
"@streamlayer/sdk-web-api": "^0.1.0",
|
|
31
|
+
"@streamlayer/sdk-web-interfaces": "^0.17.0",
|
|
32
|
+
"@streamlayer/sdk-web-notifications": "^0.9.0",
|
|
33
|
+
"@streamlayer/sdk-web-storage": "^0.3.0",
|
|
34
|
+
"@streamlayer/sdk-web-types": "^0.14.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@connectrpc/connect": "^1.1.
|
|
38
|
-
"@connectrpc/connect-web": "^1.1.
|
|
37
|
+
"@connectrpc/connect": "^1.1.3",
|
|
38
|
+
"@connectrpc/connect-web": "^1.1.3",
|
|
39
39
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
40
40
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
41
|
-
"@linaria/babel-preset": "
|
|
42
|
-
"@linaria/core": "
|
|
43
|
-
"@linaria/esbuild": "
|
|
44
|
-
"@linaria/react": "
|
|
45
|
-
"@linaria/vite": "
|
|
41
|
+
"@linaria/babel-preset": "^5.0.3",
|
|
42
|
+
"@linaria/core": "^5.0.2",
|
|
43
|
+
"@linaria/esbuild": "^5.0.3",
|
|
44
|
+
"@linaria/react": "^5.0.3",
|
|
45
|
+
"@linaria/vite": "^5.0.3",
|
|
46
46
|
"@nanostores/react": "^0.7.1",
|
|
47
47
|
"@storybook/addon-styling": "^1.3.7",
|
|
48
48
|
"@storybook/jest": "~0.2.3",
|
|
49
|
-
"@storybook/react": "^7.
|
|
50
|
-
"@storybook/testing-library": "~0.2.
|
|
49
|
+
"@storybook/react": "^7.5.3",
|
|
50
|
+
"@storybook/testing-library": "~0.2.2",
|
|
51
51
|
"esbuild-plugin-babel": "^0.2.3",
|
|
52
52
|
"glob": "^10.3.10",
|
|
53
|
-
"react": "
|
|
53
|
+
"react": "18.2.0",
|
|
54
54
|
"react-auth-code-input": "^3.2.1",
|
|
55
55
|
"react-countdown-circle-timer": "^3.2.1",
|
|
56
|
-
"react-phone-number-input": "^3.3.
|
|
56
|
+
"react-phone-number-input": "^3.3.7",
|
|
57
57
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
58
58
|
"tslib": "^2.6.2",
|
|
59
59
|
"vite": "~4.5.0",
|
|
60
|
-
"vite-plugin-node-polyfills": "^0.
|
|
60
|
+
"vite-plugin-node-polyfills": "^0.16.0",
|
|
61
61
|
"vite-svg-loader": "^4.0.0",
|
|
62
62
|
"vite-tsconfig-paths": "^4.2.1"
|
|
63
63
|
}
|