mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #3941 from LLK/renovate/scratch-blocks-0.x
fix(deps): update dependency scratch-blocks to v0.1.0-prerelease.20230320064023
This commit is contained in:
commit
36287c160d
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.20221123180128",
|
||||
"scratch-blocks": "0.1.0-prerelease.20230320010012",
|
||||
"scratch-blocks": "0.1.0-prerelease.20230320064023",
|
||||
"scratch-l10n": "3.15.20230320032138",
|
||||
"scratch-render": "0.1.0-prerelease.20230318150639",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||
|
@ -24156,33 +24156,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20230320010012",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20230320010012.tgz",
|
||||
"integrity": "sha512-tBA2wR5oE1MAn6qOKVj7K5/2sOpU3mJAhZ3Nux+WOL6ua22+ykqqwv8HnPQQBOd+VK4Vz3kZiPBz2G4QGPx74g==",
|
||||
"version": "0.1.0-prerelease.20230320064023",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20230320064023.tgz",
|
||||
"integrity": "sha512-ih2m66IuSuOVTyeRTFZRB9EA0SJp2WcvcRP4ds9qGYkK3N53OGUVLegymnohBPKdGp8W58+j6z2ZGVDauCVHng==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"exports-loader": "0.7.0",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.8.0",
|
||||
"scratch-l10n": "3.15.20230319032127"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-blocks/node_modules/scratch-l10n": {
|
||||
"version": "3.15.20230319032127",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230319032127.tgz",
|
||||
"integrity": "sha512-AVmD7bP3UynvqfYmCPG4L0J91tXvZBfa2n3jHxfpBMRpxINQU+7Xy0HB5NRRJKh5cYzuI6QGE2gSbhG6sepWRQ==",
|
||||
"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.20230320032138"
|
||||
}
|
||||
},
|
||||
"node_modules/scratch-l10n": {
|
||||
|
@ -51026,31 +51008,15 @@
|
|||
}
|
||||
},
|
||||
"scratch-blocks": {
|
||||
"version": "0.1.0-prerelease.20230320010012",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20230320010012.tgz",
|
||||
"integrity": "sha512-tBA2wR5oE1MAn6qOKVj7K5/2sOpU3mJAhZ3Nux+WOL6ua22+ykqqwv8HnPQQBOd+VK4Vz3kZiPBz2G4QGPx74g==",
|
||||
"version": "0.1.0-prerelease.20230320064023",
|
||||
"resolved": "https://registry.npmjs.org/scratch-blocks/-/scratch-blocks-0.1.0-prerelease.20230320064023.tgz",
|
||||
"integrity": "sha512-ih2m66IuSuOVTyeRTFZRB9EA0SJp2WcvcRP4ds9qGYkK3N53OGUVLegymnohBPKdGp8W58+j6z2ZGVDauCVHng==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"exports-loader": "0.7.0",
|
||||
"google-closure-library": "20190301.0.0",
|
||||
"imports-loader": "0.8.0",
|
||||
"scratch-l10n": "3.15.20230319032127"
|
||||
},
|
||||
"dependencies": {
|
||||
"scratch-l10n": {
|
||||
"version": "3.15.20230319032127",
|
||||
"resolved": "https://registry.npmjs.org/scratch-l10n/-/scratch-l10n-3.15.20230319032127.tgz",
|
||||
"integrity": "sha512-AVmD7bP3UynvqfYmCPG4L0J91tXvZBfa2n3jHxfpBMRpxINQU+7Xy0HB5NRRJKh5cYzuI6QGE2gSbhG6sepWRQ==",
|
||||
"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.20230320032138"
|
||||
}
|
||||
},
|
||||
"scratch-l10n": {
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
"lodash.defaultsdeep": "4.6.1",
|
||||
"pngjs": "3.3.3",
|
||||
"scratch-audio": "0.1.0-prerelease.20221123180128",
|
||||
"scratch-blocks": "0.1.0-prerelease.20230320010012",
|
||||
"scratch-blocks": "0.1.0-prerelease.20230320064023",
|
||||
"scratch-l10n": "3.15.20230320032138",
|
||||
"scratch-render": "0.1.0-prerelease.20230318150639",
|
||||
"scratch-render-fonts": "1.0.0-prerelease.20221102164332",
|
||||
|
|
Loading…
Reference in a new issue