mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-08 13:41:59 -05:00
update dependencies
This commit is contained in:
parent
b315581b7d
commit
b597ce1cd6
2 changed files with 2819 additions and 1976 deletions
4763
package-lock.json
generated
4763
package-lock.json
generated
File diff suppressed because it is too large
Load diff
32
package.json
32
package.json
|
@ -19,29 +19,29 @@
|
|||
"url": "git+ssh://git@github.com/LLK/scratch-desktop.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"source-map-support": "^0.5.9"
|
||||
"source-map-support": "^0.5.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.3",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"async": "^2.6.1",
|
||||
"async": "^2.6.2",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-react-intl": "^2.3.1",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"electron": "^4.0.1",
|
||||
"electron-builder": "^20.38.4",
|
||||
"electron": "^4.2.0",
|
||||
"electron-builder": "^20.40.2",
|
||||
"electron-devtools-installer": "^2.2.4",
|
||||
"electron-store": "^2.0.0",
|
||||
"electron-webpack": "^2.6.1",
|
||||
"eslint": "^5.12.0",
|
||||
"electron-store": "^3.2.0",
|
||||
"electron-webpack": "^2.6.2",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-scratch": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-react": "^7.12.3",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"intl": "1.2.5",
|
||||
"mkdirp": "^0.5.1",
|
||||
"nets": "^3.2.0",
|
||||
|
@ -53,9 +53,9 @@
|
|||
"rimraf": "^2.6.3",
|
||||
"scratch-gui": "github:LLK/scratch-gui#scratch-desktop",
|
||||
"source-map-loader": "^0.2.4",
|
||||
"uglifyjs-webpack-plugin": "^2.1.1",
|
||||
"uglifyjs-webpack-plugin": "^2.1.2",
|
||||
"uuid": "^3.3.2",
|
||||
"webpack": "^4.28.3"
|
||||
"webpack": "^4.31.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"upath": "^1.0.5"
|
||||
|
|
Loading…
Reference in a new issue