mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
chore(deps): update dependency scratch-blocks to v0.1.0-prerelease.20211028085347
This commit is contained in:
parent
c99ff6a0d1
commit
5f392b21a1
2 changed files with 19 additions and 5 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -15679,15 +15679,29 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scratch-blocks": {
|
"scratch-blocks": {
|
||||||
"version": "0.1.0-prerelease.20211027052803",
|
"version": "0.1.0-prerelease.20211028085347",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20211027052803.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20211028085347.tgz",
|
||||||
"integrity": "sha512-NTUtyooPqrP5lXgLQ2DiqJSfB4+r4TLzRVhpU1V2YRYH36R1U+vlPCEcVlzhHw7DevbqTTBIlLdEUQsGpOh5MQ==",
|
"integrity": "sha512-0oZOhIk2weY7ujB7RT8R3tLpdlZs9Qki4KmSXXOMowUBdt3sfZsO9+AtJBV1xxyXGHLF2ihahr+AHDOXNmRUiQ==",
|
||||||
"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.20211027031612"
|
"scratch-l10n": "3.14.20211028031720"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"scratch-l10n": {
|
||||||
|
"version": "3.14.20211028031720",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211028031720.tgz",
|
||||||
|
"integrity": "sha512-7hIB3rELH3/bXzpbyEApZ9pTcmbz1Z/4WpnCiiXYJLzzgCp2flcmWvyiQPfJ+AZ3cdnTAWx3+/rtuakjQ0m/Yw==",
|
||||||
|
"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.20211027052803",
|
"scratch-blocks": "0.1.0-prerelease.20211028085347",
|
||||||
"scratch-l10n": "3.14.20211027031612",
|
"scratch-l10n": "3.14.20211027031612",
|
||||||
"scratch-render": "0.1.0-prerelease.20211026180558",
|
"scratch-render": "0.1.0-prerelease.20211026180558",
|
||||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||||
|
|
Loading…
Reference in a new issue