mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
Update dependencies including Electron 4.2.0 -> 4.2.6
This commit is contained in:
parent
f3346944a6
commit
bfb4710212
2 changed files with 1566 additions and 1554 deletions
3094
package-lock.json
generated
3094
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
package.json
|
@ -24,26 +24,26 @@
|
|||
"source-map-support": "^0.5.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
|
||||
"@babel/core": "^7.5.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.5.4",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.5.0",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"async": "^2.6.2",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-react-intl": "^2.3.1",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"electron": "^4.2.0",
|
||||
"electron-builder": "^20.40.2",
|
||||
"electron": "^4.2.6",
|
||||
"electron-builder": "^20.44.4",
|
||||
"electron-devtools-installer": "^2.2.4",
|
||||
"electron-store": "^3.2.0",
|
||||
"electron-webpack": "^2.6.2",
|
||||
"electron-store": "^3.3.0",
|
||||
"electron-webpack": "^2.7.4",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-scratch": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"eslint-plugin-import": "^2.18.0",
|
||||
"eslint-plugin-react": "^7.14.2",
|
||||
"intl": "1.2.5",
|
||||
"mkdirp": "^0.5.1",
|
||||
"nets": "^3.2.0",
|
||||
|
@ -55,9 +55,9 @@
|
|||
"rimraf": "^2.6.3",
|
||||
"scratch-gui": "github:LLK/scratch-gui#scratch-desktop",
|
||||
"source-map-loader": "^0.2.4",
|
||||
"uglifyjs-webpack-plugin": "^2.1.2",
|
||||
"uglifyjs-webpack-plugin": "^2.1.3",
|
||||
"uuid": "^3.3.2",
|
||||
"webpack": "^4.31.0"
|
||||
"webpack": "^4.35.3"
|
||||
},
|
||||
"resolutions": {
|
||||
"upath": "^1.0.5"
|
||||
|
|
Loading…
Reference in a new issue