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.20210825065458
This commit is contained in:
parent
8a7d8c2ec5
commit
cf11d250c4
2 changed files with 5 additions and 19 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -15723,29 +15723,15 @@
|
|||
}
|
||||
},
|
||||
"scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20210823161356",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20210823161356.tgz",
|
||||
"integrity": "sha512-WkTczHaBYZveGoRqTbfFHtvA8qxMmXJ/8Wg5gxobzJhEDGkcRHBS6fPVTNTT/DkVfD9rEYquhsoAGLbVbZ9nRA==",
|
||||
"version": "0.1.0-prerelease.20210825065458",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20210825065458.tgz",
|
||||
"integrity": "sha512-WYoe1zC3zZz63UxVoYBklTeAzrsyjlyOMQBlzxpKN1VQn9P6DTuoPoCazj7W+j0iHPGegWJ20ghCGybSab/Iwg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"exports-loader": "0.6.3",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.14.20210823031509"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20210823031509",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210823031509.tgz",
|
||||
"integrity": "sha512-O+KOKG7y/3KqyddkTy5yVLQoPPx9CmT3pk1rxeMzRLEP5Uye0oTW6vNjps8/WwTExBiViQ8D2DCpGrStAnRUyA==",
|
||||
"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.20210825031502"
|
||||
}
|
||||
},
|
||||
"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.20210823161356",
|
||||
"scratch-blocks": "0.1.0-prerelease.20210825065458",
|
||||
"scratch-l10n": "3.14.20210825031502",
|
||||
"scratch-render": "0.1.0-prerelease.20210819221425",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||
|
|
Loading…
Reference in a new issue