feat(core): update all deps

This commit is contained in:
Alexey Kasyanchuk 2021-06-09 15:30:09 +03:00
parent 48cc01953c
commit 9da27b5f22
3 changed files with 2480 additions and 2469 deletions

View File

@ -1,6 +1,5 @@
const path = require("path");
const nodeExternals = require("webpack-node-externals");
const FriendlyErrorsWebpackPlugin = require("friendly-errors-webpack-plugin");
module.exports = env => {
if(env && env.test)
@ -39,7 +38,6 @@ module.exports = env => {
]
},
plugins: [
new FriendlyErrorsWebpackPlugin({ clearConsole: env === "development" })
]
};
};

4888
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -108,70 +108,69 @@
"ansi-256-colors": "^1.1.0",
"bencode": "^2.0.1",
"bitfield": "^3.0.0",
"cheerio": "^1.0.0-rc.5",
"cheerio": "^1.0.0-rc.10",
"compare-versions": "^3.6.0",
"debug": "^4.3.1",
"detect-onebyte-encoding": "^1.0.3",
"electron-context-menu": "^2.3.1",
"electron-log": "^4.3.1",
"electron-updater": "^4.3.8",
"electron-context-menu": "^3.1.0",
"electron-log": "^4.3.5",
"electron-updater": "^4.3.9",
"fs-jetpack": "^4.1.0",
"glob": "^7.1.6",
"glob": "^7.1.7",
"google": "^2.1.0",
"iconv-lite": "^0.6.2",
"iconv-lite": "^0.6.3",
"ipaddr.js": "^2.0.0",
"is-running": "^2.1.0",
"json-socket": "github:DEgITx/node-json-socket",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"material-ui": "^0.20.2",
"mime": "^2.4.7",
"mime": "^2.5.2",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"mysql": "^2.18.1",
"nat-upnp": "^1.1.1",
"node-fetch": "^2.6.1",
"object-hash": "^2.1.1",
"parse-torrent": "^9.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"object-hash": "^2.2.0",
"parse-torrent": "^9.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-input-range": "^1.3.0",
"react-markdown": "^5.0.3",
"react-markdown": "^6.0.2",
"simple-encryptor": "github:DEgITx/node-simple-encryptor",
"stun": "1.1.0",
"webtorrent": "github:DEgITx/webtorrent"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.9",
"@semantic-release/npm": "^7.1.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chai": "^4.2.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"electron": "11.4.3",
"chai": "^4.3.4",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"electron": "13.1.1",
"electron-builder": "22.10.5",
"eslint": "^7.17.0",
"eslint-plugin-react": "^7.22.0",
"eslint": "^7.28.0",
"eslint-plugin-react": "^7.24.0",
"express": "^4.17.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^4.5.1",
"html-webpack-plugin": "^5.3.1",
"md5-file": "^5.0.0",
"mocha": "^8.2.1",
"socket.io": "^2.4.0",
"source-map-support": "^0.5.19",
"spectron": "13.0.0",
"spectron": "15.0.0",
"style-loader": "^2.0.0",
"sw-precache-webpack-plugin": "^1.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.35.1",
"webpack-cli": "^4.3.1",
"webpack-merge": "^5.7.3",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
}
}