Skip to content

Commit

Permalink
SSR-4650: Updated the version of @kintone/plugin-uploader to v9.1.1 t…
Browse files Browse the repository at this point in the history
…o resolve the 'dev' and 'deploy' command failure
  • Loading branch information
Nguyen Huu Chi committed May 20, 2024
1 parent d2df10d commit 737a476
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/constant/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js

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

4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kintone-cli",
"version": "0.5.0",
"version": "0.5.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/Initialize/test/cybozuLint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Initialize command', () => {
devDependencies: {
'local-web-server': '^2.6.1',
'@kintone/plugin-packer': '^7.0.4',
'@kintone/plugin-uploader': '8.0.0'
'@kintone/plugin-uploader': '9.1.1'
},
scripts: {
dev: 'ws'
Expand Down
2 changes: 1 addition & 1 deletion src/constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const DEPENDENCIES = {
react: '^17.0.2',
'react-dom': '^17.0.2',
'@kintone/plugin-packer': '^7.0.4',
'@kintone/plugin-uploader': '8.0.0',
'@kintone/plugin-uploader': '9.1.1',
'@kintone/customize-uploader': '^7.0.3',
'@kintone/kintone-ui-component': '^0.9.4',
'@kintone/rest-api-client': '^4.0.3'
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ global.cliRoot = path.resolve(path.dirname(require.main.filename) + '/../');
global.currentDir = process.cwd();

const program = new Command();
program.version('0.5.0').description('kintone Node CLI');
program.version('0.5.1').description('kintone Node CLI');

initializeCommand(program);
buildCommand(program);
Expand Down

0 comments on commit 737a476

Please sign in to comment.