mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Merge pull request #4361 from scratchfoundation/renovate/scratch-webpack-configuration-1.x
feat(deps): update dependency scratch-webpack-configuration to v1.3.0
This commit is contained in:
commit
9583ccee46
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -58,7 +58,7 @@
|
|||
"scratch-l10n": "3.18.71",
|
||||
"scratch-render-fonts": "1.0.24",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"scratch-webpack-configuration": "1.2.0",
|
||||
"scratch-webpack-configuration": "1.3.0",
|
||||
"script-loader": "0.7.2",
|
||||
"semantic-release": "19.0.5",
|
||||
"stats.js": "0.17.0",
|
||||
|
@ -18704,9 +18704,9 @@
|
|||
"integrity": "sha512-lC0ohKbx1g+q5fvYUmG0sFxEdlWL7BUcUxkah5UzUAFE5eqhW+JS7U9bFm4HbwqSovuuI1Xpl4qyu/9yJtrW5w=="
|
||||
},
|
||||
"node_modules/scratch-webpack-configuration": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/scratch-webpack-configuration/-/scratch-webpack-configuration-1.2.0.tgz",
|
||||
"integrity": "sha512-JPHfINCDZDeHgFfI3LGIPz5DHeJF2Y9VUCj3zk9L9kOso8rDv8i3G7342XNLOsObWIDD3rxibdwH/8QgNfi9fA==",
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/scratch-webpack-configuration/-/scratch-webpack-configuration-1.3.0.tgz",
|
||||
"integrity": "sha512-KEhAJzsfIq4nLyo+2CdjxRkKo7QfwJkMgTiL4vnF+4HidwLNpYsA/J0ToPqBG5PpBT3/q8KbZSxAXMInolOWgw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
"scratch-l10n": "3.18.71",
|
||||
"scratch-render-fonts": "1.0.24",
|
||||
"scratch-semantic-release-config": "1.0.14",
|
||||
"scratch-webpack-configuration": "1.2.0",
|
||||
"scratch-webpack-configuration": "1.3.0",
|
||||
"script-loader": "0.7.2",
|
||||
"semantic-release": "19.0.5",
|
||||
"stats.js": "0.17.0",
|
||||
|
|
Loading…
Reference in a new issue