Michael Yang
2025-05-13 539a5b0fa0bfd2e4e3dbbe80f668ec04178b2da1
feat: 升级 Tinyflow、Agents-Flex 等到最新版本
4个文件已修改
27 ■■■■■ 已修改文件
aiflowy-modules/aiflowy-module-ai/pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-ui-react/package-lock.json 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-ui-react/package.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aiflowy-modules/aiflowy-module-ai/pom.xml
@@ -32,7 +32,6 @@
        <dependency>
            <groupId>dev.tinyflow</groupId>
            <artifactId>tinyflow-java-core</artifactId>
            <version>1.0.5</version>
        </dependency>
        <!--使用 enjoy 模板引擎-->
        <dependency>
aiflowy-ui-react/package-lock.json
@@ -11,7 +11,7 @@
        "@ant-design/icons": "^5.6.1",
        "@ant-design/pro-components": "^2.8.7",
        "@ant-design/x": "^1.1.0",
        "@tinyflow-ai/react": "^0.1.9",
        "@tinyflow-ai/react": "^0.1.10",
        "ahooks": "^3.8.4",
        "aieditor": "^1.3.6",
        "antd": "^5.24.6",
@@ -2203,12 +2203,12 @@
      }
    },
    "node_modules/@tinyflow-ai/react": {
      "version": "0.1.9",
      "resolved": "https://registry.npmjs.org/@tinyflow-ai/react/-/react-0.1.9.tgz",
      "integrity": "sha512-nmD9nkd5pu9GKWT6KmsJNNzEMyxkBydFVEaPL5izvruib09zFEedlKMmoGs9tC650i5HiSJG9RFvYwuR9FmXmg==",
      "version": "0.1.10",
      "resolved": "https://registry.npmjs.org/@tinyflow-ai/react/-/react-0.1.10.tgz",
      "integrity": "sha512-2imzycdLIRZ8kYczikFPJE7mvqC48vsa92ylaDR6rkjNwiU2M2rgoTXQK+yMzlIqfgNaJO6dBH5gr1wCbb88zw==",
      "license": "LGPL-3.0-or-later",
      "dependencies": {
        "@tinyflow-ai/ui": "0.1.9"
        "@tinyflow-ai/ui": "0.1.10"
      },
      "peerDependencies": {
        "react": "^18.2.0",
@@ -2216,9 +2216,9 @@
      }
    },
    "node_modules/@tinyflow-ai/ui": {
      "version": "0.1.9",
      "resolved": "https://registry.npmjs.org/@tinyflow-ai/ui/-/ui-0.1.9.tgz",
      "integrity": "sha512-18WkiemNGvvqSrTdI+i8TCD4K1M2pEj+D15w5Se85lUiO/ggaqoDLduqC+QW4mqKI0+3B+bCFfibFJ+/6bTREQ==",
      "version": "0.1.10",
      "resolved": "https://registry.npmjs.org/@tinyflow-ai/ui/-/ui-0.1.10.tgz",
      "integrity": "sha512-VUmzpgYZZXpokSQZUNBxgOOJ/W4iN1hvpbipzez7nHSTCrGrpUwg6DzwvPPIn9YC48pCD66S5IX8DyxV77H6yg==",
      "license": "LGPL-3.0-or-later",
      "dependencies": {
        "@floating-ui/dom": "^1.7.0",
aiflowy-ui-react/package.json
@@ -13,7 +13,7 @@
    "@ant-design/icons": "^5.6.1",
    "@ant-design/pro-components": "^2.8.7",
    "@ant-design/x": "^1.1.0",
    "@tinyflow-ai/react": "^0.1.9",
    "@tinyflow-ai/react": "^0.1.10",
    "ahooks": "^3.8.4",
    "aieditor": "^1.3.6",
    "antd": "^5.24.6",
pom.xml
@@ -18,7 +18,8 @@
        <maven.compiler.target>8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <mybatis-flex.version>1.10.9</mybatis-flex.version>
        <agents-flex.version>1.0.8</agents-flex.version>
        <agents-flex.version>1.0.9</agents-flex.version>
        <tinyflow-java.version>1.0.6</tinyflow-java.version>
        <okhttp.version>4.9.3</okhttp.version>
        <spring.version>5.3.25</spring.version>
        <spring-boot.version>2.7.18</spring-boot.version>
@@ -129,6 +130,11 @@
                <version>${agents-flex.version}</version>
            </dependency>
            <dependency>
                <groupId>dev.tinyflow</groupId>
                <artifactId>tinyflow-java-core</artifactId>
                <version>${tinyflow-java.version}</version>
            </dependency>
            <dependency>
                <groupId>com.squareup.okhttp3</groupId>
                <artifactId>okhttp</artifactId>
                <version>${okhttp.version}</version>