@tachybase/plugin-block-calendar 1.6.3 → 1.6.5

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,14 +1,14 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.6.3",
2
+ "@tachybase/client": "1.6.5",
3
3
  "react-i18next": "16.2.1",
4
- "@tego/server": "1.6.1",
5
- "@tachybase/test": "1.6.1",
4
+ "@tego/server": "1.6.2",
5
+ "@tachybase/test": "1.6.2",
6
6
  "react": "18.3.1",
7
- "@tachybase/schema": "1.6.1",
7
+ "@tachybase/schema": "1.6.2",
8
8
  "@ant-design/icons": "6.1.0",
9
9
  "dayjs": "1.11.13",
10
10
  "lodash": "4.17.21",
11
11
  "antd": "5.22.5",
12
12
  "react-dom": "18.3.1",
13
- "@tego/client": "1.6.1"
13
+ "@tego/client": "1.6.2"
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-block-calendar",
3
3
  "displayName": "Calendar",
4
- "version": "1.6.3",
4
+ "version": "1.6.5",
5
5
  "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
6
6
  "keywords": [
7
7
  "Collections",
@@ -13,10 +13,10 @@
13
13
  "dependencies": {},
14
14
  "devDependencies": {
15
15
  "@ant-design/icons": "^6.1.0",
16
- "@tachybase/schema": "1.6.1",
17
- "@tachybase/test": "1.6.1",
18
- "@tego/client": "1.6.1",
19
- "@tego/server": "1.6.1",
16
+ "@tachybase/schema": "1.6.2",
17
+ "@tachybase/test": "1.6.2",
18
+ "@tego/client": "1.6.2",
19
+ "@tego/server": "1.6.2",
20
20
  "antd": "5.22.5",
21
21
  "cron-parser": "4.9.0",
22
22
  "dayjs": "1.11.13",
@@ -26,7 +26,7 @@
26
26
  "react-i18next": "16.2.1",
27
27
  "react-js-cron": "^3.2.0",
28
28
  "solarlunar-es": "^1.0.9",
29
- "@tachybase/client": "1.6.3"
29
+ "@tachybase/client": "1.6.5"
30
30
  },
31
31
  "description.zh-CN": "提供日历数据表模板和卡片,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。",
32
32
  "displayName.zh-CN": "日历",