beca-ui 2.0.19-beta.90 → 2.0.19-beta.92

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.
@@ -6,6 +6,6 @@ interface GetMenusProps {
6
6
  }
7
7
  export declare class LayoutService {
8
8
  static getMenus: (data: GetMenusProps) => MenuModel[];
9
- static getPlatform: (customNavigator?: Navigator) => "Chrome" | "Firefox" | "Safari" | "" | "iOS";
9
+ static getPlatform: (customNavigator?: Navigator) => "" | "Chrome" | "Firefox" | "Safari" | "iOS";
10
10
  }
11
11
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.0.19-beta.90",
3
+ "version": "2.0.19-beta.92",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -33,11 +33,11 @@
33
33
  "antd-img-crop": "4.12.2",
34
34
  "axios": "1.6.7",
35
35
  "beca-icons": "0.0.6",
36
- "crypto-js": "^4.2.0",
36
+ "crypto-js": "4.2.0",
37
37
  "dayjs": "1.11.13",
38
38
  "dompurify": "3.0.5",
39
39
  "i18next": "23.2.7",
40
- "mime": "^4.0.6",
40
+ "mime": "4.0.6",
41
41
  "prosemirror-commands": "1.5.0",
42
42
  "prosemirror-dropcursor": "1.6.1",
43
43
  "prosemirror-gapcursor": "1.3.1",
@@ -45,38 +45,35 @@
45
45
  "prosemirror-keymap": "1.2.0",
46
46
  "prosemirror-schema-list": "1.2.2",
47
47
  "prosemirror-tables": "1.3.7",
48
- "react": "18.2.0",
49
- "react-barcode": "^1.5.3",
48
+ "react": "19.0.0",
49
+ "react-barcode": "1.5.3",
50
50
  "react-color": "2.19.3",
51
- "react-custom-scroll": "7.0.0",
52
- "react-device-detect": "^2.2.3",
53
- "react-dom": "18.2.0",
54
- "react-helmet-async": "^2.0.5",
51
+ "react-device-detect": "2.2.3",
52
+ "react-dom": "19.0.0",
53
+ "react-helmet-async": "2.0.5",
55
54
  "react-i18next": "13.0.1",
56
55
  "react-infinite-scroll-component": "6.1.0",
57
56
  "react-paginate": "8.2.0",
58
57
  "react-resizable": "3.0.5",
59
- "react-virtuoso": "4.6.2",
60
- "tippy.js": "6.3.7",
61
- "xlsx": "^0.18.5"
58
+ "react-virtuoso": "4.6.2"
62
59
  },
63
60
  "peerDependencies": {
64
- "react": "18.2.0",
65
- "react-dom": "18.2.0"
61
+ "react": "19.0.0",
62
+ "react-dom": "19.0.0"
66
63
  },
67
64
  "devDependencies": {
68
65
  "@chromatic-com/storybook": "3.2.2",
69
66
  "@faker-js/faker": "8.4.1",
70
- "@rollup/plugin-alias": "^5.1.1",
71
- "@storybook/addon-essentials": "8.4.5",
72
- "@storybook/addon-interactions": "8.4.5",
73
- "@storybook/addon-links": "8.4.5",
74
- "@storybook/addon-mdx-gfm": "8.4.5",
75
- "@storybook/addon-onboarding": "8.4.5",
76
- "@storybook/blocks": "8.4.5",
77
- "@storybook/react": "8.4.5",
78
- "@storybook/react-vite": "8.4.5",
79
- "@storybook/test": "8.4.5",
67
+ "@rollup/plugin-alias": "5.1.1",
68
+ "@storybook/addon-essentials": "8.6.7",
69
+ "@storybook/addon-interactions": "8.6.7",
70
+ "@storybook/addon-links": "8.6.7",
71
+ "@storybook/addon-mdx-gfm": "8.6.7",
72
+ "@storybook/addon-onboarding": "8.6.7",
73
+ "@storybook/blocks": "8.6.7",
74
+ "@storybook/react": "8.6.7",
75
+ "@storybook/react-vite": "8.6.7",
76
+ "@storybook/test": "8.6.7",
80
77
  "@tiptap/core": "2.1.12",
81
78
  "@tiptap/extension-blockquote": "2.10.3",
82
79
  "@tiptap/extension-bold": "2.10.4",
@@ -85,7 +82,7 @@
85
82
  "@tiptap/extension-document": "2.10.3",
86
83
  "@tiptap/extension-focus": "2.10.3",
87
84
  "@tiptap/extension-font-family": "2.10.3",
88
- "@tiptap/extension-heading": "^2.11.5",
85
+ "@tiptap/extension-heading": "2.11.5",
89
86
  "@tiptap/extension-highlight": "2.10.3",
90
87
  "@tiptap/extension-image": "2.10.3",
91
88
  "@tiptap/extension-italic": "2.10.4",
@@ -107,12 +104,13 @@
107
104
  "@tiptap/react": "2.10.3",
108
105
  "@tiptap/starter-kit": "2.10.3",
109
106
  "@tiptap/suggestion": "2.10.3",
110
- "@types/crypto-js": "^4.2.2",
107
+ "@types/crypto-js": "4.2.2",
111
108
  "@types/dompurify": "3.0.2",
109
+ "@types/lodash": "4.17.16",
112
110
  "@types/node": "20.10.5",
113
- "@types/react": "18.2.45",
111
+ "@types/react": "19.0.11",
114
112
  "@types/react-color": "3.0.6",
115
- "@types/react-dom": "18.2.18",
113
+ "@types/react-dom": "19.0.4",
116
114
  "@types/react-resizable": "3.0.7",
117
115
  "@typescript-eslint/eslint-plugin": "6.0.0",
118
116
  "@typescript-eslint/parser": "6.0.0",
@@ -124,15 +122,18 @@
124
122
  "eslint-plugin-react-refresh": "0.4.3",
125
123
  "eslint-plugin-storybook": "0.11.1",
126
124
  "path": "0.12.7",
127
- "query-string": "^9.1.1",
125
+ "query-string": "9.1.1",
128
126
  "sass": "1.69.5",
129
127
  "sass-loader": "14.1.0",
130
- "storybook": "8.4.5",
128
+ "simplebar-react": "3.3.0",
129
+ "storybook": "8.6.7",
131
130
  "style-loader": "3.3.4",
131
+ "tippy.js": "6.3.7",
132
132
  "typescript": "5.6.3",
133
133
  "vite": "5.0.10",
134
134
  "vite-plugin-dts": "3.6.4",
135
- "vite-plugin-lib-inject-css": "1.3.0"
135
+ "vite-plugin-lib-inject-css": "1.3.0",
136
+ "xlsx": "0.18.5"
136
137
  },
137
138
  "sideEffects": [
138
139
  "**/*.css"