dependencies: bump (minor)

This commit is contained in:
Jesse Chan
2021-11-28 19:14:58 -08:00
parent 8f81becef3
commit 6661138c3f
2 changed files with 368 additions and 311 deletions
+353 -296
View File
File diff suppressed because it is too large Load Diff
+15 -15
View File
@@ -66,7 +66,7 @@
"test:client": "FLOOD_OPTION_port=4200 start-server-and-test start 4200 'cypress run'"
},
"dependencies": {
"geoip-country": "^4.0.95"
"geoip-country": "^4.0.96"
},
"devDependencies": {
"@babel/core": "^7.16.0",
@@ -79,10 +79,10 @@
"@babel/preset-typescript": "^7.16.0",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.6.0",
"@lingui/loader": "^3.12.1",
"@lingui/react": "^3.12.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.2",
"@emotion/react": "^11.7.0",
"@lingui/loader": "^3.13.0",
"@lingui/react": "^3.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@types/bencode": "^2.0.1",
"@types/body-parser": "^1.19.2",
"@types/compression": "^1.7.2",
@@ -105,7 +105,7 @@
"@types/parse-torrent": "^5.8.4",
"@types/passport": "^1.0.7",
"@types/passport-jwt": "^3.0.6",
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-measure": "^2.0.8",
"@types/react-router-dom": "^5.3.2",
@@ -131,12 +131,12 @@
"cookie-parser": "^1.4.6",
"create-torrent": "^5.0.1",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.1.4",
"css-minimizer-webpack-plugin": "^3.2.0",
"d3-array": "^3.1.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.1",
"debug": "^4.3.2",
"debug": "^4.3.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-config-airbnb-typescript": "^16.0.0",
@@ -162,7 +162,7 @@
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.5",
"mobx": "^6.3.7",
"mobx": "^6.3.8",
"mobx-react": "^7.2.1",
"morgan": "^1.10.0",
"nedb-promises": "^5.0.2",
@@ -172,9 +172,9 @@
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"polished": "^4.1.3",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"prettier": "^2.4.1",
"postcss": "^8.4.4",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.0",
"promise": "^8.1.0",
"rdndmb-html5-to-touch": "^7.0.0-alpha.4",
"react": "^17.0.2",
@@ -194,7 +194,7 @@
"react-window": "^1.8.6",
"ress": "^4.0.0",
"sanitize-filename": "^1.6.3",
"sass": "^1.43.4",
"sass": "^1.43.5",
"sass-loader": "^12.3.0",
"saxen": "^8.1.2",
"source-map-loader": "^3.0.0",
@@ -209,8 +209,8 @@
"tsconfig-paths": "^3.12.0",
"typed-emitter": "^1.4.0",
"typescript": "~4.5.2",
"webpack": "^5.64.2",
"webpack-dev-server": "^4.5.0",
"webpack": "^5.64.4",
"webpack-dev-server": "^4.6.0",
"webpackbar": "^5.0.2",
"yargs": "^17.2.1",
"zod": "^3.11.6"