mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-23 06:02:30 -05:00
fix scratch-gui dependency versions
This commit is contained in:
parent
9762bac510
commit
43daa269df
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -9452,8 +9452,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scratch-gui": {
|
"scratch-gui": {
|
||||||
"version": "github:LLK/scratch-gui#608f5c91bcc8757a511c21b31f70354d85761284",
|
"version": "github:LLK/scratch-gui#cf936d1371f6917961f31074c7425dbffba6b67c",
|
||||||
"from": "github:LLK/scratch-gui#scratch-desktop-v3.10.2",
|
"from": "github:LLK/scratch-gui#scratch-desktop-v3.12.0",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"select-hose": {
|
"select-hose": {
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
"react-redux": "5.0.7",
|
"react-redux": "5.0.7",
|
||||||
"redux": "3.5.2",
|
"redux": "3.5.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"scratch-gui": "github:LLK/scratch-gui#scratch-desktop-v3.11",
|
"scratch-gui": "github:LLK/scratch-gui#scratch-desktop-v3.12.0",
|
||||||
"source-map-loader": "^0.2.4",
|
"source-map-loader": "^0.2.4",
|
||||||
"uuid": "^8.0.0",
|
"uuid": "^8.0.0",
|
||||||
"webpack": "^4.43.0"
|
"webpack": "^4.43.0"
|
||||||
|
|
Loading…
Reference in a new issue