Skip to content

Commit 20e1d90

Browse files
authored
chore(deps): update dependency typescript to v5 (#3088)
1 parent 4b41552 commit 20e1d90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"chai": "^4.3.7",
3131
"gts": "^3.1.1",
3232
"mocha": "^10.2.0",
33-
"typescript": "^4.9.5",
33+
"typescript": "^5.0.0",
3434
"wait-port": "^1.0.0"
3535
}
3636
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@typescript-eslint/parser": "^5.52.0",
2323
"gts": "^3.1.0",
2424
"nunjucks": "^3.2.3",
25-
"typescript": "^4.6.4"
25+
"typescript": "^5.0.0"
2626
},
2727
"dependencies": {
2828
"@google-cloud/asset": "^4.5.0",

scheduler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"gts": "^3.1.1",
3232
"mocha": "^10.2.0",
3333
"ts-node": "^10.9.1",
34-
"typescript": "^4.9.5"
34+
"typescript": "^5.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)