dependencies: bump (minor)

This commit is contained in:
Jesse Chan
2022-05-30 21:02:16 -07:00
parent d85e529564
commit 0c8b216b5e
3 changed files with 1446 additions and 871 deletions

View File

@@ -47,6 +47,10 @@ class SettingStore {
}
saveClientSettings(settings: Partial<ClientSettings>) {
if (this.clientSettings == null) {
return;
}
Object.assign(this.clientSettings, settings);
}
}

2255
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -64,17 +64,17 @@
"test:client": "FLOOD_OPTION_port=4200 start-server-and-test start 4200 'cypress run'"
},
"dependencies": {
"geoip-country": "^4.1.4"
"geoip-country": "^4.1.6"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@dnd-kit/core": "^5.0.3",
"@dnd-kit/modifiers": "^5.0.0",
"@dnd-kit/sortable": "^6.0.1",
@@ -83,7 +83,7 @@
"@emotion/react": "^11.9.0",
"@lingui/loader": "^3.13.3",
"@lingui/react": "^3.13.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@seald-io/nedb": "^3.0.0",
"@types/bencode": "^2.0.1",
"@types/body-parser": "^1.19.2",
@@ -91,23 +91,23 @@
"@types/content-disposition": "^0.5.5",
"@types/cookie-parser": "^1.4.3",
"@types/create-torrent": "^5.0.0",
"@types/d3": "^7.1.0",
"@types/d3": "^7.4.0",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/geoip-country": "^4.0.0",
"@types/http-errors": "^1.8.2",
"@types/jest": "^27.5.0",
"@types/jest": "^27.5.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.182",
"@types/morgan": "^1.9.3",
"@types/node": "^12.20.51",
"@types/node": "^12.20.52",
"@types/overlayscrollbars": "^1.12.1",
"@types/parse-torrent": "^5.8.4",
"@types/passport": "^1.0.7",
"@types/passport-jwt": "^3.0.6",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/react-dom": "^18.0.5",
"@types/react-measure": "^2.0.8",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.4",
@@ -115,14 +115,14 @@
"@types/supertest": "^2.0.12",
"@types/tar-fs": "^2.0.1",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.2",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.20.0",
"babel-loader": "^8.2.5",
"bencode": "^2.0.2",
"bencode": "^2.0.3",
"body-parser": "^1.20.0",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chalk": "^4.1.2",
@@ -138,7 +138,7 @@
"d3-selection": "^3.0.0",
"d3-shape": "^3.1.0",
"debug": "^4.3.4",
"eslint": "^8.15.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
@@ -163,16 +163,16 @@
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.0",
"mobx": "^6.5.0",
"mobx-react": "^7.4.0",
"mobx": "^6.6.0",
"mobx-react": "^7.5.0",
"morgan": "^1.10.0",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-react": "^0.2.3",
"parse-torrent": "^9.1.5",
"passport": "^0.5.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"polished": "^4.2.2",
"postcss": "^8.4.13",
"postcss": "^8.4.14",
"postcss-loader": "^6.2.1",
"prettier": "^2.6.2",
"promise": "^8.1.0",
@@ -185,11 +185,11 @@
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"react-use": "^17.3.2",
"react-use": "^17.4.0",
"react-window": "^1.8.7",
"ress": "^4.0.0",
"sanitize-filename": "^1.6.3",
"sass": "^1.51.0",
"sass": "^1.52.1",
"sass-loader": "^12.6.0",
"saxen": "^8.1.2",
"source-map-loader": "^3.0.1",
@@ -197,19 +197,19 @@
"supertest": "^6.2.3",
"tar-fs": "^2.1.1",
"terser-webpack-plugin": "^5.3.1",
"tldts": "^5.7.77",
"ts-jest": "^28.0.2",
"tldts": "^5.7.80",
"ts-jest": "^28.0.3",
"ts-loader": "^9.3.0",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^4.0.0",
"typed-emitter": "^2.1.0",
"typescript": "~4.6.4",
"typescript": "~4.7.2",
"webpack": "^5.72.1",
"webpack-dev-server": "^4.9.0",
"webpack-shebang-plugin": "^1.1.7",
"webpackbar": "^5.0.2",
"yargs": "^17.4.1",
"zod": "^3.15.1"
"yargs": "^17.5.1",
"zod": "^3.17.3"
},
"engines": {
"node": ">=12.0.0",