From 07c15b388623fb38630cfccaa1d9610180169c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Wed, 20 Oct 2021 11:56:19 +0800 Subject: [PATCH] chore: up devDependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 80d52bea..1204ae30 100644 --- a/package.json +++ b/package.json @@ -55,10 +55,10 @@ ], "dependencies": { "@ant-design/icons": "^4.5.0", - "@ant-design/pro-descriptions": "^1.6.8", - "@ant-design/pro-form": "^1.18.3", - "@ant-design/pro-layout": "^6.15.3", - "@ant-design/pro-table": "^2.30.8", + "@ant-design/pro-descriptions": "^1.9.0", + "@ant-design/pro-form": "^1.43.0", + "@ant-design/pro-layout": "^6.26.0", + "@ant-design/pro-table": "^2.56.0", "@umijs/route-utils": "^1.0.36", "antd": "^4.14.0", "classnames": "^2.2.6", @@ -84,7 +84,7 @@ "@types/react-dom": "^17.0.0", "@types/react-helmet": "^6.1.0", "@umijs/fabric": "^2.6.2", - "@umijs/openapi": "^1.1.14", + "@umijs/openapi": "^1.3.0", "@umijs/plugin-blocks": "^2.0.5", "@umijs/plugin-esbuild": "^1.0.1", "@umijs/plugin-openapi": "^1.2.0",