From 5268ce808fd0723757a9a9275f92b9eb9242d0fa Mon Sep 17 00:00:00 2001 From: Kevin Tan Date: Mon, 2 Sep 2019 23:30:33 +0800 Subject: [PATCH] chore: unify ts dependencies (#296) --- package.json | 5 +++-- packages/antd/package.json | 3 +-- packages/next/package.json | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ef0a7b24077..c42485768a7 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "@babel/runtime-corejs3": "^7.2.0", "@testing-library/react": "^8.0.0", "@types/node": "^12.6.8", + "@types/react": "^16.8.23", "@typescript-eslint/eslint-plugin": "^1.11.0", "@typescript-eslint/parser": "^1.11.0", "all-contributors-cli": "^6.1.2", @@ -94,16 +95,16 @@ "pretty-format": "^24.0.0", "react": "^16.8.3", "react-dom": "^16.8.3", - "scheduler": "^0.15.0", "remark-parse": "^6.0.3", "remark-stringify": "^6.0.4", + "scheduler": "^0.15.0", "semver-regex": "^2.0.0", "staged-git-files": "^1.1.2", "ts-import-plugin": "^1.6.1", "ts-jest": "^24.0.2", "ts-node": "^8.3.0", "tsconfig-paths-webpack-plugin": "^3.2.0", - "typescript": "^3.5.2", + "typescript": "^3.6.2", "unified": "^7.1.0", "user-event": "^1.4.4", "webpack": "^4.35.3" diff --git a/packages/antd/package.json b/packages/antd/package.json index 79eb09a9957..13e35e14b80 100644 --- a/packages/antd/package.json +++ b/packages/antd/package.json @@ -20,8 +20,7 @@ "build": "ts-node --project ../../tsconfig.build.json build.ts" }, "devDependencies": { - "antd": "^3.14.1", - "typescript": "^3.5.2" + "antd": "^3.14.1" }, "peerDependencies": { "@babel/runtime": "^7.4.4", diff --git a/packages/next/package.json b/packages/next/package.json index 5d2326478d8..07b3c0fd8b2 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -35,8 +35,7 @@ "styled-components": "^4.1.1" }, "devDependencies": { - "@alifd/next": "^1.13.1", - "typescript": "^3.5.2" + "@alifd/next": "^1.13.1" }, "publishConfig": { "access": "public"