mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Bump scratch-gui
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20200923103548 to 0.1.0-prerelease.20200923151703. - [Release notes](https://github.com/LLK/scratch-gui/releases) - [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20200923103548...0.1.0-prerelease.20200923151703) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
52a1864a65
commit
8e53e4e7d4
2 changed files with 5 additions and 17 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -17617,9 +17617,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-gui": {
|
||||
"version": "0.1.0-prerelease.20200923103548",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-0.1.0-prerelease.20200923103548.tgz",
|
||||
"integrity": "sha512-VaLK1INXEfraENrzVTR8v9UAO5inA/o9OjvHs6uCpToIGRjTh3mJaxXDTZJIPiHdcukBJuiIpjyDurWvGfDivg==",
|
||||
"version": "0.1.0-prerelease.20200923151703",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-0.1.0-prerelease.20200923151703.tgz",
|
||||
"integrity": "sha512-iRTfTamdzBVIzIarcB1IHtz9ZvuhXJ2tmJoxmtUwGvS7K/EfNUqNxSOUadYZYeH0dUzLbEeqsQhBZpHycIsmMg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"arraybuffer-loader": "^1.0.6",
|
||||
|
@ -17671,7 +17671,7 @@
|
|||
"redux-throttle": "0.1.1",
|
||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||
"scratch-blocks": "0.1.0-prerelease.20200923031615",
|
||||
"scratch-l10n": "3.10.20200916030802",
|
||||
"scratch-l10n": "3.10.20200923030814",
|
||||
"scratch-paint": "0.2.0-prerelease.20200831213104",
|
||||
"scratch-render": "0.1.0-prerelease.20200827214414",
|
||||
"scratch-storage": "1.3.3",
|
||||
|
@ -18165,18 +18165,6 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.10.20200916030802",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.10.20200916030802.tgz",
|
||||
"integrity": "sha512-K/PoJMY1/+8kU80r3rkKxcZqKn24lfTE4P5b6UQhKNUg/jKN3129LhHx3nIZ6gBla1x/CM2uLFgJ2Vr1wFYWIQ==",
|
||||
"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": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/scratch-storage/-/scratch-storage-1.3.3.tgz",
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
"redux-mock-store": "^1.2.3",
|
||||
"redux-thunk": "2.0.1",
|
||||
"sass-loader": "6.0.6",
|
||||
"scratch-gui": "0.1.0-prerelease.20200923103548",
|
||||
"scratch-gui": "0.1.0-prerelease.20200923151703",
|
||||
"scratch-l10n": "latest",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue