Skip to content

Commit 2cf11f3

Browse files
committed
Update dependency typescript to v4
1 parent eed65d6 commit 2cf11f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appengine/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
},
2121
"dependencies": {
2222
"express": "^4.16.3",
23-
"typescript": "^3.0.1"
23+
"typescript": "^4.0.0"
2424
},
2525
"devDependencies": {
2626
"mocha": "^8.0.0",
2727
"wait-port": "^0.2.7",
2828
"@types/express": "^4.16.0",
2929
"chai": "^4.2.0",
3030
"tslint": "^6.0.0",
31-
"typescript": "^3.8.3"
31+
"typescript": "^4.0.0"
3232
}
3333
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"gts": "^2.0.0",
2727
"prettier": "^2.0.0",
2828
"requestretry": "^4.0.0",
29-
"typescript": "^3.8.3"
29+
"typescript": "^4.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)