update version to 1.0.1
This commit is contained in:
547
package-lock.json
generated
547
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/kintone/js-sdk/%40kintone/plugin-manifest-validator%4010.2.0/packages/plugin-manifest-validator/manifest-schema.json",
|
||||
"manifest_version": 1,
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"type": "APP",
|
||||
"desktop": {
|
||||
"js": ["js/desktop.js"]
|
||||
|
Reference in New Issue
Block a user