mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Merge pull request #3376 from LLK/renovate/scratch-blocks-0.x
chore(deps): update dependency scratch-blocks to v0.1.0-prerelease.20211030083115
This commit is contained in:
commit
70f401ebf1
2 changed files with 5 additions and 19 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -15679,29 +15679,15 @@
|
|||
}
|
||||
},
|
||||
"scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20211029083216",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20211029083216.tgz",
|
||||
"integrity": "sha512-86gm3eF8SFWjIpJpqgi0fsyaNvAHqAK4tKAOHV4iVMTPAhnvVOYVus1vCg4dKcA1GCeHWpJT0CyjgE1z3035KQ==",
|
||||
"version": "0.1.0-prerelease.20211030083115",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20211030083115.tgz",
|
||||
"integrity": "sha512-Uc3TxhTo3xJO/z0OkaYkvzQWXQx6aEUrK6Wzaw4G12Nr1ninZdql/bwQnb3y7wJbeUQ2jrTdRTHiPF01IepnVw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"exports-loader": "0.6.3",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.14.20211029031547"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20211029031547",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211029031547.tgz",
|
||||
"integrity": "sha512-+uvz4GvofY9duwJXskqMjW1BC6lgtVZuZFFiTu4xd6utLCf6f1lsqKOGN8UN8GiR3x3LihxjSugDfmyEMNGKvQ==",
|
||||
"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.20211030031545"
|
||||
}
|
||||
},
|
||||
"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.20211029083216",
|
||||
"scratch-blocks": "0.1.0-prerelease.20211030083115",
|
||||
"scratch-l10n": "3.14.20211030031545",
|
||||
"scratch-render": "0.1.0-prerelease.20211028200436",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||
|
|
Loading…
Reference in a new issue