Skip to content

Commit

Permalink
Update dependency typescript to v4 (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 24, 2020
1 parent 52e82b4 commit 03a62e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appengine/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"dependencies": {
"express": "^4.16.3",
"typescript": "^3.0.1"
"typescript": "^4.0.0"
},
"devDependencies": {
"mocha": "^8.0.0",
"wait-port": "^0.2.7",
"@types/express": "^4.16.0",
"chai": "^4.2.0",
"tslint": "^6.0.0",
"typescript": "^3.8.3"
"typescript": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"gts": "^2.0.0",
"prettier": "^2.0.0",
"requestretry": "^4.0.0",
"typescript": "^3.8.3"
"typescript": "^4.0.0"
}
}

0 comments on commit 03a62e8

Please sign in to comment.