[update] 指紋登録ブロックを更新

This commit is contained in:
ocogeclub 2024-05-20 17:35:24 +09:00
parent 8b8e01903e
commit 66233aece1
3 changed files with 8 additions and 8 deletions

View File

@ -163,15 +163,15 @@ Blockly.defineBlocksWithJsonArray([{
"name": "step",
"options": [
[
"#1",
"ステップ1",
"1"
],
[
"#2",
"ステップ2",
"2"
],
[
"#3",
"ステップ3",
"3"
]
]

8
package-lock.json generated
View File

@ -20,7 +20,7 @@
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow-models/speech-commands": "^0.5.4",
"@tensorflow/tfjs-node": "^4.19.0",
"axios": "^1.6.8",
"axios": "^1.7.0",
"blockly": "^10.4.3",
"canvas": "github:Automattic/node-canvas",
"dracula-prism": "^2.1.16",
@ -1602,9 +1602,9 @@
}
},
"node_modules/axios": {
"version": "1.6.8",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
"integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.0.tgz",
"integrity": "sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",

View File

@ -39,7 +39,7 @@
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow-models/speech-commands": "^0.5.4",
"@tensorflow/tfjs-node": "^4.19.0",
"axios": "^1.6.8",
"axios": "^1.7.0",
"blockly": "^10.4.3",
"canvas": "github:Automattic/node-canvas",
"dracula-prism": "^2.1.16",