mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
npm upgrade
This commit is contained in:
parent
d2d6704360
commit
69f48aefb8
2 changed files with 1251 additions and 1144 deletions
2373
package-lock.json
generated
2373
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -22,22 +22,22 @@
|
|||
"source-map-support": "^0.5.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.2",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.1.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@babel/core": "^7.2.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"async": "^2.6.1",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^8.0.4",
|
||||
"babel-plugin-react-intl": "^2.3.1",
|
||||
"copy-webpack-plugin": "^4.5.1",
|
||||
"electron": "^3.0.2",
|
||||
"electron-builder": "^20.28.1",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"electron": "^3.0.10",
|
||||
"electron-builder": "^20.38.2",
|
||||
"electron-devtools-installer": "^2.2.4",
|
||||
"electron-webpack": "^2.3.1",
|
||||
"eslint": "^5.0.1",
|
||||
"electron-webpack": "^2.6.1",
|
||||
"eslint": "^5.9.0",
|
||||
"eslint-config-scratch": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"rimraf": "^2.6.2",
|
||||
"scratch-gui": "0.1.0-prerelease.20180927141400",
|
||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||
"webpack": "^4.6.0"
|
||||
"webpack": "^4.27.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"upath": "^1.0.5"
|
||||
|
|
Loading…
Reference in a new issue