😎升级依赖

This commit is contained in:
zuohuaijun 2024-10-31 01:29:33 +08:00
parent c74b50d24e
commit 7e40194c45
4 changed files with 10 additions and 10 deletions

View File

@ -45,7 +45,7 @@
<PackageReference Include="SqlSugarCore" Version="5.1.4.170" /> <PackageReference Include="SqlSugarCore" Version="5.1.4.170" />
<PackageReference Include="SSH.NET" Version="2024.1.0" /> <PackageReference Include="SSH.NET" Version="2024.1.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.7" /> <PackageReference Include="System.Linq.Dynamic.Core" Version="1.4.7" />
<PackageReference Include="TencentCloudSDK.Sms" Version="3.0.1112" /> <PackageReference Include="TencentCloudSDK.Sms" Version="3.0.1113" />
<PackageReference Include="UAParser" Version="3.1.47" /> <PackageReference Include="UAParser" Version="3.1.47" />
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" /> <PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
</ItemGroup> </ItemGroup>

View File

@ -31,8 +31,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Paddle.Runtime.win_x64" Version="2.6.1.1" /> <PackageReference Include="PaddleOCRSharp" Version="4.4.0.2" />
<PackageReference Include="PaddleOCRSharp" Version="4.4.0.1" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -24,6 +24,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" /> <PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
<PackageReference Include="Rezero.Api" Version="1.7.12" /> <PackageReference Include="Rezero.Api" Version="1.7.12" />
</ItemGroup> </ItemGroup>

View File

@ -2,7 +2,7 @@
"name": "admin.net.pro", "name": "admin.net.pro",
"type": "module", "type": "module",
"version": "2.4.33", "version": "2.4.33",
"lastBuildTime": "2024.10.29", "lastBuildTime": "2024.10.31",
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架", "description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun", "author": "zuohuaijun",
"license": "MIT", "license": "MIT",
@ -35,7 +35,7 @@
"echarts-wordcloud": "^2.1.0", "echarts-wordcloud": "^2.1.0",
"element-plus": "^2.8.6", "element-plus": "^2.8.6",
"exceljs": "^4.4.0", "exceljs": "^4.4.0",
"ezuikit-js": "^8.0.13-alpha.2", "ezuikit-js": "^8.1.1-alpha.1",
"gcoord": "^1.0.6", "gcoord": "^1.0.6",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"js-table2excel": "^1.1.2", "js-table2excel": "^1.1.2",
@ -48,7 +48,7 @@
"mqtt": "^5.10.1", "mqtt": "^5.10.1",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"ol": "^10.2.1", "ol": "^10.2.1",
"pinia": "^2.2.4", "pinia": "^2.2.5",
"print-js": "^1.6.0", "print-js": "^1.6.0",
"push.js": "^1.0.12", "push.js": "^1.0.12",
"qrcodejs2-fixes": "^0.0.2", "qrcodejs2-fixes": "^0.0.2",
@ -85,19 +85,19 @@
"@types/node": "^20.16.5", "@types/node": "^20.16.5",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8", "@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.12.1", "@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.1", "@typescript-eslint/parser": "^8.12.2",
"@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1", "@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.12", "@vue/compiler-sfc": "^3.5.12",
"code-inspector-plugin": "^0.17.3", "code-inspector-plugin": "^0.17.6",
"eslint": "^9.13.0", "eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.1", "eslint-plugin-vue": "^9.29.1",
"globals": "^15.11.0", "globals": "^15.11.0",
"less": "^4.2.0", "less": "^4.2.0",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0", "rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.4", "sass": "^1.80.5",
"terser": "^5.36.0", "terser": "^5.36.0",
"typescript": "^5.6.3", "typescript": "^5.6.3",
"vite": "^5.4.10", "vite": "^5.4.10",