You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/03/04 09:46:38 UTC

[cloudstack-primate] branch master updated: package: bump antd to v1.4.12

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 2628b64  package: bump antd to v1.4.12
2628b64 is described below

commit 2628b64f7d2fffba9586d8522241906dba6ed5af
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Mar 4 15:15:59 2020 +0530

    package: bump antd to v1.4.12
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 package-lock.json | 6 +++---
 package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 2f63c6e..0baa417 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5659,9 +5659,9 @@
       "dev": true
     },
     "ant-design-vue": {
-      "version": "1.4.11",
-      "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-1.4.11.tgz",
-      "integrity": "sha512-XwddZpasH8WuWSxvDHakSZSuKAMi1KVbLP49nWpYxCpAk/MiSTsMZvsmxA6BaSoRwSTJ57Y6WJJZ6fOJSR/nxg==",
+      "version": "1.4.12",
+      "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-1.4.12.tgz",
+      "integrity": "sha512-m+hWKF208DN8XX4s4BHCnh+XlUhJy8FUs13a9+jtZCoiQB2zpZdafJeu1LEcFaFlK7fxXfp61fWJJJm0S6ek0g==",
       "requires": {
         "@ant-design/icons": "^2.1.1",
         "@ant-design/icons-vue": "^2.0.0",
diff --git a/package.json b/package.json
index 2826f0d..61ac969 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
     "@fortawesome/free-regular-svg-icons": "^5.12.1",
     "@fortawesome/free-solid-svg-icons": "^5.12.1",
     "@fortawesome/vue-fontawesome": "^0.1.9",
-    "ant-design-vue": "~1.4.11",
+    "ant-design-vue": "~1.4.12",
     "axios": "^0.19.2",
     "core-js": "^3.6.4",
     "enquire.js": "^2.1.6",