[blockly] Update multi-select plugin to v0.1.12 (#2419)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>pull/2430/head
parent
50c43afc3b
commit
1d22ce7e51
|
@ -18,7 +18,7 @@
|
|||
"@jsep-plugin/object": "^1.2.1",
|
||||
"@jsep-plugin/regex": "^1.0.3",
|
||||
"@jsep-plugin/template": "^1.0.2",
|
||||
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^0.1.11",
|
||||
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^0.1.12",
|
||||
"blockly": "^10.4.2",
|
||||
"cronstrue": "^1.100.0",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
|
@ -2769,9 +2769,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@mit-app-inventor/blockly-plugin-workspace-multiselect": {
|
||||
"version": "0.1.11",
|
||||
"resolved": "https://registry.npmjs.org/@mit-app-inventor/blockly-plugin-workspace-multiselect/-/blockly-plugin-workspace-multiselect-0.1.11.tgz",
|
||||
"integrity": "sha512-SEuyHi43qY7hOfSBzBFzeK8lUWtqnMtfxAe4xSrdelYRSZBoBX6ihFSkexLb8x3OtOubSTfe6cKHOV/0hKiz8A==",
|
||||
"version": "0.1.12",
|
||||
"resolved": "https://registry.npmjs.org/@mit-app-inventor/blockly-plugin-workspace-multiselect/-/blockly-plugin-workspace-multiselect-0.1.12.tgz",
|
||||
"integrity": "sha512-RMT6Wgdo+yOe1L6iRQI2D+EAnhDNI80MMHRNPcUyOCWnF6WCLpleLc3Gjtw3UAoR4arS5JqmO9Z1HLMgCtjY+A==",
|
||||
"dependencies": {
|
||||
"dragselect": "^2.7.4"
|
||||
},
|
||||
|
@ -2779,7 +2779,7 @@
|
|||
"node": ">=8.17.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"blockly": "^10.2.0"
|
||||
"blockly": ">=10.4.0 <= 11"
|
||||
}
|
||||
},
|
||||
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
|
||||
|
@ -24280,9 +24280,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@mit-app-inventor/blockly-plugin-workspace-multiselect": {
|
||||
"version": "0.1.11",
|
||||
"resolved": "https://registry.npmjs.org/@mit-app-inventor/blockly-plugin-workspace-multiselect/-/blockly-plugin-workspace-multiselect-0.1.11.tgz",
|
||||
"integrity": "sha512-SEuyHi43qY7hOfSBzBFzeK8lUWtqnMtfxAe4xSrdelYRSZBoBX6ihFSkexLb8x3OtOubSTfe6cKHOV/0hKiz8A==",
|
||||
"version": "0.1.12",
|
||||
"resolved": "https://registry.npmjs.org/@mit-app-inventor/blockly-plugin-workspace-multiselect/-/blockly-plugin-workspace-multiselect-0.1.12.tgz",
|
||||
"integrity": "sha512-RMT6Wgdo+yOe1L6iRQI2D+EAnhDNI80MMHRNPcUyOCWnF6WCLpleLc3Gjtw3UAoR4arS5JqmO9Z1HLMgCtjY+A==",
|
||||
"requires": {
|
||||
"dragselect": "^2.7.4"
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"@blockly/shadow-block-converter": "^5.0.0",
|
||||
"@blockly/theme-dark": "^6.0.5",
|
||||
"@blockly/zoom-to-fit": "^5.0.11",
|
||||
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^0.1.11",
|
||||
"@mit-app-inventor/blockly-plugin-workspace-multiselect": "^0.1.12",
|
||||
"@jsep-plugin/arrow": "^1.0.5",
|
||||
"@jsep-plugin/object": "^1.2.1",
|
||||
"@jsep-plugin/regex": "^1.0.3",
|
||||
|
@ -187,4 +187,4 @@
|
|||
"webpack-stats-plugin": "^1.1.3",
|
||||
"workbox-webpack-plugin": "^7.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue