mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
chore(deps): update dependency scratch-blocks to v0.1.0-prerelease.20220426225632
This commit is contained in:
parent
8755d8d74c
commit
0c407fea66
2 changed files with 5 additions and 19 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -15702,29 +15702,15 @@
|
|||
}
|
||||
},
|
||||
"scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20220329103322",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20220329103322.tgz",
|
||||
"integrity": "sha512-grVZZ41HsHVEpHFkWWkfJ6ukjSFqa6hiGReM5AI00pwDfbiHb9Nlti5R+pHs1kQljE9fsH7BUAwEKBGp1TTi0w==",
|
||||
"version": "0.1.0-prerelease.20220426225632",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20220426225632.tgz",
|
||||
"integrity": "sha512-VmAAVrgJZhHOCb41Hc/C78vSj37FuQy5pD0hMi7tyf5Gm5p7tdwYo2rQTP+EKaM842N8URbk6sBvJbSdLGibfA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"exports-loader": "0.6.3",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.14.20220329031539"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20220329031539",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20220329031539.tgz",
|
||||
"integrity": "sha512-mR425IM+JPXv0ByuIOw5QZP5Md9JIKLGaI348pgKMdOYZ0hZhJ5OZ3umVUs64LdZbDwnfsQRnIWA8WYYy6UiDg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"babel-plugin-react-intl": "^3.0.1",
|
||||
"transifex": "1.6.6"
|
||||
}
|
||||
}
|
||||
"scratch-l10n": "3.14.20220426031558"
|
||||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.3.3",
|
||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||
"scratch-blocks": "0.1.0-prerelease.20220329103322",
|
||||
"scratch-blocks": "0.1.0-prerelease.20220426225632",
|
||||
"scratch-l10n": "3.14.20220426031558",
|
||||
"scratch-render": "0.1.0-prerelease.20211028200436",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||
|
|
Loading…
Reference in a new issue