diff --git a/ts/create-kpt-functions/package.json b/ts/create-kpt-functions/package.json index 14b4526e6..cbad6e559 100644 --- a/ts/create-kpt-functions/package.json +++ b/ts/create-kpt-functions/package.json @@ -1,6 +1,6 @@ { "name": "create-kpt-functions", - "version": "0.17.0", + "version": "0.18.0-rc.0", "description": "kpt functions CLI", "author": "kpt Authors", "license": "Apache-2.0", diff --git a/ts/create-kpt-functions/templates/package.json.mustache b/ts/create-kpt-functions/templates/package.json.mustache index 7c5bd5070..f8f9fa2f7 100644 --- a/ts/create-kpt-functions/templates/package.json.mustache +++ b/ts/create-kpt-functions/templates/package.json.mustache @@ -15,15 +15,15 @@ "kpt:type-create": "kpt type-create" }, "dependencies": { - "kpt-functions": "^0.14.0" + "kpt-functions": "^0.15.0" }, "devDependencies": { - "create-kpt-functions": "^0.17.0", - "@types/jasmine": "^3.3.12", - "@types/node": "^12.7.2", - "jasmine": "^3.4.0", - "tslint": "^5.19.0", - "typescript": "^3.5.3" + "create-kpt-functions": "^0.18.0-rc.0", + "@types/jasmine": "^3.7.6", + "@types/node": "^14.17.1", + "jasmine": "^3.7.0", + "tslint": "^6.1.3", + "typescript": "^4.3.2" }, "kpt": { "docker_repo_base": "{{{docker_repo_base}}}"