mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
npm upgrade
This commit is contained in:
parent
f9764d8fc6
commit
eea135e52b
3 changed files with 384 additions and 219 deletions
587
package-lock.json
generated
587
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
@ -22,26 +22,26 @@
|
|||
"source-map-support": "^0.5.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.0",
|
||||
"@babel/core": "^7.2.2",
|
||||
"@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-env": "^7.2.3",
|
||||
"@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.6.0",
|
||||
"electron": "^3.0.10",
|
||||
"electron-builder": "^20.38.2",
|
||||
"electron": "^3.0.13",
|
||||
"electron-builder": "^20.38.4",
|
||||
"electron-devtools-installer": "^2.2.4",
|
||||
"electron-store": "^2.0.0",
|
||||
"electron-webpack": "^2.6.1",
|
||||
"eslint": "^5.9.0",
|
||||
"eslint": "^5.11.1",
|
||||
"eslint-config-scratch": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"eslint-plugin-react": "^7.12.0",
|
||||
"intl": "1.2.5",
|
||||
"mkdirp": "^0.5.1",
|
||||
"nets": "^3.2.0",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"source-map-loader": "^0.2.4",
|
||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||
"uuid": "^3.3.2",
|
||||
"webpack": "^4.27.0"
|
||||
"webpack": "^4.28.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"upath": "^1.0.5"
|
||||
|
|
|
@ -16,7 +16,7 @@ const makeConfig = function (options) {
|
|||
'@babel/plugin-proposal-object-rest-spread'
|
||||
],
|
||||
presets: [
|
||||
['@babel/preset-env', {targets: {electron: '3.0.2'}}]
|
||||
['@babel/preset-env', {targets: {electron: '3.0.13'}}]
|
||||
]
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue