mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
chore(deps): update dependency scratch-l10n to v3.14.20211103031555
This commit is contained in:
parent
645f7b1e41
commit
da5fcf145a
2 changed files with 18 additions and 4 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -15688,12 +15688,26 @@
|
|||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.6.5",
|
||||
"scratch-l10n": "3.14.20211102031622"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.14.20211102031622",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211102031622.tgz",
|
||||
"integrity": "sha512-hSkgydmgJQTX7nxhjz/o1lU+xDfuVC71itNZ5WrmwTr37PufxZF/G/uLrQzKP3dTlAjAor2LMucuQf6M0vu/VA==",
|
||||
"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": {
|
||||
"version": "3.14.20211102031622",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211102031622.tgz",
|
||||
"integrity": "sha512-hSkgydmgJQTX7nxhjz/o1lU+xDfuVC71itNZ5WrmwTr37PufxZF/G/uLrQzKP3dTlAjAor2LMucuQf6M0vu/VA==",
|
||||
"version": "3.14.20211103031555",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20211103031555.tgz",
|
||||
"integrity": "sha512-eJrTp6JJyTWeyXiWuLUPtGfy7tG4sGHeCz6gNYtH2TMLwzQfu2r2RRbt29HS7zkkxdnqWZjVkOxVnosWb/1EuQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"pngjs": "3.3.3",
|
||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||
"scratch-blocks": "0.1.0-prerelease.20211102084621",
|
||||
"scratch-l10n": "3.14.20211102031622",
|
||||
"scratch-l10n": "3.14.20211103031555",
|
||||
"scratch-render": "0.1.0-prerelease.20211028200436",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||
"scratch-storage": "1.3.3",
|
||||
|
|
Loading…
Reference in a new issue