You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/02/19 13:26:06 UTC

[servicecomb-pack] branch master updated: [SCB-1159] Rxjs and TypeScript version compatibility issues

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git


The following commit(s) were added to refs/heads/master by this push:
     new 0868348  [SCB-1159] Rxjs and TypeScript version compatibility issues
0868348 is described below

commit 0868348e7ab72a0381e11859b1aaab85e5478377
Author: 张磊 <co...@gmail.com>
AuthorDate: Tue Feb 19 17:32:11 2019 +0800

    [SCB-1159] Rxjs and TypeScript version compatibility issues
---
 web/src/main/resources/saga-frontend/README.md    | 2 +-
 web/src/main/resources/saga-frontend/package.json | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/web/src/main/resources/saga-frontend/README.md b/web/src/main/resources/saga-frontend/README.md
index ee62a37..c854d5f 100644
--- a/web/src/main/resources/saga-frontend/README.md
+++ b/web/src/main/resources/saga-frontend/README.md
@@ -5,7 +5,7 @@ This project is using [ngx-admin](https://github.com/akveo/ngx-admin), [here you
 To install saga-frontend on your machine you need to have the following tools installed:
 
 - Git - https://git-scm.com
-- Node.js - https://nodejs.org. Please note the version should be >=8
+- Node.js - https://nodejs.org. Please note the version should be >=8.9.3
 - Npm - Node.js package manager, comes with Node.js. Please make sure npm version is >=5
 - You might also need some specific native packages depending on your operating system like build-essential on Ubuntu
 - Clone the repository
diff --git a/web/src/main/resources/saga-frontend/package.json b/web/src/main/resources/saga-frontend/package.json
index c8c9d92..4a7f09d 100644
--- a/web/src/main/resources/saga-frontend/package.json
+++ b/web/src/main/resources/saga-frontend/package.json
@@ -41,6 +41,7 @@
     "bootstrap": "4.0.0",
     "classlist.js": "1.1.20150312",
     "core-js": "2.5.1",
+    "express": "^4.16.4",
     "intl": "1.2.5",
     "ionicons": "2.0.1",
     "nebular-icons": "1.0.9",
@@ -49,8 +50,8 @@
     "normalize.css": "6.0.0",
     "pace-js": "1.0.2",
     "roboto-fontface": "0.8.0",
-    "rxjs": "^6.1.0",
-    "rxjs-compat": "^6.1.0",
+    "rxjs": "6.1.0",
+    "rxjs-compat": "6.1.0",
     "socicon": "3.0.5",
     "typeface-exo": "0.0.22",
     "underscore": "^1.9.1",