You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2020/10/19 14:11:05 UTC

[qpid-dispatch] branch master updated: DISPATCH-1767 Add typescript to console dependencies (#887)

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

jdanek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f07dc2  DISPATCH-1767 Add typescript to console dependencies (#887)
1f07dc2 is described below

commit 1f07dc28e02a0275839747a7b0516dbc80368f64
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Mon Oct 19 16:10:53 2020 +0200

    DISPATCH-1767 Add typescript to console dependencies (#887)
    
    Typescript is required to run eslint.
---
 .github/workflows/build.yaml    | 3 ---
 console/react/package-lock.json | 6 ++++++
 console/react/package.json      | 3 ++-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f7e5999..775f529 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -252,9 +252,6 @@ jobs:
       - name: Install Dependencies
         run: cd console/react && npm ci
 
-      - name: Install Typescript
-        run: cd console/react && npm install typescript
-
       - name: Run ESLint
         run: cd console/react && npx eslint --max-warnings 0 .
 
diff --git a/console/react/package-lock.json b/console/react/package-lock.json
index 26e96e7..a73a48d 100644
--- a/console/react/package-lock.json
+++ b/console/react/package-lock.json
@@ -19540,6 +19540,12 @@
       "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
       "dev": true
     },
+    "typescript": {
+      "version": "4.0.3",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
+      "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
+      "dev": true
+    },
     "unicode-canonical-property-names-ecmascript": {
       "version": "1.0.4",
       "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
diff --git a/console/react/package.json b/console/react/package.json
index 42eaf29..6ae698a 100644
--- a/console/react/package.json
+++ b/console/react/package.json
@@ -66,6 +66,7 @@
     "jest-axe": "^3.5.0",
     "prettier": "^2.0.5",
     "react-scripts": "^3.4.3",
-    "jest-environment-jsdom-sixteen": "^1.0.3"
+    "jest-environment-jsdom-sixteen": "^1.0.3",
+    "typescript": "^4.0.3"
   }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org