data-mappingはdata-updateへ変更

This commit is contained in:
xiaozhe.ma
2024-07-11 23:20:33 +09:00
parent 0443257f86
commit 14287b6948
5 changed files with 8 additions and 90 deletions

View File

@@ -26,15 +26,13 @@
"sass": "^1.69.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-lib-inject-css": "^2.1.1"
"vite-plugin-checker": "^0.6.4"
},
"dependencies": {
"@kintone/rest-api-client": "^5.5.2",
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.10",
"bootstrap": "^5.3.3",
"jquery": "^3.7.1",
"vite-plugin-css-injected-by-js": "^3.5.1"
"jquery": "^3.7.1"
}
}