mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #8077 from scratchfoundation/renovate/scratch-gui-3.x
fix(deps): update dependency scratch-gui to v3.6.14
This commit is contained in:
commit
9881cd4764
2 changed files with 60 additions and 44 deletions
102
package-lock.json
generated
102
package-lock.json
generated
|
@ -105,7 +105,7 @@
|
||||||
"regenerator-runtime": "0.13.9",
|
"regenerator-runtime": "0.13.9",
|
||||||
"sass": "1.71.1",
|
"sass": "1.71.1",
|
||||||
"sass-loader": "10.5.2",
|
"sass-loader": "10.5.2",
|
||||||
"scratch-gui": "3.6.11",
|
"scratch-gui": "3.6.14",
|
||||||
"scratch-l10n": "3.18.12",
|
"scratch-l10n": "3.18.12",
|
||||||
"selenium-webdriver": "4.18.1",
|
"selenium-webdriver": "4.18.1",
|
||||||
"slick-carousel": "1.8.1",
|
"slick-carousel": "1.8.1",
|
||||||
|
@ -21528,9 +21528,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-gui": {
|
"node_modules/scratch-gui": {
|
||||||
"version": "3.6.11",
|
"version": "3.6.14",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.6.11.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-3.6.14.tgz",
|
||||||
"integrity": "sha512-b6bdsBQ6dHK2hGU/zmg/EJXsy3zmZg6h6oKXbdYYn9aQOdWYlK0mDW0TCKLjij6krklA0jzQn8orcCV4ft92DQ==",
|
"integrity": "sha512-0rYwZKRI6KymIXkqnbsNI93TAuZWnyL9At2DmJzT3aA9RoWFLwihlN1Gywt70p/ZHT5/V0/ndreoRyYxcRBHFA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microbit/microbit-universal-hex": "^0.2.2",
|
"@microbit/microbit-universal-hex": "^0.2.2",
|
||||||
|
@ -21637,11 +21637,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-gui/node_modules/core-js": {
|
"node_modules/scratch-gui/node_modules/core-js": {
|
||||||
"version": "2.5.7",
|
"version": "2.6.12",
|
||||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz",
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
|
||||||
"integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==",
|
"integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
||||||
"deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
|
"deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
|
||||||
"dev": true
|
"dev": true,
|
||||||
|
"hasInstallScript": true
|
||||||
},
|
},
|
||||||
"node_modules/scratch-gui/node_modules/css-loader": {
|
"node_modules/scratch-gui/node_modules/css-loader": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
|
@ -21974,41 +21975,6 @@
|
||||||
"node": ">= 4"
|
"node": ">= 4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/scratch-gui/node_modules/scratch-paint": {
|
|
||||||
"version": "2.2.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.2.2.tgz",
|
|
||||||
"integrity": "sha512-mCuewR+fnr6DR6L74BgUAYZq+/55wCXTigp5bCgZvnvHC4XzsLMtks+rtVgi+Tl2v7MFYVd2Lo/XNUBVMf437g==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"@scratch/paper": "0.11.20221201200345",
|
|
||||||
"classnames": "2.2.5",
|
|
||||||
"keymirror": "0.1.1",
|
|
||||||
"lodash.bindall": "4.4.0",
|
|
||||||
"lodash.omit": "4.5.0",
|
|
||||||
"minilog": "3.1.0",
|
|
||||||
"parse-color": "1.0.0",
|
|
||||||
"prop-types": "^15.5.10"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"react": "^16",
|
|
||||||
"react-dom": "^16",
|
|
||||||
"react-intl": "^2",
|
|
||||||
"react-intl-redux": "^0.7",
|
|
||||||
"react-popover": "^0.5",
|
|
||||||
"react-redux": "^5",
|
|
||||||
"react-responsive": "^5",
|
|
||||||
"react-style-proptype": "^3",
|
|
||||||
"react-tooltip": "^3",
|
|
||||||
"redux": "^3",
|
|
||||||
"scratch-render-fonts": "^1.0.0-prerelease.20210401210003"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/scratch-gui/node_modules/scratch-paint/node_modules/classnames": {
|
|
||||||
"version": "2.2.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.5.tgz",
|
|
||||||
"integrity": "sha512-DTt3GhOUDKhh4ONwIJW4lmhyotQmV2LjNlGK/J2hkwUcqcbKkCLAdJPtxQnxnlc7SR3f1CEXCyMmc7WLUsWbNA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/scratch-gui/node_modules/style-loader": {
|
"node_modules/scratch-gui/node_modules/style-loader": {
|
||||||
"version": "0.23.1",
|
"version": "0.23.1",
|
||||||
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
|
"resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz",
|
||||||
|
@ -22040,6 +22006,56 @@
|
||||||
"tx-push-src": "scripts/tx-push-src.js"
|
"tx-push-src": "scripts/tx-push-src.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/scratch-paint": {
|
||||||
|
"version": "2.2.30",
|
||||||
|
"resolved": "https://registry.npmjs.org/scratch-paint/-/scratch-paint-2.2.30.tgz",
|
||||||
|
"integrity": "sha512-hsDJ8Nvj4K+IAgT1I+I3RH3vUAPuyUBTk0fhso9i7qjBEP9hLDSIfOkYPhe6iD0z2e0S3SF/CijCW9KSZYaUog==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@scratch/paper": "^0.11.20221201200345",
|
||||||
|
"classnames": "^2.2.5",
|
||||||
|
"keymirror": "^0.1.1",
|
||||||
|
"lodash.bindall": "^4.4.0",
|
||||||
|
"lodash.omit": "^4.5.0",
|
||||||
|
"minilog": "^3.1.0",
|
||||||
|
"parse-color": "^1.0.0",
|
||||||
|
"prop-types": "^15.5.10"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "^16",
|
||||||
|
"react-dom": "^16",
|
||||||
|
"react-intl": "^2",
|
||||||
|
"react-intl-redux": "^0.7",
|
||||||
|
"react-popover": "^0.5",
|
||||||
|
"react-redux": "^5",
|
||||||
|
"react-responsive": "^5",
|
||||||
|
"react-style-proptype": "^3",
|
||||||
|
"react-tooltip": "^3",
|
||||||
|
"redux": "^3",
|
||||||
|
"scratch-render-fonts": "^1.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/scratch-paint/node_modules/lodash.omit": {
|
||||||
|
"version": "4.5.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz",
|
||||||
|
"integrity": "sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"node_modules/scratch-paint/node_modules/microee": {
|
||||||
|
"version": "0.0.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/microee/-/microee-0.0.6.tgz",
|
||||||
|
"integrity": "sha512-/LdL3jiBWDJ3oQIRLgRhfeCZNE3patM1LiwCC124+/HHn10sI/G2OAyiMfTNzH5oYWoZBk0tRZADAUOv+0Wt0A==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"node_modules/scratch-paint/node_modules/minilog": {
|
||||||
|
"version": "3.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/minilog/-/minilog-3.1.0.tgz",
|
||||||
|
"integrity": "sha512-Xfm4jWjWzSAduvEWtuZX/8TMkxfJlCfH7XvikCZe3ptojYTBq1eoEs3rh9/3LNLOckUP86m+8l8+Iw5NU/pBww==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"microee": "0.0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/scratch-parser": {
|
"node_modules/scratch-parser": {
|
||||||
"version": "5.2.1",
|
"version": "5.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-parser/-/scratch-parser-5.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/scratch-parser/-/scratch-parser-5.2.1.tgz",
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
"regenerator-runtime": "0.13.9",
|
"regenerator-runtime": "0.13.9",
|
||||||
"sass": "1.71.1",
|
"sass": "1.71.1",
|
||||||
"sass-loader": "10.5.2",
|
"sass-loader": "10.5.2",
|
||||||
"scratch-gui": "3.6.11",
|
"scratch-gui": "3.6.14",
|
||||||
"scratch-l10n": "3.18.12",
|
"scratch-l10n": "3.18.12",
|
||||||
"selenium-webdriver": "4.18.1",
|
"selenium-webdriver": "4.18.1",
|
||||||
"slick-carousel": "1.8.1",
|
"slick-carousel": "1.8.1",
|
||||||
|
|
Loading…
Reference in a new issue