mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
chore: update deps
This commit is contained in:
parent
3f9dee45ab
commit
09ae10e82e
2 changed files with 1533 additions and 3424 deletions
12
package.json
12
package.json
|
@ -9,15 +9,15 @@
|
|||
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null"
|
||||
},
|
||||
"dependencies": {
|
||||
"source-map-support": "^0.5.5"
|
||||
"source-map-support": "^0.5.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "2.0.0",
|
||||
"electron-builder": "^20.11.1",
|
||||
"electron-webpack": "^2.0.1",
|
||||
"webpack": "^4.8.1"
|
||||
"electron": "2.0.7",
|
||||
"electron-builder": "^20.28.1",
|
||||
"electron-webpack": "^2.1.2",
|
||||
"webpack": "^4.16.5"
|
||||
},
|
||||
"resolutions": {
|
||||
"webpack-sources": "1.0.1"
|
||||
"upath": "^1.0.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue