You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/22 07:34:10 UTC

[echarts] branch pissang-patch-1 created (now 11f1635)

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

shenyi pushed a change to branch pissang-patch-1
in repository https://gitbox.apache.org/repos/asf/echarts.git.


      at 11f1635  chore: fix typescript version

This branch includes the following new commits:

     new 11f1635  chore: fix typescript version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[echarts] 01/01: chore: fix typescript version

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch pissang-patch-1
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 11f163558e23533e366a2d1cfbc1ec9fd3a9356f
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Thu Apr 22 15:33:58 2021 +0800

    chore: fix typescript version
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index c5fcbe4..988df4d 100644
--- a/package.json
+++ b/package.json
@@ -106,6 +106,6 @@
     "socket.io": "2.2.0",
     "terser": "^5.3.8",
     "ts-jest": "^26.4.3",
-    "typescript": "^4.1.2"
+    "typescript": "4.1.2"
   }
 }

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