mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-13 17:04:39 -04:00
Merge pull request #3774 from LLK/renovate/scratch-blocks-0.x
fix(deps): update dependency scratch-blocks to v0.1.0-prerelease.20221014054931
This commit is contained in:
commit
045602aa51
2 changed files with 10 additions and 44 deletions
52
package-lock.json
generated
52
package-lock.json
generated
|
@ -52,7 +52,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.3.3",
|
||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||
"scratch-blocks": "0.1.0-prerelease.20221013073930",
|
||||
"scratch-blocks": "0.1.0-prerelease.20221014054931",
|
||||
"scratch-l10n": "3.15.20221014032124",
|
||||
"scratch-render": "0.1.0-prerelease.20211028200436",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||
|
@ -24189,33 +24189,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20221013073930",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20221013073930.tgz",
|
||||
"integrity": "sha512-fVgN4yRilRvJ2bQD9Agbv17D/XngbqkXketpiLyts6K2uKxXCUfb/Ovxh9a+fdzT/qh+WBC4xLbU/ALFM0uHZw==",
|
||||
"version": "0.1.0-prerelease.20221014054931",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20221014054931.tgz",
|
||||
"integrity": "sha512-zFRo4N0U560+m3GRtqW/HS4tdKEX3leKcG41WmOTiEtQphkVSHYdnaPS7xl90UvpZ/7uMKYRV7M7fHk05hnXGg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"exports-loader": "0.7.0",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.8.0",
|
||||
"scratch-l10n": "3.15.20221013032144"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
|
||||
"version": "3.15.20221013032144",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20221013032144.tgz",
|
||||
"integrity": "sha512-xGcB6G+CKYV5k5f7VZdDRR11MDdCzFf9/GwfVbKU5gCHI5pS18IBy7PNs1d6ufpp0sMN9euLVkKvRRaBBurGUQ==",
|
||||
"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"
|
||||
"scratch-l10n": "3.15.20221014032124"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
|
@ -51127,31 +51109,15 @@
|
|||
}
|
||||
},
|
||||
"scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20221013073930",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20221013073930.tgz",
|
||||
"integrity": "sha512-fVgN4yRilRvJ2bQD9Agbv17D/XngbqkXketpiLyts6K2uKxXCUfb/Ovxh9a+fdzT/qh+WBC4xLbU/ALFM0uHZw==",
|
||||
"version": "0.1.0-prerelease.20221014054931",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20221014054931.tgz",
|
||||
"integrity": "sha512-zFRo4N0U560+m3GRtqW/HS4tdKEX3leKcG41WmOTiEtQphkVSHYdnaPS7xl90UvpZ/7uMKYRV7M7fHk05hnXGg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"exports-loader": "0.7.0",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.8.0",
|
||||
"scratch-l10n": "3.15.20221013032144"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.15.20221013032144",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20221013032144.tgz",
|
||||
"integrity": "sha512-xGcB6G+CKYV5k5f7VZdDRR11MDdCzFf9/GwfVbKU5gCHI5pS18IBy7PNs1d6ufpp0sMN9euLVkKvRRaBBurGUQ==",
|
||||
"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": "3.15.20221014032124"
|
||||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.3.3",
|
||||
"scratch-audio": "0.1.0-prerelease.20200528195344",
|
||||
"scratch-blocks": "0.1.0-prerelease.20221013073930",
|
||||
"scratch-blocks": "0.1.0-prerelease.20221014054931",
|
||||
"scratch-l10n": "3.15.20221014032124",
|
||||
"scratch-render": "0.1.0-prerelease.20211028200436",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
|
||||
|
|
Loading…
Reference in a new issue