mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 13:54:59 -05:00
chore(deps): update dependency scratch-l10n to v3.14.20210808031521
This commit is contained in:
parent
a9d8c4ab3a
commit
497772a120
2 changed files with 30 additions and 4 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
@ -20894,6 +20894,20 @@
|
||||||
"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.20210807031704"
|
"scratch-l10n": "3.14.20210807031704"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"scratch-l10n": {
|
||||||
|
"version": "3.14.20210807031704",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210807031704.tgz",
|
||||||
|
"integrity": "sha512-VDKcE3a/OJ7oZUvr6uoJfHrzeTnAmZGXJO1mb62w2AFQlgdK5tyIIMVxOwd781WRL7l7bgIeCQbZbdOfyna1FA==",
|
||||||
|
"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-gui": {
|
"scratch-gui": {
|
||||||
|
@ -21320,6 +21334,18 @@
|
||||||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"scratch-l10n": {
|
||||||
|
"version": "3.14.20210807031704",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210807031704.tgz",
|
||||||
|
"integrity": "sha512-VDKcE3a/OJ7oZUvr6uoJfHrzeTnAmZGXJO1mb62w2AFQlgdK5tyIIMVxOwd781WRL7l7bgIeCQbZbdOfyna1FA==",
|
||||||
|
"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-storage": {
|
"scratch-storage": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.5",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.5.tgz",
|
||||||
|
@ -21386,9 +21412,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scratch-l10n": {
|
"scratch-l10n": {
|
||||||
"version": "3.14.20210807031704",
|
"version": "3.14.20210808031521",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210807031704.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.14.20210808031521.tgz",
|
||||||
"integrity": "sha512-VDKcE3a/OJ7oZUvr6uoJfHrzeTnAmZGXJO1mb62w2AFQlgdK5tyIIMVxOwd781WRL7l7bgIeCQbZbdOfyna1FA==",
|
"integrity": "sha512-vNigM68cxWYXkjvajJzxQalp60ZAzNCmiUPe+atbrJdk6WeKyjodywe2N8+Wr+5INtXXKJJlnk4bxq1eMf6pig==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/cli": "^7.1.2",
|
"@babel/cli": "^7.1.2",
|
||||||
|
|
|
@ -129,7 +129,7 @@
|
||||||
"redux-thunk": "2.0.1",
|
"redux-thunk": "2.0.1",
|
||||||
"sass-loader": "6.0.6",
|
"sass-loader": "6.0.6",
|
||||||
"scratch-gui": "0.1.0-prerelease.20210807115522",
|
"scratch-gui": "0.1.0-prerelease.20210807115522",
|
||||||
"scratch-l10n": "3.14.20210807031704",
|
"scratch-l10n": "3.14.20210808031521",
|
||||||
"selenium-webdriver": "3.6.0",
|
"selenium-webdriver": "3.6.0",
|
||||||
"slick-carousel": "1.6.0",
|
"slick-carousel": "1.6.0",
|
||||||
"style-loader": "0.12.3",
|
"style-loader": "0.12.3",
|
||||||
|
|
Loading…
Reference in a new issue