dependencies: bump (minor)

This commit is contained in:
Jesse Chan
2021-03-29 20:29:59 +08:00
parent a18b071ef7
commit d6a448a6fc
2 changed files with 505 additions and 421 deletions
+486 -402
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -65,20 +65,20 @@
"test:client": "FLOOD_OPTION_port=4200 start-server-and-test start 4200 'cypress run'"
},
"dependencies": {
"geoip-country": "^4.0.60"
"geoip-country": "^4.0.61"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/core": "^7.13.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.12.13",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@emotion/babel-plugin": "^11.2.0",
"@emotion/react": "^11.1.5",
"@lingui/loader": "^3.8.0",
"@lingui/react": "^3.8.0",
"@lingui/loader": "^3.8.1",
"@lingui/react": "^3.8.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/bencode": "^2.0.0",
"@types/body-parser": "^1.19.0",
@@ -91,15 +91,15 @@
"@types/debug": "^4.1.5",
"@types/express": "^4.17.11",
"@types/express-rate-limit": "^5.1.1",
"@types/fs-extra": "^9.0.8",
"@types/fs-extra": "^9.0.9",
"@types/geoip-country": "^4.0.0",
"@types/http-errors": "^1.8.0",
"@types/jest": "^26.0.21",
"@types/jest": "^26.0.22",
"@types/jsonwebtoken": "^8.5.1",
"@types/lodash": "^4.14.168",
"@types/morgan": "^1.9.2",
"@types/nedb": "^1.8.11",
"@types/node": "^12.20.6",
"@types/node": "^12.20.7",
"@types/overlayscrollbars": "^1.12.0",
"@types/parse-torrent": "^5.8.3",
"@types/passport": "^1.0.6",
@@ -130,14 +130,14 @@
"content-disposition": "^0.5.3",
"cookie-parser": "^1.4.5",
"create-torrent": "^4.5.0",
"css-loader": "^5.1.3",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"d3-array": "^2.12.0",
"d3-array": "^2.12.1",
"d3-scale": "^3.2.3",
"d3-selection": "^2.0.0",
"d3-shape": "^2.1.0",
"debug": "^4.3.1",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.1.0",
@@ -147,9 +147,9 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.2",
"eslint-webpack-plugin": "^2.5.3",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"fast-json-patch": "^3.0.0-1",
@@ -160,14 +160,14 @@
"frontmatter-markdown-loader": "^3.6.2",
"fs-extra": "^9.1.0",
"get-user-locale": "^1.4.0",
"hash-wasm": "^4.5.0",
"hash-wasm": "^4.6.0",
"html-webpack-plugin": "^5.3.1",
"http-errors": "^1.8.0",
"jest": "^26.6.3",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.3.9",
"mini-css-extract-plugin": "^1.4.0",
"mobx": "^6.1.8",
"mobx-react": "^7.1.0",
"morgan": "^1.10.0",
@@ -192,7 +192,7 @@
"react-dnd-multi-backend": "^7.0.0-alpha.1",
"react-dnd-touch-backend": "^14.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.1",
"react-dropzone": "^11.3.2",
"react-measure": "^2.5.2",
"react-refresh": "^0.9.0",
"react-router": "^5.2.0",
@@ -212,15 +212,15 @@
"tar-fs": "^2.1.1",
"tar-stream": "^2.2.0",
"terser-webpack-plugin": "^5.1.1",
"tldts": "^5.7.17",
"tldts": "^5.7.19",
"ts-jest": "^26.5.4",
"ts-node-dev": "^1.1.6",
"tsconfig-paths": "^3.9.0",
"typed-emitter": "^1.3.1",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"use-query-params": "^1.2.0",
"webpack": "^5.27.2",
"use-query-params": "^1.2.2",
"webpack": "^5.28.0",
"webpack-dev-server": "^4.0.0-beta.0",
"webpackbar": "^5.0.0-3",
"yargs": "^16.2.0",