diff --git a/eiam-console/src/main/console-fe/package.json b/eiam-console/src/main/console-fe/package.json index 3b6a0b16..30ea2beb 100644 --- a/eiam-console/src/main/console-fe/package.json +++ b/eiam-console/src/main/console-fe/package.json @@ -49,7 +49,6 @@ "@ant-design/icons": "^5.5.1", "@ant-design/maps": "^1.0.8", "@ant-design/pro-components": "^2.7.19", - "@ant-design/pro-editor": "^1.3.0", "ahooks": "^3.8.1", "antd": "^5.21.2", "antd-img-crop": "^4.23.0", @@ -87,7 +86,7 @@ "@types/google-libphonenumber": "^7.4.30", "@types/history": "^5.0.0", "@types/js-yaml": "^4.0.9", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.10", "@types/numeral": "^2.0.5", "@types/qs": "^6.9.16", "@types/react": "^18.3.11", diff --git a/eiam-portal/src/main/portal-fe/package.json b/eiam-portal/src/main/portal-fe/package.json index c126398b..bab1b0b4 100644 --- a/eiam-portal/src/main/portal-fe/package.json +++ b/eiam-portal/src/main/portal-fe/package.json @@ -76,12 +76,10 @@ }, "devDependencies": { "@ant-design/antd-theme-variable": "^1.0.0", - "@types/classnames": "^2.3.1", "@types/crypto-js": "^4.2.2", "@types/google-libphonenumber": "^7.4.30", - "@types/history": "^5.0.0", "@types/js-yaml": "^4.0.9", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.10", "@types/numeral": "^2.0.5", "@types/qs": "^6.9.16", "@types/react": "^18.3.11",