mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 15:32:40 -05:00
Merge pull request #3869 from LLK/renovate/scratch-blocks-0.x
fix(deps): update dependency scratch-blocks to v0.1.0-prerelease.20230205065224
This commit is contained in:
commit
55aa8f1660
2 changed files with 44 additions and 10 deletions
52
package-lock.json
generated
52
package-lock.json
generated
|
@ -52,7 +52,7 @@
|
||||||
"lodash.defaultsdeep": "4.6.1",
|
"lodash.defaultsdeep": "4.6.1",
|
||||||
"pngjs": "3.3.3",
|
"pngjs": "3.3.3",
|
||||||
"scratch-audio": "0.1.0-prerelease.20221123180128",
|
"scratch-audio": "0.1.0-prerelease.20221123180128",
|
||||||
"scratch-blocks": "0.1.0-prerelease.20230203075538",
|
"scratch-blocks": "0.1.0-prerelease.20230205065224",
|
||||||
"scratch-l10n": "3.15.20230203032150",
|
"scratch-l10n": "3.15.20230203032150",
|
||||||
"scratch-render": "0.1.0-prerelease.20221121051603",
|
"scratch-render": "0.1.0-prerelease.20221121051603",
|
||||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||||
|
@ -24156,15 +24156,33 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-blocks": {
|
"node_modules/scratch-blocks": {
|
||||||
"version": "0.1.0-prerelease.20230203075538",
|
"version": "0.1.0-prerelease.20230205065224",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20230203075538.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20230205065224.tgz",
|
||||||
"integrity": "sha512-8WbkSvdtSxvLJ1kdkGGatXrPLxKhjGWBhXIfaiIU44RghGs6GAIoXbHL2li2sQmUZ90F6+XsSNKLwZdFI0DT0A==",
|
"integrity": "sha512-ogPHF7hJ5bASnnprlsvRomU0RUB1nUvyAMM8TOoQKe9AknC01ZsPvbWnCw6PY73txrMQgJVipfkJkq71PuGy3Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"exports-loader": "0.7.0",
|
"exports-loader": "0.7.0",
|
||||||
"google-closure-library": "20190301.0.0",
|
"google-closure-library": "20190301.0.0",
|
||||||
"imports-loader": "0.8.0",
|
"imports-loader": "0.8.0",
|
||||||
"scratch-l10n": "3.15.20230203032150"
|
"scratch-l10n": "3.15.20230205032115"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
|
||||||
|
"version": "3.15.20230205032115",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230205032115.tgz",
|
||||||
|
"integrity": "sha512-4fsvYGVirf5IskTP3wTI+BmQ3G7NmFs/zq0bZRxlrmTjIrsfUOIaW8z/w2lBLtEOEetd4t7jcihItoxha9E+TA==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/cli": "^7.1.2",
|
||||||
|
"@babel/core": "^7.1.2",
|
||||||
|
"@transifex/api": "4.2.5",
|
||||||
|
"babel-plugin-react-intl": "^3.0.1",
|
||||||
|
"download": "^8.0.0",
|
||||||
|
"transifex": "1.6.6"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"build-i18n-src": "scripts/build-i18n-src.js",
|
||||||
|
"tx-push-src": "scripts/tx-push-src.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-l10n": {
|
"node_modules/scratch-l10n": {
|
||||||
|
@ -51008,15 +51026,31 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scratch-blocks": {
|
"scratch-blocks": {
|
||||||
"version": "0.1.0-prerelease.20230203075538",
|
"version": "0.1.0-prerelease.20230205065224",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20230203075538.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20230205065224.tgz",
|
||||||
"integrity": "sha512-8WbkSvdtSxvLJ1kdkGGatXrPLxKhjGWBhXIfaiIU44RghGs6GAIoXbHL2li2sQmUZ90F6+XsSNKLwZdFI0DT0A==",
|
"integrity": "sha512-ogPHF7hJ5bASnnprlsvRomU0RUB1nUvyAMM8TOoQKe9AknC01ZsPvbWnCw6PY73txrMQgJVipfkJkq71PuGy3Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"exports-loader": "0.7.0",
|
"exports-loader": "0.7.0",
|
||||||
"google-closure-library": "20190301.0.0",
|
"google-closure-library": "20190301.0.0",
|
||||||
"imports-loader": "0.8.0",
|
"imports-loader": "0.8.0",
|
||||||
"scratch-l10n": "3.15.20230203032150"
|
"scratch-l10n": "3.15.20230205032115"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"scratch-l10n": {
|
||||||
|
"version": "3.15.20230205032115",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230205032115.tgz",
|
||||||
|
"integrity": "sha512-4fsvYGVirf5IskTP3wTI+BmQ3G7NmFs/zq0bZRxlrmTjIrsfUOIaW8z/w2lBLtEOEetd4t7jcihItoxha9E+TA==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"@babel/cli": "^7.1.2",
|
||||||
|
"@babel/core": "^7.1.2",
|
||||||
|
"@transifex/api": "4.2.5",
|
||||||
|
"babel-plugin-react-intl": "^3.0.1",
|
||||||
|
"download": "^8.0.0",
|
||||||
|
"transifex": "1.6.6"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scratch-l10n": {
|
"scratch-l10n": {
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
"lodash.defaultsdeep": "4.6.1",
|
"lodash.defaultsdeep": "4.6.1",
|
||||||
"pngjs": "3.3.3",
|
"pngjs": "3.3.3",
|
||||||
"scratch-audio": "0.1.0-prerelease.20221123180128",
|
"scratch-audio": "0.1.0-prerelease.20221123180128",
|
||||||
"scratch-blocks": "0.1.0-prerelease.20230203075538",
|
"scratch-blocks": "0.1.0-prerelease.20230205065224",
|
||||||
"scratch-l10n": "3.15.20230203032150",
|
"scratch-l10n": "3.15.20230203032150",
|
||||||
"scratch-render": "0.1.0-prerelease.20221121051603",
|
"scratch-render": "0.1.0-prerelease.20221121051603",
|
||||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||||
|
|
Loading…
Reference in a new issue