mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-21 15:19:48 +00:00
[update] 指紋登録ブロックを更新
This commit is contained in:
parent
8b8e01903e
commit
66233aece1
@ -163,15 +163,15 @@ Blockly.defineBlocksWithJsonArray([{
|
||||
"name": "step",
|
||||
"options": [
|
||||
[
|
||||
"#1",
|
||||
"ステップ1",
|
||||
"1"
|
||||
],
|
||||
[
|
||||
"#2",
|
||||
"ステップ2",
|
||||
"2"
|
||||
],
|
||||
[
|
||||
"#3",
|
||||
"ステップ3",
|
||||
"3"
|
||||
]
|
||||
]
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user