Skip to content

Commit

Permalink
fix(deps): update dependency @kintone/rest-api-client to ^5.5.1 (#2724)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 208b8c2 commit f06f485
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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": "^5.5.0",
"@kintone/rest-api-client": "^5.5.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.36.1",
"@kintone/rest-api-client": "^5.5.0"
"@kintone/rest-api-client": "^5.5.1"
},
"devDependencies": {
"@babel/core": "^7.24.4",
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.10"
},
"dependencies": {
"@kintone/rest-api-client": "^5.5.0",
"@kintone/rest-api-client": "^5.5.1",
"chokidar": "^3.6.0",
"inquirer": "^8.2.6",
"meow": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 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 f06f485

Please sign in to comment.