This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 5bc73b3 fix: update plugin
5bc73b3 is described below
commit 5bc73b30b5c7f2a705d8515c3dd256f5fdcbb0ec
Author: juzhiyuan <[email protected]>
AuthorDate: Tue Sep 1 16:13:19 2020 +0800
fix: update plugin
---
package.json | 4 ++--
yarn.lock | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package.json b/package.json
index d100e6e..904044f 100644
--- a/package.json
+++ b/package.json
@@ -53,8 +53,8 @@
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-layout": "^6.0.0",
- "@ant-design/pro-table": "^2.4.0",
- "@api7-dashboard/plugin": "^1.0.0",
+ "@ant-design/pro-table": "2.6.3",
+ "@api7-dashboard/plugin": "^1.0.2",
"@api7-dashboard/pluginchart": "^1.0.4",
"@api7-dashboard/ui": "^1.0.0",
"@rjsf/antd": "2.2.0",
diff --git a/yarn.lock b/yarn.lock
index c197e27..01082d6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -178,10 +178,10 @@
lodash "^4.17.15"
resize-observer-polyfill "^1.5.0"
-"@api7-dashboard/plugin@^1.0.0":
- version "1.0.0"
- resolved
"https://registry.npm.taobao.org/@api7-dashboard/plugin/download/@api7-dashboard/plugin-1.0.0.tgz#a226ec2c23790248358b36ce49939c71a28ba033"
- integrity sha1-oibsLCN5Akg1izbOSZOccaKLoDM=
+"@api7-dashboard/plugin@^1.0.2":
+ version "1.0.2"
+ resolved
"https://registry.yarnpkg.com/@api7-dashboard/plugin/-/plugin-1.0.2.tgz#b7f9d2dbb4f4ab17a9cbd66e484578287a0adb2d"
+ integrity
sha512-Q7bbZ6Wh3b7SbdFEDv9aKqbZMeuYootufeP1d12rNzTT7T2JLePFEyjt8oeVbN2zXl7IvJzdYF+MbgzRTD9YYg==
dependencies:
"@rjsf/antd" "^2.3.0"
"@rjsf/core" "^2.3.0"