Skip to content

Commit

Permalink
fix(deps): update dependency @kintone/rest-api-client to v5 (#2322)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nguyen Thai Hung <59815499+hung-cybo@users.noreply.github.com>
  • Loading branch information
renovate[bot] and hung-cybo authored Oct 23, 2023
1 parent ba43524 commit 1f6b7c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/rest-api-client-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@kintone/profile-loader": "workspace:*",
"@kintone/rest-api-client": "^4.1.1",
"@kintone/rest-api-client": "^5.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"core-js": "^3.32.2",
"@kintone/rest-api-client": "^4.1.1"
"@kintone/rest-api-client": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/customize-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/inquirer": "8.2.9"
},
"dependencies": {
"@kintone/rest-api-client": "^4.1.1",
"@kintone/rest-api-client": "^5.0.1",
"chokidar": "^3.5.3",
"inquirer": "^8.2.6",
"meow": "^9.0.0",
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 1f6b7c1

Please sign in to comment.