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
cfff20c4e1
commit
a38efb3604
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -9,12 +9,12 @@
|
|||
"dist:dir": "yarn dist -- --dir -c.compression=store -c.mac.identity=null"
|
||||
},
|
||||
"dependencies": {
|
||||
"source-map-support": "^0.4.16"
|
||||
"source-map-support": "^0.4.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^1.7.5",
|
||||
"electron-builder": "^19.26.0",
|
||||
"electron-webpack": "^1.1.0",
|
||||
"webpack": "^3.5.5"
|
||||
"electron": "^1.7.6",
|
||||
"electron-builder": "^19.27.7",
|
||||
"electron-webpack": "^1.5.0",
|
||||
"webpack": "^3.5.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue