@tachybase/plugin-simple-cms 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 const HomePage: () => React.JSX.Element;
1
+ export declare const HomePage: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const HomePageConfiguration: (props: any) => React.JSX.Element;
1
+ export declare const HomePageConfiguration: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,8 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
3
  "antd": "5.22.5",
4
- "@tachybase/client": "0.23.17",
5
- "@tachybase/database": "0.23.17",
6
- "@tachybase/server": "0.23.17",
7
- "@tachybase/utils": "0.23.17"
4
+ "@tachybase/client": "0.23.20",
5
+ "@tachybase/database": "0.23.20",
6
+ "@tachybase/server": "0.23.20",
7
+ "@tachybase/utils": "0.23.20"
8
8
  };
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-simple-cms",
3
- "version": "0.23.17",
3
+ "version": "0.23.20",
4
4
  "main": "dist/server/index.js",
5
5
  "dependencies": {},
6
6
  "devDependencies": {
7
7
  "antd": "5.22.5"
8
8
  },
9
9
  "peerDependencies": {
10
- "@tachybase/client": "0.23.17",
11
- "@tachybase/database": "0.23.17",
12
- "@tachybase/server": "0.23.17",
13
- "@tachybase/test": "0.23.17",
14
- "@tachybase/utils": "0.23.17"
10
+ "@tachybase/client": "0.23.20",
11
+ "@tachybase/test": "0.23.20",
12
+ "@tachybase/database": "0.23.20",
13
+ "@tachybase/server": "0.23.20",
14
+ "@tachybase/utils": "0.23.20"
15
15
  },
16
16
  "scripts": {
17
17
  "build": "tachybase-build --no-dts @tachybase/plugin-simple-cms"