@tachybase/plugin-block-comments 0.23.17 → 0.23.20

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.
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function QuoteReplyCommentActionButton(): React.JSX.Element;
1
+ export declare function QuoteReplyCommentActionButton(): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function QuoteReplyCommentActionInitializer(props: any): React.JSX.Element;
1
+ export declare function QuoteReplyCommentActionInitializer(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function UpdateCommentActionButton(): React.JSX.Element;
1
+ export declare function UpdateCommentActionButton(): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare function UpdateCommentActionInitializer(props: any): React.JSX.Element;
1
+ export declare function UpdateCommentActionInitializer(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
- "@tachybase/client": "0.23.17",
2
+ "@tachybase/client": "0.23.20",
3
3
  "react": "18.3.1",
4
- "@tachybase/schema": "0.23.17",
4
+ "@tachybase/schema": "0.23.20",
5
5
  "@ant-design/icons": "5.3.7",
6
6
  "lodash": "4.17.21",
7
7
  "antd": "5.22.5",
8
8
  "dayjs": "1.11.13",
9
9
  "react-i18next": "15.2.0",
10
- "@tachybase/server": "0.23.17"
10
+ "@tachybase/server": "0.23.20"
11
11
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-block-comments",
3
- "version": "0.23.17",
3
+ "version": "0.23.20",
4
4
  "main": "dist/server/index.js",
5
5
  "dependencies": {},
6
6
  "devDependencies": {
@@ -9,13 +9,13 @@
9
9
  "dayjs": "1.11.13",
10
10
  "lodash": "^4.17.21",
11
11
  "react-i18next": "^15.2.0",
12
- "@tachybase/schema": "0.23.17",
13
- "@tachybase/components": "0.23.17"
12
+ "@tachybase/components": "0.23.20",
13
+ "@tachybase/schema": "0.23.20"
14
14
  },
15
15
  "peerDependencies": {
16
- "@tachybase/client": "0.23.17",
17
- "@tachybase/server": "0.23.17",
18
- "@tachybase/test": "0.23.17"
16
+ "@tachybase/client": "0.23.20",
17
+ "@tachybase/server": "0.23.20",
18
+ "@tachybase/test": "0.23.20"
19
19
  },
20
20
  "description.zh-CN": "评论",
21
21
  "displayName.zh-CN": "评论",