@streamlayer/react-ui 0.89.6 → 0.90.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.
Files changed (89) hide show
  1. package/lib/assets/style.css +1 -1
  2. package/lib/{index-ba93b6b2.js → index-jRXrW6ie.js} +11 -11
  3. package/lib/index-uEuzH3jr.js +118 -0
  4. package/lib/ui/app/Features/Gamification/Leaderboard.d.ts +1 -1
  5. package/lib/ui/app/Features/Gamification/Leaderboard.js +7 -7
  6. package/lib/ui/app/Features/Gamification/Tabs.d.ts +1 -1
  7. package/lib/ui/app/Features/Gamification/Tabs.js +1 -1
  8. package/lib/ui/app/Features/Gamification/gamification-feature.js +3 -3
  9. package/lib/ui/app/Features/Gamification/index.d.ts +1 -1
  10. package/lib/ui/app/Features/Gamification/index.js +7 -7
  11. package/lib/ui/app/Features/index.d.ts +1 -1
  12. package/lib/ui/app/Navigation/MastersNavigation/index.js +3 -3
  13. package/lib/ui/app/Navigation/index.d.ts +1 -1
  14. package/lib/ui/app/Navigation/index.js +1 -1
  15. package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +2 -2
  16. package/lib/ui/app/Notifications/Onboarding/index.js +68 -69
  17. package/lib/ui/app/Notifications/index.d.ts +1 -1
  18. package/lib/ui/app/Notifications/index.js +37 -38
  19. package/lib/ui/app/Notifications/styles.d.ts +3 -0
  20. package/lib/ui/app/Notifications/styles.js +17 -12
  21. package/lib/ui/app/Points/index.js +15 -15
  22. package/lib/ui/app/masters.js +5 -5
  23. package/lib/ui/app/styles.d.ts +6 -6
  24. package/lib/ui/app/styles.js +7 -7
  25. package/lib/ui/app/useMastersApp.js +3 -3
  26. package/lib/ui/app/useSdkFeature.d.ts +1 -1
  27. package/lib/ui/app/useSdkFeature.js +1 -1
  28. package/lib/ui/app/useSdkScroll.js +5 -5
  29. package/lib/ui/gamification/copyNotification/styles.js +4 -4
  30. package/lib/ui/gamification/insight/index.js +17 -17
  31. package/lib/ui/gamification/insight/styles.js +4 -4
  32. package/lib/ui/gamification/insight-list/styles.js +4 -4
  33. package/lib/ui/gamification/invite-link/index.js +9 -9
  34. package/lib/ui/gamification/leaderboard/index.d.ts +1 -1
  35. package/lib/ui/gamification/leaderboard/index.js +1 -1
  36. package/lib/ui/gamification/leaderboard/static.d.ts +1 -1
  37. package/lib/ui/gamification/leaderboard/static.js +8 -8
  38. package/lib/ui/gamification/leaderboard/styles.js +1 -1
  39. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +4 -4
  40. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +6 -6
  41. package/lib/ui/gamification/points/styles.js +4 -4
  42. package/lib/ui/gamification/question/insight/styles.js +2 -2
  43. package/lib/ui/gamification/question/list/styles.js +2 -2
  44. package/lib/ui/gamification/question/notification/insight/styles.js +2 -2
  45. package/lib/ui/gamification/question/notification/pill/styles.js +4 -4
  46. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.d.ts +28 -28
  47. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +14 -14
  48. package/lib/ui/gamification/question/notification/prediction-result/index.js +61 -61
  49. package/lib/ui/gamification/question/notification/prediction-result/styles.d.ts +2 -2
  50. package/lib/ui/gamification/question/notification/prediction-result/styles.js +6 -6
  51. package/lib/ui/gamification/question/notification/tweet/styles.js +4 -4
  52. package/lib/ui/gamification/question/twitter/styles.js +5 -5
  53. package/lib/ui/gamification/tabs/styles.js +2 -2
  54. package/lib/ui/gamification/user-statistics/components/rank/styles.js +6 -6
  55. package/lib/ui/gamification/user-statistics/components/statistic/styles.js +2 -2
  56. package/lib/ui/gamification/user-statistics/index.js +42 -42
  57. package/lib/ui/gamification/vote/expired-alert/styles.js +4 -4
  58. package/lib/ui/gamification/vote/feedback/index.js +15 -15
  59. package/lib/ui/gamification/vote/feedback/styles.js +4 -4
  60. package/lib/ui/gamification/vote/insight-details/styles.js +2 -2
  61. package/lib/ui/gamification/vote/styles.js +2 -2
  62. package/lib/ui/gamification/vote/twitter-details/styles.js +4 -4
  63. package/lib/ui/gamification/vote/vote-option/styles.d.ts +4 -4
  64. package/lib/ui/gamification/vote/win-bar/styles.js +10 -10
  65. package/lib/ui/icons/index.js +1 -2
  66. package/lib/ui/login/styles.js +6 -6
  67. package/lib/ui/navigation/button/Channels.js +7 -7
  68. package/lib/ui/navigation/button/FeaturedGroups.js +3 -3
  69. package/lib/ui/navigation/button/LeaderBoard.js +1 -1
  70. package/lib/ui/navigation/index.js +1 -1
  71. package/lib/ui/navigation/masters.d.ts +1 -1
  72. package/lib/ui/navigation/masters.js +2 -2
  73. package/lib/ui/questions/insight/styles.js +8 -8
  74. package/lib/ui/questions/twitter/styles.js +4 -4
  75. package/lib/ui/show-in/index.js +8 -8
  76. package/lib/ui/timer/index.js +20 -20
  77. package/lib/ui/video-player/styles.js +8 -8
  78. package/lib/utils/debug/components/bypassLogin.js +14 -14
  79. package/lib/utils/debug/components/developer.js +18 -18
  80. package/lib/utils/debug/components/envToggle.js +9 -9
  81. package/lib/utils/debug/components/styles.js +2 -2
  82. package/lib/utils/debug/storage.js +14 -32
  83. package/lib/utils/storage.js +14 -32
  84. package/package.json +33 -34
  85. package/lib/index-39a0b9b6.js +0 -1168
  86. /package/lib/{LeaderBoard_16p26hz-4ed993c7.js → LeaderBoard_fzzlxb-w40geAFS.js} +0 -0
  87. /package/lib/{index_4nhkck-4ed993c7.js → index_ej4hfx-w40geAFS.js} +0 -0
  88. /package/lib/{masters_1wv7w2k-4ed993c7.js → masters_m6itlr-w40geAFS.js} +0 -0
  89. /package/lib/{styles_hxnaic-4ed993c7.js → styles_z07sl8-w40geAFS.js} +0 -0
