You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2020/05/13 10:51:04 UTC

[griffin] branch master updated: Upgrade UI packages for jquery

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

guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin.git


The following commit(s) were added to refs/heads/master by this push:
     new 491a168  Upgrade UI packages for jquery
491a168 is described below

commit 491a168da33c2811e9945f1e037a2df5ddc57ccc
Author: DongfangLu <ay...@163.com>
AuthorDate: Wed May 13 18:50:54 2020 +0800

    Upgrade UI packages for jquery
    
    Upgrade jquery
    
    Author: DongfangLu <ay...@163.com>
    
    Closes #571 from ludongfang/ui_package_upgrade.
---
 ui/angular/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/angular/package.json b/ui/angular/package.json
index f9d95fe..083085e 100644
--- a/ui/angular/package.json
+++ b/ui/angular/package.json
@@ -44,7 +44,7 @@
     "@angular/language-service": "4.4.4",
     "@types/jasmine": "~2.5.53",
     "@types/jasminewd2": "~2.0.2",
-    "@types/jquery": "^3.2.12",
+    "@types/jquery": "3.3.31",
     "@types/node": "~6.0.60",
     "@types/js-yaml": "~3.11.2",
     "angular-tree-component": "^4.1.0",
@@ -53,7 +53,7 @@
     "fontawesome": "^4.7.2",
     "jasmine-core": "~2.6.2",
     "jasmine-spec-reporter": "~4.1.0",
-    "jquery": "^3.2.1",
+    "jquery": "3.3.1",
     "karma": "~1.7.0",
     "karma-chrome-launcher": "~2.1.1",
     "karma-cli": "~1.0.1",