mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 15:32:40 -05:00
Merge pull request #3552 from LLK/renovate/scratch-blocks-0.x
chore(deps): update dependency scratch-blocks to v0.1.0-prerelease.20220310105052
This commit is contained in:
commit
180fb792ff
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": {
|
"scratch-blocks": {
|
||||||
"version": "0.1.0-prerelease.20220309060826",
|
"version": "0.1.0-prerelease.20220310105052",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20220309060826.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20220310105052.tgz",
|
||||||
"integrity": "sha512-ADk/TeKG8NoVaiJ5NrjAw4Xan7F1yiobQ7UTQkooR7YSxGzb/cWE1xYGC78SmG3MnQvuvuE2uSXSFRVSKGMGvg==",
|
"integrity": "sha512-9Ci5bOKOQ9npAJxbwN4IIsEi4TOWjksvoC4lOAISrNAmPDKRxj/jj82qO8eMu4zZ32hUIwgWgKthvtLmO8C1YQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"exports-loader": "0.6.3",
|
"exports-loader": "0.6.3",
|
||||||
"google-closure-library": "20190301.0.0",
|
"google-closure-library": "20190301.0.0",
|
||||||
"imports-loader": "0.6.5",
|
"imports-loader": "0.6.5",
|
||||||
"scratch-l10n": "3.14.20220309031549"
|
"scratch-l10n": "3.14.20220310031603"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"scratch-l10n": {
|
|
||||||
"version": "3.14.20220309031549",
|
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20220309031549.tgz",
|
|
||||||
"integrity": "sha512-HIPpXcZiJe3Ap9IDAReBMBlpTR2aMHKrPujN7CzJJ7u8Ka3iwh6C7SX2j9TmuwvfmatD6vUaDgQ2bc2FC7P0oQ==",
|
|
||||||
"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": {
|
"scratch-l10n": {
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"lodash.defaultsdeep": "4.6.1",
|
"lodash.defaultsdeep": "4.6.1",
|
||||||
"pngjs": "3.3.3",
|
"pngjs": "3.3.3",
|
||||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||||
"scratch-blocks": "0.1.0-prerelease.20220309060826",
|
"scratch-blocks": "0.1.0-prerelease.20220310105052",
|
||||||
"scratch-l10n": "3.14.20220310031603",
|
"scratch-l10n": "3.14.20220310031603",
|
||||||
"scratch-render": "0.1.0-prerelease.20211028200436",
|
"scratch-render": "0.1.0-prerelease.20211028200436",
|
||||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||||
|
|
Loading…
Reference in a new issue