Skip to content

Commit d0bcc8c

Browse files
author
Mengqi Yu
authored
bump ts version (#350)
1 parent 2e2d174 commit d0bcc8c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ts/demo-functions/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/demo-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"tslint": "^6.1.3",
4242
"tslint-config-prettier": "1.18.0",
4343
"tslint-consistent-codestyle": "^1.16.0",
44-
"typescript": "~3.9.9"
44+
"typescript": "^4.3.2"
4545
},
4646
"kpt": {
4747
"docker_repo_base": "gcr.io/kpt-functions"

ts/hello-world/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"create-kpt-functions": "^0.17.0",
2424
"jasmine": "^3.7.0",
2525
"tslint": "^6.1.3",
26-
"typescript": "^3.9.9"
26+
"typescript": "^4.3.2"
2727
},
2828
"kpt": {
2929
"docker_repo_base": "gcr.io/kpt-functions"

0 commit comments

Comments
 (0)