mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 15:32:40 -05:00
chore(deps): update dependency scratch-l10n to v3.14.20210828031523
This commit is contained in:
parent
87d4f9f711
commit
2fffe40560
2 changed files with 18 additions and 4 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -15732,8 +15732,8 @@
|
||||||
"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.20210826031518"
|
"scratch-l10n": "3.14.20210826031518"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
"scratch-l10n": {
|
"scratch-l10n": {
|
||||||
"version": "3.14.20210826031518",
|
"version": "3.14.20210826031518",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210826031518.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210826031518.tgz",
|
||||||
|
@ -15745,6 +15745,20 @@
|
||||||
"babel-plugin-react-intl": "^3.0.1",
|
"babel-plugin-react-intl": "^3.0.1",
|
||||||
"transifex": "1.6.6"
|
"transifex": "1.6.6"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scratch-l10n": {
|
||||||
|
"version": "3.14.20210828031523",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210828031523.tgz",
|
||||||
|
"integrity": "sha512-7SUs09Tuq9OMoYQdxkX8484Xz66rk3xd05vPxiZm97Z3nySu+i3N3/TDchdJKenaVmqoxmyJXqXP/lM2J8t2iA==",
|
||||||
|
"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-parser": {
|
"scratch-parser": {
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
"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.20210826052324",
|
"scratch-blocks": "0.1.0-prerelease.20210826052324",
|
||||||
"scratch-l10n": "3.14.20210826031518",
|
"scratch-l10n": "3.14.20210828031523",
|
||||||
"scratch-render": "0.1.0-prerelease.20210819221425",
|
"scratch-render": "0.1.0-prerelease.20210819221425",
|
||||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||||
"scratch-storage": "1.3.3",
|
"scratch-storage": "1.3.3",
|
||||||
|
|
Loading…
Reference in a new issue