beca-ui 2.1.0-beta.71 → 2.1.0-beta.72
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/dist/beca-ui.js +24747 -24898
- package/package.json +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beca-ui",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.72",
|
|
4
4
|
"description": "Becawork UI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -34,13 +34,12 @@
|
|
|
34
34
|
"antd-img-crop": "4.12.2",
|
|
35
35
|
"array-move": "^4.0.0",
|
|
36
36
|
"axios": "1.6.7",
|
|
37
|
-
"beca-icons": "0.0.
|
|
37
|
+
"beca-icons": "0.0.16",
|
|
38
38
|
"classnames": "^2.5.1",
|
|
39
39
|
"crypto-js": "4.2.0",
|
|
40
40
|
"dayjs": "1.11.13",
|
|
41
41
|
"dompurify": "3.0.5",
|
|
42
42
|
"i18next": "23.2.7",
|
|
43
|
-
"lucide-react": "^0.577.0",
|
|
44
43
|
"mime": "4.0.6",
|
|
45
44
|
"prosemirror-commands": "1.5.0",
|
|
46
45
|
"prosemirror-dropcursor": "1.6.1",
|
|
@@ -70,14 +69,14 @@
|
|
|
70
69
|
"react-dom": "18.3.1"
|
|
71
70
|
},
|
|
72
71
|
"devDependencies": {
|
|
73
|
-
"@chromatic-com/storybook": "5.
|
|
72
|
+
"@chromatic-com/storybook": "5.1.2",
|
|
74
73
|
"@faker-js/faker": "8.4.1",
|
|
75
74
|
"@neoconfetti/react": "1.0.0",
|
|
76
75
|
"@rollup/plugin-alias": "5.1.1",
|
|
77
|
-
"@storybook/addon-docs": "^10.
|
|
78
|
-
"@storybook/addon-links": "10.
|
|
79
|
-
"@storybook/addon-onboarding": "10.
|
|
80
|
-
"@storybook/react-vite": "10.
|
|
76
|
+
"@storybook/addon-docs": "^10.3.6",
|
|
77
|
+
"@storybook/addon-links": "10.3.6",
|
|
78
|
+
"@storybook/addon-onboarding": "10.3.6",
|
|
79
|
+
"@storybook/react-vite": "10.3.6",
|
|
81
80
|
"@tiptap/extension-blockquote": "3.20.0",
|
|
82
81
|
"@tiptap/extension-bold": "3.20.0",
|
|
83
82
|
"@tiptap/extension-bubble-menu": "3.20.0",
|
|
@@ -121,13 +120,13 @@
|
|
|
121
120
|
"@typescript-eslint/eslint-plugin": "6.0.0",
|
|
122
121
|
"@typescript-eslint/parser": "6.0.0",
|
|
123
122
|
"@vitejs/plugin-react-swc": "3.5.0",
|
|
124
|
-
"baseline-browser-mapping": "^2.10.
|
|
123
|
+
"baseline-browser-mapping": "^2.10.27",
|
|
125
124
|
"chromatic": "7.6.0",
|
|
126
125
|
"css-loader": "6.10.0",
|
|
127
126
|
"eslint": "8.45.0",
|
|
128
127
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
129
128
|
"eslint-plugin-react-refresh": "0.4.3",
|
|
130
|
-
"eslint-plugin-storybook": "10.
|
|
129
|
+
"eslint-plugin-storybook": "10.3.6",
|
|
131
130
|
"path": "0.12.7",
|
|
132
131
|
"query-string": "9.1.1",
|
|
133
132
|
"react-router-dom": "^7.5.0",
|
|
@@ -135,7 +134,7 @@
|
|
|
135
134
|
"sass-embedded": "^1.97.3",
|
|
136
135
|
"sass-loader": "14.1.0",
|
|
137
136
|
"simplebar-react": "3.3.0",
|
|
138
|
-
"storybook": "10.
|
|
137
|
+
"storybook": "10.3.6",
|
|
139
138
|
"style-loader": "3.3.4",
|
|
140
139
|
"tippy.js": "6.3.7",
|
|
141
140
|
"typescript": "5.6.3",
|