@@ -1,41 +1,41 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { styled as r } from "@linaria/react";
3
- import { useState as o } from "react";
4
- const a = /* @__PURE__ */ r("div")({
2
+ import { styled as h } from "@linaria/react";
3
+ import { useState as a } from "react";
4
+ const o = /* @__PURE__ */ h("div")({
5
5
  name: "InputField",
6
6
  class: "i1vlsnk4",
7
7
  propsAsIs: !1
8
8
  }), g = ({
9
9
  sdk: c,
10
- storage: t
10
+ storage: n
11
11
  }) => {
12
- const [n, d] = o(t.getSchema() || ""), [s, p] = o(t.getToken() || "");
12
+ const [t, d] = a(n.getSchema() || ""), [i, r] = a(n.getToken() || "");
13
13
  return /* @__PURE__ */ l("div", {
14
- children: [/* @__PURE__ */ l(a, {
14
+ children: [/* @__PURE__ */ l(o, {
15
15
  children: [/* @__PURE__ */ e("label", {
16
16
  children: "Bypass Schema"
17
17
  }), /* @__PURE__ */ e("input", {
18
18
  type: "text",
19
- value: n,
20
- onChange: (i) => d(i.target.value)
19
+ value: t,
20
+ onChange: (s) => d(s.target.value)
21
21
  }), /* @__PURE__ */ e("button", {
22
22
  style: {
23
23
  visibility: "hidden"
24
24
  },
25
25
  children: "login"
26
26
  })]
27
- }), /* @__PURE__ */ l(a, {
27
+ }), /* @__PURE__ */ l(o, {
28
28
  children: [/* @__PURE__ */ e("label", {
29
29
  children: "Bypass Token"
30
30
  }), /* @__PURE__ */ e("input", {
31
31
  type: "text",
32
- disabled: !n,
33
- value: s,
34
- onChange: (i) => p(i.target.value)
32
+ disabled: !t,
33
+ value: i,
34
+ onChange: (s) => r(s.target.value)
35
35
  }), /* @__PURE__ */ e("button", {
36
- disabled: !n || !s,
36
+ disabled: !t || !i,
37
37
  onClick: async () => {
38
- await c.authorizationBypass(n, s), t.setSchema(n), t.setToken(s);
38
+ await c.authorizationBypass(t, i), n.setSchema(t), n.setToken(i);
39
39
  },
40
40
  children: "login"
41
41
  })]
@@ -1,12 +1,12 @@
1
- import { jsxs as t, jsx as e } from "react/jsx-runtime";
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
2
  import { styled as s } from "@linaria/react";
3
- import { useMemo as g, useState as u } from "react";
3
+ import { useMemo as v, useState as u } from "react";
4
4
  import { DeveloperStorage as D } from "../../storage.js";
5
5
  import { BypassLogin as I } from "./bypassLogin.js";
6
6
  import { CopyLogs as B } from "./copyLogs.js";
7
- import { EnvToggle as h } from "./envToggle.js";
8
- import { EventInput as x } from "./eventInput.js";
9
- import { SdkKey as C } from "./sdkKey.js";
7
+ import { EnvToggle as x } from "./envToggle.js";
8
+ import { EventInput as C } from "./eventInput.js";
9
+ import { SdkKey as h } from "./sdkKey.js";
10
10
  import "@streamlayer/sdk-web-storage";
11
11
  import "./styles.js";
12
12
  import "@nanostores/react";
@@ -23,8 +23,8 @@ const j = /* @__PURE__ */ s("div")({
23
23
  name: "BurgerBtn",
24
24
  class: "butjcq8",
25
25
  propsAsIs: !1
26
- }), H = ({
27
- sdk: o,
26
+ }), J = ({
27
+ sdk: e,
28
28
  sdkKey: i,
29
29
  setSdkKey: p,
30
30
  env: a,
@@ -33,33 +33,33 @@ const j = /* @__PURE__ */ s("div")({
33
33
  setEvent: c,
34
34
  hideAuth: f
35
35
  }) => {
36
- const r = g(() => new D(), []), [m, d] = u(!1);
36
+ const r = v(() => new D(), []), [m, d] = u(!1);
37
37
  return /* @__PURE__ */ t(j, {
38
38
  children: [/* @__PURE__ */ t(A, {
39
39
  "data-opened": m.toString(),
40
- onClick: () => d((v) => !v),
41
- children: [/* @__PURE__ */ e("span", {}), /* @__PURE__ */ e("span", {}), /* @__PURE__ */ e("span", {})]
40
+ onClick: () => d((g) => !g),
41
+ children: [/* @__PURE__ */ o("span", {}), /* @__PURE__ */ o("span", {}), /* @__PURE__ */ o("span", {})]
42
42
  }), m && /* @__PURE__ */ t(y, {
43
- children: [n && /* @__PURE__ */ e(h, {
43
+ children: [n && /* @__PURE__ */ o(x, {
44
44
  env: a,
45
45
  setEnv: n,
46
46
  storage: r
47
- }), p && /* @__PURE__ */ e(C, {
47
+ }), p && /* @__PURE__ */ o(h, {
48
48
  sdkKey: i,
49
49
  setSdkKey: p,
50
50
  storage: r
51
- }), o && /* @__PURE__ */ e(x, {
52
- sdk: o,
51
+ }), e && /* @__PURE__ */ o(C, {
52
+ sdk: e,
53
53
  storage: r,
54
54
  event: l,
55
55
  setEvent: c
56
- }), !f && o && /* @__PURE__ */ e(I, {
57
- sdk: o,
56
+ }), !f && e && /* @__PURE__ */ o(I, {
57
+ sdk: e,
58
58
  storage: r
59
- }), /* @__PURE__ */ e(B, {})]
59
+ }), /* @__PURE__ */ o(B, {})]
60
60
  })]
61
61
  });
62
62
  };
63
63
  export {
64
- H as Developer
64
+ J as Developer
65
65
  };
@@ -1,28 +1,28 @@
1
1
  import { jsxs as t, jsx as n } from "react/jsx-runtime";
2
- import { styled as e } from "@linaria/react";
3
- const l = /* @__PURE__ */ e("div")({
2
+ import { styled as o } from "@linaria/react";
3
+ const p = /* @__PURE__ */ o("div")({
4
4
  name: "Switch",
5
5
  class: "s14ex8bw",
6
6
  propsAsIs: !1
7
- }), p = /* @__PURE__ */ e("div")({
7
+ }), h = /* @__PURE__ */ o("div")({
8
8
  name: "SwitchInput",
9
9
  class: "s1fwty0k",
10
10
  propsAsIs: !1
11
11
  }), a = ({
12
- env: o,
13
- setEnv: c,
12
+ env: c,
13
+ setEnv: e,
14
14
  storage: i
15
- }) => /* @__PURE__ */ t(l, {
15
+ }) => /* @__PURE__ */ t(p, {
16
16
  children: [/* @__PURE__ */ n("label", {
17
17
  htmlFor: "slEnvCheckbox",
18
18
  children: "Production:"
19
- }), /* @__PURE__ */ t(p, {
19
+ }), /* @__PURE__ */ t(h, {
20
20
  children: [/* @__PURE__ */ n("input", {
21
21
  id: "slEnvCheckbox",
22
22
  type: "checkbox",
23
- checked: o === "production",
23
+ checked: c === "production",
24
24
  onChange: () => {
25
- c((r) => {
25
+ e((r) => {
26
26
  const s = r === "production" ? "development" : "production";
27
27
  return i.setEnv(s), s;
28
28
  });
@@ -1,9 +1,9 @@
1
1
  import { styled as s } from "@linaria/react";
2
- const e = /* @__PURE__ */ s("div")({
2
+ const p = /* @__PURE__ */ s("div")({
3
3
  name: "InputField",
4
4
  class: "iwjhb00",
5
5
  propsAsIs: !1
6
6
  });
7
7
  export {
8
- e as InputField
8
+ p as InputField
9
9
  };
@@ -1,52 +1,34 @@
1
- var n = Object.defineProperty;
2
- var i = (s, r, e) => r in s ? n(s, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[r] = e;
3
- var t = (s, r, e) => (i(s, typeof r != "symbol" ? r + "" : r, e), e);
4
- import { Storage as h } from "@streamlayer/sdk-web-storage";
5
- class d extends h {
1
+ import { Storage as t } from "@streamlayer/sdk-web-storage";
2
+ class i extends t {
6
3
  constructor() {
7
- super("dev");
8
- // Schema
9
- t(this, "setSchema", (e) => {
4
+ super("dev"), this.setSchema = (e) => {
10
5
  this.write("schema", e);
11
- });
12
- t(this, "getSchema", () => this.read(
6
+ }, this.getSchema = () => this.read(
13
7
  "schema"
14
8
  /* SCHEMA */
15
- ));
16
- // Token
17
- t(this, "setToken", (e) => {
9
+ ), this.setToken = (e) => {
18
10
  this.write("token", e);
19
- });
20
- t(this, "getToken", () => this.read(
11
+ }, this.getToken = () => this.read(
21
12
  "token"
22
13
  /* TOKEN */
23
- ));
24
- // Event
25
- t(this, "setEvent", (e) => {
14
+ ), this.setEvent = (e) => {
26
15
  this.write("event", e);
27
- });
28
- t(this, "getEvent", () => this.read(
16
+ }, this.getEvent = () => this.read(
29
17
  "event"
30
18
  /* EVENT */
31
- ));
32
- // SDK_KEY
33
- t(this, "setSdkKey", (e) => {
19
+ ), this.setSdkKey = (e) => {
34
20
  this.write("sdkKey", e);
35
- });
36
- t(this, "getSdkKey", () => this.read(
21
+ }, this.getSdkKey = () => this.read(
37
22
  "sdkKey"
38
23
  /* SDK_KEY */
39
- ));
40
- // ENV
41
- t(this, "setEnv", (e) => {
24
+ ), this.setEnv = (e) => {
42
25
  this.write("env", e);
43
- });
44
- t(this, "getEnv", () => this.read(
26
+ }, this.getEnv = () => this.read(
45
27
  "env"
46
28
  /* ENV */
47
- ) || "production");
29
+ ) || "production";
48
30
  }
49
31
  }
50
32
  export {
51
- d as DeveloperStorage
33
+ i as DeveloperStorage
52
34
  };
@@ -1,52 +1,34 @@
1
- var n = Object.defineProperty;
2
- var i = (s, r, e) => r in s ? n(s, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[r] = e;
3
- var t = (s, r, e) => (i(s, typeof r != "symbol" ? r + "" : r, e), e);
4
- import { Storage as h } from "@streamlayer/sdk-web-storage";
5
- class d extends h {
1
+ import { Storage as t } from "@streamlayer/sdk-web-storage";
2
+ class i extends t {
6
3
  constructor() {
7
- super("dev");
8
- // Schema
9
- t(this, "setSchema", (e) => {
4
+ super("dev"), this.setSchema = (e) => {
10
5
  this.write("schema", e);
11
- });
12
- t(this, "getSchema", () => this.read(
6
+ }, this.getSchema = () => this.read(
13
7
  "schema"
14
8
  /* SCHEMA */
15
- ));
16
- // Token
17
- t(this, "setToken", (e) => {
9
+ ), this.setToken = (e) => {
18
10
  this.write("token", e);
19
- });
20
- t(this, "getToken", () => this.read(
11
+ }, this.getToken = () => this.read(
21
12
  "token"
22
13
  /* TOKEN */
23
- ));
24
- // Event
25
- t(this, "setEvent", (e) => {
14
+ ), this.setEvent = (e) => {
26
15
  this.write("event", e);
27
- });
28
- t(this, "getEvent", () => this.read(
16
+ }, this.getEvent = () => this.read(
29
17
  "event"
30
18
  /* EVENT */
31
- ));
32
- // SDK_KEY
33
- t(this, "setSdkKey", (e) => {
19
+ ), this.setSdkKey = (e) => {
34
20
  this.write("sdkKey", e);
35
- });
36
- t(this, "getSdkKey", () => this.read(
21
+ }, this.getSdkKey = () => this.read(
37
22
  "sdkKey"
38
23
  /* SDK_KEY */
39
- ));
40
- // ENV
41
- t(this, "setEnv", (e) => {
24
+ ), this.setEnv = (e) => {
42
25
  this.write("env", e);
43
- });
44
- t(this, "getEnv", () => this.read(
26
+ }, this.getEnv = () => this.read(
45
27
  "env"
46
28
  /* ENV */
47
- ) || "production");
29
+ ) || "production";
48
30
  }
49
31
  }
50
32
  export {
51
- d as DeveloperStorage
33
+ i as DeveloperStorage
52
34
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/react-ui",
3
- "version": "0.89.6",
3
+ "version": "0.90.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./lib/index.d.ts",
@@ -36,23 +36,23 @@
36
36
  ],
37
37
  "peerDependencies": {
38
38
  "@lottiefiles/react-lottie-player": "*",
39
- "@streamlayer/sl-eslib": "^5.61.1",
39
+ "@streamlayer/sl-eslib": "^5.63.3",
40
40
  "@types/lodash.throttle": "^4.1.9",
41
41
  "lodash.throttle": "^4.1.1",
42
42
  "react-infinite-scroller": "^1.2.6",
43
- "react-virtualized-auto-sizer": "^1.0.20",
44
- "react-window": "^1.8.9",
43
+ "react-virtualized-auto-sizer": "^1.0.21",
44
+ "react-window": "^1.8.10",
45
45
  "react-window-infinite-loader": "^1.0.9",
46
- "@streamlayer/feature-gamification": "^0.33.4",
47
- "@streamlayer/sdk-web": "^0.29.5",
48
- "@streamlayer/sdk-web-anonymous-auth": "^0.11.30",
49
- "@streamlayer/sdk-web-api": "^0.0.1",
50
- "@streamlayer/sdk-web-core": "^0.0.1",
51
- "@streamlayer/sdk-web-features": "^0.11.10",
52
- "@streamlayer/sdk-web-interfaces": "^0.18.21",
53
- "@streamlayer/sdk-web-logger": "^0.0.1",
54
- "@streamlayer/sdk-web-notifications": "^0.0.6",
55
- "@streamlayer/sdk-web-storage": "^0.0.4",
46
+ "@streamlayer/feature-gamification": "^0.33.6",
47
+ "@streamlayer/sdk-web": "^0.1.0",
48
+ "@streamlayer/sdk-web-anonymous-auth": "^0.1.0",
49
+ "@streamlayer/sdk-web-api": "^0.1.0",
50
+ "@streamlayer/sdk-web-core": "^0.1.0",
51
+ "@streamlayer/sdk-web-features": "^0.11.12",
52
+ "@streamlayer/sdk-web-interfaces": "^0.1.0",
53
+ "@streamlayer/sdk-web-logger": "^0.1.0",
54
+ "@streamlayer/sdk-web-notifications": "^0.0.7",
55
+ "@streamlayer/sdk-web-storage": "^0.1.0",
56
56
  "@streamlayer/sdk-web-types": "^0.1.0"
57
57
  },
58
58
  "nx": {
@@ -61,40 +61,39 @@
61
61
  ]
62
62
  },
63
63
  "devDependencies": {
64
- "@connectrpc/connect": "^1.1.3",
65
- "@connectrpc/connect-web": "^1.1.3",
64
+ "@connectrpc/connect": "^1.3.0",
65
+ "@connectrpc/connect-web": "^1.3.0",
66
66
  "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
67
67
  "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
68
68
  "@linaria/babel-preset": "^5.0.4",
69
- "@linaria/core": "^5.0.2",
70
- "@linaria/esbuild": "^5.0.4",
71
- "@linaria/react": "^5.0.3",
72
- "@linaria/vite": "^5.0.4",
69
+ "@linaria/core": "^6.0.0",
70
+ "@linaria/react": "^6.0.0",
73
71
  "@nanostores/react": "^0.7.1",
74
- "@storybook/addon-docs": "^7.5.3",
72
+ "@storybook/addon-docs": "^7.6.10",
75
73
  "@storybook/addon-styling": "^1.3.7",
76
- "@storybook/addon-viewport": "^7.6.8",
77
- "@storybook/blocks": "^7.5.3",
78
- "@storybook/jest": "~0.2.3",
79
- "@storybook/react": "^7.5.3",
80
- "@storybook/testing-library": "~0.2.2",
74
+ "@storybook/addon-viewport": "^7.6.10",
75
+ "@storybook/blocks": "^7.6.10",
76
+ "@storybook/jest": "^0.2.3",
77
+ "@storybook/react": "^7.6.10",
78
+ "@storybook/testing-library": "^0.2.2",
81
79
  "@types/react-infinite-scroller": "^1.2.5",
82
80
  "@types/react-window": "^1.8.8",
83
81
  "@types/react-window-infinite-loader": "^1.0.9",
82
+ "@wyw-in-js/vite": "^0.2.2",
84
83
  "esbuild-plugin-babel": "^0.2.3",
85
84
  "glob": "^10.3.10",
86
- "react": "18.2.0",
85
+ "react": "^18.2.0",
87
86
  "react-auth-code-input": "^3.2.1",
88
87
  "react-countdown-circle-timer": "^3.2.1",
89
88
  "react-countup": "^6.5.0",
90
- "react-phone-number-input": "^3.3.7",
89
+ "react-phone-number-input": "^3.3.9",
91
90
  "rollup-plugin-node-polyfills": "^0.2.1",
92
91
  "tslib": "^2.6.2",
93
- "vite": "~4.5.0",
94
- "vite-plugin-node-polyfills": "^0.16.0",
95
- "vite-plugin-svgr": "^4.1.0",
96
- "vite-svg-loader": "^4.0.0",
97
- "vite-tsconfig-paths": "^4.2.1",
98
- "@streamlayer/react": "^0.34.13"
92
+ "vite": "^5.0.12",
93
+ "vite-plugin-node-polyfills": "^0.19.0",
94
+ "vite-plugin-svgr": "^4.2.0",
95
+ "vite-svg-loader": "^5.1.0",
96
+ "vite-tsconfig-paths": "^4.3.1",
97
+ "@streamlayer/react": "^0.36.0"
99
98
  }
100
99
  }