update version to 1.0.1

This commit is contained in:
2025-06-26 20:12:23 +09:00
parent 03f3d2fcb0
commit 7863f1aac3
3 changed files with 291 additions and 266 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "kintone-plugin-filelookup",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"prepare": "node scripts/prepare-private-key.js",
"start": "node scripts/npm-start.js",
@@ -29,8 +29,8 @@
"@kintone/dts-gen": "^8.1.2",
"@kintone/plugin-uploader": "^9.1.5",
"@kintone/webpack-plugin-kintone-plugin": "^8.0.11",
"@rspack/cli": "^1.3.15",
"@rspack/core": "^1.3.15",
"@rspack/cli": "^1.4.0",
"@rspack/core": "^1.4.0",
"@shin-chan/kypes": "^0.0.7",
"@swc/helpers": "^0.5.17",
"@types/react": "^19.1.8",
@@ -42,7 +42,7 @@
"eslint-plugin-react": "^7.37.5",
"globals": "^16.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.3",
"prettier": "^3.6.1",
"style-loader": "^4.0.0",
"typescript": "^5.8.3"
}