mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Bump scratch-gui
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20201119053946 to 0.1.0-prerelease.20201120033059. - [Release notes](https://github.com/LLK/scratch-gui/releases) - [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20201119053946...0.1.0-prerelease.20201120033059) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
18dbc4cf6b
commit
f1a046fbda
2 changed files with 8 additions and 20 deletions
26
package-lock.json
generated
26
package-lock.json
generated
|
@ -20644,9 +20644,9 @@
|
|||
}
|
||||
},
|
||||
"scratch-gui": {
|
||||
"version": "0.1.0-prerelease.20201119053946",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-0.1.0-prerelease.20201119053946.tgz",
|
||||
"integrity": "sha512-HcKk4q9R/LDUBbUbN57N6uKLs0zQh86tKkms3FHJLisgLcCDexZvNTW61J2cNkiqiNIVVN0Qo1zeOxORGBhAUg==",
|
||||
"version": "0.1.0-prerelease.20201120033059",
|
||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-0.1.0-prerelease.20201120033059.tgz",
|
||||
"integrity": "sha512-TqK0X8LoKS8/6LXq6rzc35LYUZUqqijjkNipioy2I+p/FXxfbWQKlI0FCincRehkiPuv/xOc34jLZz7t8UgE4g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"arraybuffer-loader": "^1.0.6",
|
||||
|
@ -20698,7 +20698,7 @@
|
|||
"redux-throttle": "0.1.1",
|
||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||
"scratch-blocks": "0.1.0-prerelease.20201119044258",
|
||||
"scratch-l10n": "3.10.20201119030912",
|
||||
"scratch-l10n": "3.10.20201120030852",
|
||||
"scratch-paint": "0.2.0-prerelease.20201020103914",
|
||||
"scratch-render": "0.1.0-prerelease.20201113223804",
|
||||
"scratch-storage": "1.3.3",
|
||||
|
@ -20882,9 +20882,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"electron-to-chromium": {
|
||||
"version": "1.3.601",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.601.tgz",
|
||||
"integrity": "sha512-ctRyXD9y0mZu8pgeNwBUhLP3Guyr5YuqkfLKYmpTwYx7o9JtCEJme9JVX4xBXPr5ZNvr/iBXUvHLFEVJQThATg==",
|
||||
"version": "1.3.603",
|
||||
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.603.tgz",
|
||||
"integrity": "sha512-J8OHxOeJkoSLgBXfV9BHgKccgfLMHh+CoeRo6wJsi6m0k3otaxS/5vrHpMNSEYY4MISwewqanPOuhAtuE8riQQ==",
|
||||
"dev": true
|
||||
},
|
||||
"file-loader": {
|
||||
|
@ -21120,18 +21120,6 @@
|
|||
"integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
|
||||
"dev": true
|
||||
},
|
||||
"scratch-l10n": {
|
||||
"version": "3.10.20201119030912",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.10.20201119030912.tgz",
|
||||
"integrity": "sha512-HMga0B8oMHqgnyMMF7E12oxyThf0xW5sGcPJtWDE0MFSvz7Ui2T6/2peSepa1n0qs+TLh9gpe/Ix1sFh5DqdpQ==",
|
||||
"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",
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
"redux-mock-store": "^1.2.3",
|
||||
"redux-thunk": "2.0.1",
|
||||
"sass-loader": "6.0.6",
|
||||
"scratch-gui": "0.1.0-prerelease.20201119053946",
|
||||
"scratch-gui": "0.1.0-prerelease.20201120033059",
|
||||
"scratch-l10n": "latest",
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"slick-carousel": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue