⬆️ 依赖升级

pull/82/head^2
awenes 2024-04-04 17:10:46 +08:00
parent b309381426
commit f1fe85bec2
4 changed files with 56 additions and 75 deletions

View File

@ -1,23 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
eiam-console - Employee Identity and Access Management
Copyright © 2022-Present Jinan Yuanchuang Network Technology Co., Ltd. (support@topiam.cn)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@ -148,7 +129,7 @@
<phase>generate-resources</phase> <phase>generate-resources</phase>
<configuration> <configuration>
<nodeVersion>v20.10.0</nodeVersion> <nodeVersion>v20.10.0</nodeVersion>
<pnpmVersion>v8.15.0</pnpmVersion> <pnpmVersion>v8.15.6</pnpmVersion>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
@ -200,7 +181,7 @@
<phase>generate-resources</phase> <phase>generate-resources</phase>
<configuration> <configuration>
<nodeVersion>v20.10.0</nodeVersion> <nodeVersion>v20.10.0</nodeVersion>
<pnpmVersion>v8.15.0</pnpmVersion> <pnpmVersion>v8.15.6</pnpmVersion>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>

View File

@ -45,42 +45,42 @@
"dependencies": { "dependencies": {
"@ahooksjs/use-url-state": "^3.5.1", "@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/charts": "^1.4.3", "@ant-design/charts": "^1.4.3",
"@ant-design/icons": "^5.3.0", "@ant-design/icons": "^5.3.6",
"@ant-design/maps": "^1.0.8", "@ant-design/maps": "^1.0.8",
"@ant-design/pro-components": "^2.6.49", "@ant-design/pro-components": "^2.7.0",
"ahooks": "^3.7.10", "ahooks": "^3.7.11",
"antd": "^5.14.0", "antd": "^5.16.0",
"antd-img-crop": "^4.21.0", "antd-img-crop": "^4.21.0",
"antd-style": "^3.6.1", "antd-style": "^3.6.2",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"codemirror": "^5.65.5", "codemirror": "^5.65.5",
"content-security-policy-parser": "^0.5.0", "content-security-policy-parser": "^0.6.0",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"echarts": "^5.4.3", "echarts": "^5.5.0",
"fetch-jsonp": "^1.3.0", "fetch-jsonp": "^1.3.0",
"form-render": "^2.3.9", "form-render": "^2.4.4",
"google-libphonenumber": "^3.2.34", "google-libphonenumber": "^3.2.34",
"js-base64": "^3.7.6", "js-base64": "^3.7.7",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"jsencrypt": "^3.3.2", "jsencrypt": "^3.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.30.1", "moment": "^2.30.1",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"omit.js": "^2.0.2", "omit.js": "^2.0.2",
"qs": "^6.11.2", "qs": "^6.12.0",
"query-string": "^8.2.0", "query-string": "^9.0.0",
"rc-field-form": "^1.41.0", "rc-field-form": "^1.44.0",
"rc-menu": "^9.12.4", "rc-menu": "^9.13.0",
"rc-select": "^14.11.0", "rc-select": "^14.13.0",
"rc-tree": "^5.8.5", "rc-tree": "^5.8.5",
"react": "^18.2.0", "react": "^18.2.0",
"react-codemirror2": "^7.3.0", "react-codemirror2": "^7.3.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.3", "react-fast-marquee": "^1.6.4",
"react-helmet-async": "^2.0.4", "react-helmet-async": "^2.0.4",
"react-sortable-hoc": "^2.0.0", "react-sortable-hoc": "^2.0.0",
"yaml": "^2.3.4" "yaml": "^2.4.1"
}, },
"devDependencies": { "devDependencies": {
"@ant-design/antd-theme-variable": "^1.0.0", "@ant-design/antd-theme-variable": "^1.0.0",
@ -89,21 +89,21 @@
"@types/google-libphonenumber": "^7.4.30", "@types/google-libphonenumber": "^7.4.30",
"@types/history": "^4.7.11", "@types/history": "^4.7.11",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.202", "@types/lodash": "^4.17.0",
"@types/numeral": "^2.0.5", "@types/numeral": "^2.0.5",
"@types/qs": "^6.9.11", "@types/qs": "^6.9.14",
"@types/react": "^18.2.52", "@types/react": "^18.2.74",
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.24",
"@types/react-helmet": "^6.1.11", "@types/react-helmet": "^6.1.11",
"@umijs/lint": "^4.1.1", "@umijs/lint": "^4.1.8",
"@umijs/max": "^4.1.1", "@umijs/max": "^4.1.8",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cross-port-killer": "^1.4.0", "cross-port-killer": "^1.4.0",
"eslint": "^8.56.0", "eslint": "^8.57.0",
"husky": "^9.0.10", "husky": "^9.0.11",
"lint-staged": "^15.2.1", "lint-staged": "^15.2.2",
"prettier": "^3.2.4", "prettier": "^3.2.5",
"typescript": "^5.3.3", "typescript": "^5.4.3",
"umi-presets-pro": "^2.0.3" "umi-presets-pro": "^2.0.3"
}, },
"engines": { "engines": {

View File

@ -131,7 +131,7 @@
<phase>generate-resources</phase> <phase>generate-resources</phase>
<configuration> <configuration>
<nodeVersion>v20.10.0</nodeVersion> <nodeVersion>v20.10.0</nodeVersion>
<pnpmVersion>v8.15.0</pnpmVersion> <pnpmVersion>v8.15.6</pnpmVersion>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
@ -183,7 +183,7 @@
<phase>generate-resources</phase> <phase>generate-resources</phase>
<configuration> <configuration>
<nodeVersion>v20.10.0</nodeVersion> <nodeVersion>v20.10.0</nodeVersion>
<pnpmVersion>v8.15.0</pnpmVersion> <pnpmVersion>v8.15.6</pnpmVersion>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>

View File

@ -46,36 +46,36 @@
"dependencies": { "dependencies": {
"@ahooksjs/use-url-state": "^3.5.1", "@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/charts": "^2.0.3", "@ant-design/charts": "^2.0.3",
"@ant-design/icons": "^5.3.0", "@ant-design/icons": "^5.3.6",
"@ant-design/maps": "^1.0.8", "@ant-design/maps": "^1.0.8",
"@ant-design/pro-components": "^2.6.49", "@ant-design/pro-components": "^2.7.0",
"ahooks": "^3.7.10", "ahooks": "^3.7.11",
"antd": "^5.14.0", "antd": "^5.16.0",
"antd-img-crop": "^4.21.0", "antd-img-crop": "^4.21.0",
"antd-style": "^3.6.1", "antd-style": "^3.6.2",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"fetch-jsonp": "^1.3.0", "fetch-jsonp": "^1.3.0",
"form-render": "^2.3.9", "form-render": "^2.4.4",
"google-libphonenumber": "^3.2.34", "google-libphonenumber": "^3.2.34",
"js-base64": "^3.7.6", "js-base64": "^3.7.7",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"jsencrypt": "^3.3.2", "jsencrypt": "^3.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.30.1", "moment": "^2.30.1",
"nanoid": "^5.0.5", "nanoid": "^5.0.6",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"omit.js": "^2.0.2", "omit.js": "^2.0.2",
"qs": "^6.11.2", "qs": "^6.12.0",
"query-string": "^8.2.0", "query-string": "^9.0.0",
"rc-menu": "^9.12.4", "rc-menu": "^9.13.0",
"rc-select": "^14.11.0", "rc-select": "^14.13.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.3", "react-fast-marquee": "^1.6.4",
"react-helmet-async": "^2.0.4", "react-helmet-async": "^2.0.4",
"yaml": "^2.3.4" "yaml": "^2.4.1"
}, },
"devDependencies": { "devDependencies": {
"@ant-design/antd-theme-variable": "^1.0.0", "@ant-design/antd-theme-variable": "^1.0.0",
@ -84,21 +84,21 @@
"@types/google-libphonenumber": "^7.4.30", "@types/google-libphonenumber": "^7.4.30",
"@types/history": "^4.7.11", "@types/history": "^4.7.11",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.202", "@types/lodash": "^4.17.0",
"@types/numeral": "^2.0.5", "@types/numeral": "^2.0.5",
"@types/qs": "^6.9.11", "@types/qs": "^6.9.14",
"@types/react": "^18.2.52", "@types/react": "^18.2.74",
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.24",
"@types/react-helmet": "^6.1.11", "@types/react-helmet": "^6.1.11",
"@umijs/lint": "^4.1.1", "@umijs/lint": "^4.1.8",
"@umijs/max": "^4.1.1", "@umijs/max": "^4.1.8",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cross-port-killer": "^1.4.0", "cross-port-killer": "^1.4.0",
"eslint": "^8.56.0", "eslint": "^8.57.0",
"husky": "^9.0.10", "husky": "^9.0.11",
"lint-staged": "^15.2.1", "lint-staged": "^15.2.2",
"prettier": "^3.2.4", "prettier": "^3.2.5",
"typescript": "^5.3.3", "typescript": "^5.4.3",
"umi-presets-pro": "^2.0.3" "umi-presets-pro": "^2.0.3"
}, },
"engines": { "engines": {