Skip to content

Commit

Permalink
Update deps to use [email protected] (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu authored Nov 19, 2021
1 parent 7a878e8 commit b4317b8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions ts/demo-functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/demo-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"glob": "^7.2.0",
"js-yaml": "^3.14.1",
"kpt-functions": "^0.16.0"
"kpt-functions": "^0.16.1-rc.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand Down
14 changes: 7 additions & 7 deletions ts/hello-world/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"kpt:type-create": "kpt type-create"
},
"dependencies": {
"kpt-functions": "^0.16.0"
"kpt-functions": "^0.16.1-rc.0"
},
"devDependencies": {
"@types/jasmine": "^3.9.1",
Expand Down
14 changes: 7 additions & 7 deletions ts/init-package/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts/init-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"kpt:type-create": "kpt type-create"
},
"dependencies": {
"kpt-functions": "^0.16.0"
"kpt-functions": "^0.16.1-rc.0"
},
"devDependencies": {
"@types/jasmine": "^3.7.6",
Expand Down

0 comments on commit b4317b8

Please sign in to comment.