Skip to content

Commit dc118b9

Browse files
stkevintananyuxuan
authored andcommitted
chore: unify ts dependencies (alibaba#296)
1 parent 5b21ce1 commit dc118b9

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@babel/runtime-corejs3": "^7.2.0",
5050
"@testing-library/react": "^8.0.0",
5151
"@types/node": "^12.6.8",
52+
"@types/react": "^16.8.23",
5253
"@typescript-eslint/eslint-plugin": "^1.11.0",
5354
"@typescript-eslint/parser": "^1.11.0",
5455
"all-contributors-cli": "^6.1.2",
@@ -94,16 +95,16 @@
9495
"pretty-format": "^24.0.0",
9596
"react": "^16.8.3",
9697
"react-dom": "^16.8.3",
97-
"scheduler": "^0.15.0",
9898
"remark-parse": "^6.0.3",
9999
"remark-stringify": "^6.0.4",
100+
"scheduler": "^0.15.0",
100101
"semver-regex": "^2.0.0",
101102
"staged-git-files": "^1.1.2",
102103
"ts-import-plugin": "^1.6.1",
103104
"ts-jest": "^24.0.2",
104105
"ts-node": "^8.3.0",
105106
"tsconfig-paths-webpack-plugin": "^3.2.0",
106-
"typescript": "^3.5.2",
107+
"typescript": "^3.6.2",
107108
"unified": "^7.1.0",
108109
"user-event": "^1.4.4",
109110
"webpack": "^4.35.3"

packages/antd/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"build": "ts-node --project ../../tsconfig.build.json build.ts"
2121
},
2222
"devDependencies": {
23-
"antd": "^3.14.1",
24-
"typescript": "^3.5.2"
23+
"antd": "^3.14.1"
2524
},
2625
"peerDependencies": {
2726
"@babel/runtime": "^7.4.4",

packages/next/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"styled-components": "^4.1.1"
3636
},
3737
"devDependencies": {
38-
"@alifd/next": "^1.13.1",
39-
"typescript": "^3.5.2"
38+
"@alifd/next": "^1.13.1"
4039
},
4140
"publishConfig": {
4241
"access": "public"

0 commit comments

Comments
 (0)