Skip to content

Commit

Permalink
chore: unify ts dependencies (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan authored and janryWang committed Sep 2, 2019
1 parent fafb5ca commit 5268ce8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5268ce8

Please sign in to comment.