From a517a9e01b3f0f0ad7020a78ec7bfe69b4c1ee46 Mon Sep 17 00:00:00 2001 From: zombieJ Date: Fri, 5 Jul 2019 14:27:57 +0800 Subject: [PATCH] chore: Lock @babel/plugin-transform-typescript version (#17486) * lock @babel/plugin-transform-typescript * pined 7.4.x --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e74c266935f4..3b648bd9339c 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "@ant-design/create-react-context": "^0.2.4", "@ant-design/icons": "~2.1.1", "@ant-design/icons-react": "~2.0.1", + "@babel/plugin-transform-typescript": "~7.4.5", "@types/react-slick": "^0.23.4", "array-tree-filter": "^2.1.0", "babel-runtime": "6.x",