Skip to content

Commit

Permalink
fix(boilerplate): update deps for all boilerplate
Browse files Browse the repository at this point in the history
- ts-node to ^8.3.0
- typescript to ^3.5.0
  • Loading branch information
waitingsong committed Jul 23, 2019
1 parent 1602d3a commit 4a015e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"@types/node": "^10.5.5",
"cross-env": "^5.2.0",
"midway-bin": "1",
"ts-node": "^7.0.1",
"ts-node": "^8.3.0",
"tslint": "^5.9.1",
"tslint-midway-contrib": "1",
"typescript": "^2.8.0",
"typescript": "^3.5.0",
"umi": "^2.1.2",
"umi-plugin-ga": "^1.1.3",
"umi-plugin-react": "^1.1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"midway-mock": "1",
"tslib": "^1.8.1",
"tslint-midway-contrib": "1",
"ts-node": "^8.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.11.0",
"typescript": "^3.4.0"
"typescript": "^3.5.0"
},
"engines": {
"node": ">=10.16.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"midway-bin": "1",
"midway-mock": "1",
"tslib": "^1.8.1",
"ts-node": "^8.0.2",
"typescript": "^3.4.0"
"ts-node": "^8.3.0",
"typescript": "^3.5.0"
},
"engines": {
"node": ">=10.16.0"
Expand Down

0 comments on commit 4a015e7

Please sign in to comment.