Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-get-space-method
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaraba authored Jul 17, 2024
2 parents 3422585 + 9630747 commit a26cc04
Show file tree
Hide file tree
Showing 6 changed files with 437 additions and 402 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@cybozu/eslint-config": "^23.0.0",
Expand All @@ -48,7 +48,7 @@
"eslint": "^8.57.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"node-rsa": "^1.1.1",
"normalize-path": "^3.0.0",
"os-locale": "^5.0.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"rimraf": "^5.0.9",
"sort-package-json": "^1.57.0"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/inquirer": "^8.2.10",
"@types/lodash": "^4.17.6",
"@types/lodash": "^4.17.7",
"@types/node-rsa": "^1.1.4",
"@types/normalize-path": "^3.0.2",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-plugin/templates/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@kintone/rest-api-client": "^5.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
Expand All @@ -26,7 +26,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"eslint": "^8.57.0",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/lodash": "^4.17.6",
"@types/lodash": "^4.17.7",
"ts-loader": "^9.5.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"babel-loader": "^9.1.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"rimraf": "^5.0.9",
"cross-env": "^7.0.3"
},
Expand Down
Loading

0 comments on commit a26cc04

Please sign in to comment.