Skip to content

Commit d5f1d31

Browse files
author
Mengqi Yu
committed
1 parent 9fc1e11 commit d5f1d31

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

ts/create-kpt-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-kpt-functions",
3-
"version": "0.17.0",
3+
"version": "0.18.0-rc.0",
44
"description": "kpt functions CLI",
55
"author": "kpt Authors",
66
"license": "Apache-2.0",

ts/create-kpt-functions/templates/package.json.mustache

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"kpt:type-create": "kpt type-create"
1616
},
1717
"dependencies": {
18-
"kpt-functions": "^0.14.0"
18+
"kpt-functions": "^0.15.0"
1919
},
2020
"devDependencies": {
21-
"create-kpt-functions": "^0.17.0",
22-
"@types/jasmine": "^3.3.12",
23-
"@types/node": "^12.7.2",
24-
"jasmine": "^3.4.0",
25-
"tslint": "^5.19.0",
26-
"typescript": "^3.5.3"
21+
"create-kpt-functions": "^0.18.0-rc.0",
22+
"@types/jasmine": "^3.7.6",
23+
"@types/node": "^14.17.1",
24+
"jasmine": "^3.7.0",
25+
"tslint": "^6.1.3",
26+
"typescript": "^4.3.2"
2727
},
2828
"kpt": {
2929
"docker_repo_base": "{{{docker_repo_base}}}"

0 commit comments

Comments
 (0)