beca-ui 0.1.44 → 0.1.46

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "0.1.44",
3
+ "version": "0.1.46",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -27,10 +27,10 @@
27
27
  "publish-beta": "sh ./publish-beta.sh"
28
28
  },
29
29
  "dependencies": {
30
- "@ant-design/compatible": "^5.1.2",
31
- "@ant-design/pro-layout": "^7.17.15",
30
+ "@ant-design/compatible": "5.1.2",
31
+ "@ant-design/pro-layout": "7.17.15",
32
32
  "@microsoft/signalr": "7.0.3",
33
- "@tiptap/core": "^2.1.12",
33
+ "@tiptap/core": "2.1.12",
34
34
  "@tiptap/extension-blockquote": "2.0.3",
35
35
  "@tiptap/extension-bubble-menu": "2.0.3",
36
36
  "@tiptap/extension-color": "2.0.3",
@@ -51,71 +51,72 @@
51
51
  "@tiptap/extension-underline": "2.0.3",
52
52
  "@tiptap/pm": "2.0.3",
53
53
  "@tiptap/prosemirror-tables": "1.1.4",
54
- "@tiptap/react": "^2.1.12",
54
+ "@tiptap/react": "2.1.12",
55
55
  "@tiptap/starter-kit": "2.0.3",
56
56
  "@tiptap/suggestion": "2.0.3",
57
57
  "antd": "5.11.3",
58
58
  "antd-img-crop": "4.12.2",
59
59
  "axios": "0.27.2",
60
60
  "bu2-sax-icons": "1.3.43",
61
- "dayjs": "^1.11.10",
61
+ "dayjs": "1.11.10",
62
62
  "dompurify": "3.0.5",
63
63
  "i18next": "23.2.7",
64
- "immutability-helper": "^3.1.1",
64
+ "immutability-helper": "3.1.1",
65
65
  "prosemirror-commands": "1.5.0",
66
66
  "prosemirror-dropcursor": "1.6.1",
67
67
  "prosemirror-gapcursor": "1.3.1",
68
68
  "prosemirror-history": "1.3.0",
69
69
  "prosemirror-keymap": "1.2.0",
70
70
  "prosemirror-schema-list": "1.2.2",
71
- "react": "^18.2.0",
71
+ "react": "18.2.0",
72
72
  "react-color": "2.19.3",
73
- "react-dnd": "^16.0.1",
74
- "react-dnd-html5-backend": "^16.0.1",
75
- "react-dom": "^18.2.0",
73
+ "react-dnd": "16.0.1",
74
+ "react-dnd-html5-backend": "16.0.1",
75
+ "react-dom": "18.2.0",
76
+ "react-form-builder2": "0.16.5",
76
77
  "react-i18next": "13.0.1",
77
78
  "react-infinite-scroll-component": "6.1.0",
78
- "react-paginate": "^8.2.0",
79
- "react-pdf": "^7.5.1",
80
- "react-resizable": "^3.0.5",
81
- "react-virtuoso": "^4.6.2",
79
+ "react-paginate": "8.2.0",
80
+ "react-pdf": "7.5.1",
81
+ "react-resizable": "3.0.5",
82
+ "react-virtuoso": "4.6.2",
82
83
  "tippy.js": "6.3.7"
83
84
  },
84
85
  "peerDependencies": {
85
- "react": "^18.2.0",
86
- "react-dom": "^18.2.0"
86
+ "react": "18.2.0",
87
+ "react-dom": "18.2.0"
87
88
  },
88
89
  "devDependencies": {
89
- "@storybook/addon-essentials": "^7.5.3",
90
- "@storybook/addon-interactions": "^7.5.3",
91
- "@storybook/addon-links": "^7.5.3",
92
- "@storybook/addon-mdx-gfm": "^7.5.3",
93
- "@storybook/addon-onboarding": "^1.0.8",
94
- "@storybook/blocks": "^7.5.3",
95
- "@storybook/react": "^7.5.3",
96
- "@storybook/react-vite": "^7.5.3",
97
- "@storybook/testing-library": "^0.2.2",
90
+ "@storybook/addon-essentials": "7.5.3",
91
+ "@storybook/addon-interactions": "7.5.3",
92
+ "@storybook/addon-links": "7.5.3",
93
+ "@storybook/addon-mdx-gfm": "7.5.3",
94
+ "@storybook/addon-onboarding": "1.0.8",
95
+ "@storybook/blocks": "7.5.3",
96
+ "@storybook/react": "7.5.3",
97
+ "@storybook/react-vite": "7.5.3",
98
+ "@storybook/testing-library": "0.2.2",
98
99
  "@types/dompurify": "3.0.2",
99
- "@types/node": "^20.8.10",
100
- "@types/react": "^18.2.15",
100
+ "@types/node": "20.10.5",
101
+ "@types/react": "18.2.45",
101
102
  "@types/react-color": "3.0.6",
102
- "@types/react-dom": "^18.2.7",
103
- "@types/react-resizable": "^3.0.7",
104
- "@typescript-eslint/eslint-plugin": "^6.0.0",
105
- "@typescript-eslint/parser": "^6.0.0",
106
- "@vitejs/plugin-react-swc": "^3.3.2",
107
- "chromatic": "^7.6.0",
108
- "eslint": "^8.45.0",
109
- "eslint-plugin-react-hooks": "^4.6.0",
110
- "eslint-plugin-react-refresh": "^0.4.3",
111
- "eslint-plugin-storybook": "^0.6.15",
112
- "path": "^0.12.7",
113
- "sass": "^1.69.5",
114
- "storybook": "^7.5.3",
115
- "typescript": "^5.0.2",
116
- "vite": "^4.4.5",
117
- "vite-plugin-dts": "^3.6.3",
118
- "vite-plugin-lib-inject-css": "^1.3.0"
103
+ "@types/react-dom": "18.2.18",
104
+ "@types/react-resizable": "3.0.7",
105
+ "@typescript-eslint/eslint-plugin": "6.0.0",
106
+ "@typescript-eslint/parser": "6.0.0",
107
+ "@vitejs/plugin-react-swc": "3.5.0",
108
+ "chromatic": "7.6.0",
109
+ "eslint": "8.45.0",
110
+ "eslint-plugin-react-hooks": "4.6.0",
111
+ "eslint-plugin-react-refresh": "0.4.3",
112
+ "eslint-plugin-storybook": "0.6.15",
113
+ "path": "0.12.7",
114
+ "sass": "1.69.5",
115
+ "storybook": "7.5.3",
116
+ "typescript": "5.3.3",
117
+ "vite": "5.0.10",
118
+ "vite-plugin-dts": "3.6.4",
119
+ "vite-plugin-lib-inject-css": "1.3.0"
119
120
  },
120
121
  "sideEffects": [
121
122
  "**/*.css"