mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 19:21:48 +00:00
dependencies: bump (major)
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": ["plugin:@typescript-eslint/recommended", "prettier", "prettier/@typescript-eslint"],
|
||||
"extends": ["plugin:@typescript-eslint/recommended", "prettier"],
|
||||
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.json"
|
||||
@@ -19,7 +19,7 @@
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.js", "*.jsx"],
|
||||
"extends": ["prettier", "prettier/react"],
|
||||
"extends": ["prettier"],
|
||||
"parser": "babel-eslint",
|
||||
"rules": {
|
||||
"@typescript-eslint/no-var-requires": 0
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"react-app",
|
||||
"airbnb-typescript",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"prettier",
|
||||
"prettier/@typescript-eslint",
|
||||
"prettier/react"
|
||||
],
|
||||
"extends": ["react-app", "airbnb-typescript", "plugin:@typescript-eslint/recommended", "prettier"],
|
||||
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.json"
|
||||
|
||||
Generated
+467
-606
File diff suppressed because it is too large
Load Diff
+21
-21
@@ -65,16 +65,16 @@
|
||||
"test:client": "FLOOD_OPTION_port=4200 start-server-and-test start 4200 'cypress run'"
|
||||
},
|
||||
"dependencies": {
|
||||
"geoip-country": "^4.0.55"
|
||||
"geoip-country": "^4.0.56"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.16",
|
||||
"@babel/core": "^7.12.17",
|
||||
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
||||
"@babel/plugin-proposal-decorators": "^7.12.13",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
|
||||
"@babel/preset-env": "^7.12.16",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.12.17",
|
||||
"@babel/preset-env": "^7.12.17",
|
||||
"@babel/preset-react": "^7.12.13",
|
||||
"@babel/preset-typescript": "^7.12.16",
|
||||
"@babel/preset-typescript": "^7.12.17",
|
||||
"@emotion/babel-plugin": "^11.2.0",
|
||||
"@emotion/react": "^11.1.5",
|
||||
"@lingui/loader": "^3.5.1",
|
||||
@@ -99,17 +99,17 @@
|
||||
"@types/lodash": "^4.14.168",
|
||||
"@types/morgan": "^1.9.2",
|
||||
"@types/nedb": "^1.8.11",
|
||||
"@types/node": "^12.20.1",
|
||||
"@types/node": "^12.20.4",
|
||||
"@types/overlayscrollbars": "^1.12.0",
|
||||
"@types/parse-torrent": "^5.8.3",
|
||||
"@types/passport": "^1.0.6",
|
||||
"@types/passport-jwt": "^3.0.4",
|
||||
"@types/passport-jwt": "^3.0.5",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dnd-multi-backend": "^6.0.0",
|
||||
"@types/react-dom": "^17.0.1",
|
||||
"@types/react-measure": "^2.0.6",
|
||||
"@types/react-router-dom": "^5.1.7",
|
||||
"@types/react-transition-group": "^4.4.0",
|
||||
"@types/react-transition-group": "^4.4.1",
|
||||
"@types/react-window": "^1.8.2",
|
||||
"@types/spdy": "^3.4.4",
|
||||
"@types/supertest": "^2.0.10",
|
||||
@@ -141,18 +141,18 @@
|
||||
"eslint": "^7.20.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-config-airbnb-typescript": "^12.3.1",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"eslint-config-prettier": "^8.0.0",
|
||||
"eslint-config-react-app": "^6.0.0",
|
||||
"eslint-import-resolver-webpack": "^0.13.0",
|
||||
"eslint-plugin-flowtype": "5.2.0",
|
||||
"eslint-plugin-flowtype": "5.2.2",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jest": "^24.1.3",
|
||||
"eslint-plugin-jest": "^24.1.5",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"eslint-webpack-plugin": "^2.5.1",
|
||||
"eslint-webpack-plugin": "^2.5.2",
|
||||
"express": "^4.17.1",
|
||||
"express-rate-limit": "^5.2.5",
|
||||
"express-rate-limit": "^5.2.6",
|
||||
"fast-json-patch": "^3.0.0-1",
|
||||
"fast-sort": "^2.2.0",
|
||||
"feedsub": "^0.7.7",
|
||||
@@ -162,14 +162,14 @@
|
||||
"fs-extra": "^9.1.0",
|
||||
"get-user-locale": "^1.4.0",
|
||||
"hash-wasm": "^4.4.1",
|
||||
"html-webpack-plugin": "^5.1.0",
|
||||
"html-webpack-plugin": "^5.2.0",
|
||||
"http-errors": "^1.8.0",
|
||||
"jest": "^26.6.3",
|
||||
"js-file-download": "^0.4.12",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lodash": "^4.17.20",
|
||||
"mini-css-extract-plugin": "^1.3.7",
|
||||
"mobx": "^6.1.6",
|
||||
"lodash": "^4.17.21",
|
||||
"mini-css-extract-plugin": "^1.3.8",
|
||||
"mobx": "^6.1.7",
|
||||
"mobx-react": "^7.1.0",
|
||||
"morgan": "^1.10.0",
|
||||
"nedb": "^1.8.0",
|
||||
@@ -201,7 +201,7 @@
|
||||
"react-window": "^1.8.6",
|
||||
"ress": "^3.0.0",
|
||||
"sanitize-filename": "^1.6.3",
|
||||
"sass": "^1.32.7",
|
||||
"sass": "^1.32.8",
|
||||
"sass-loader": "^11.0.1",
|
||||
"saxen": "^8.1.2",
|
||||
"source-map-loader": "^2.0.1",
|
||||
@@ -211,15 +211,15 @@
|
||||
"tar-fs": "^2.1.1",
|
||||
"tar-stream": "^2.2.0",
|
||||
"terser-webpack-plugin": "^5.1.1",
|
||||
"tldts": "^5.7.6",
|
||||
"tldts": "^5.7.8",
|
||||
"ts-jest": "^26.5.1",
|
||||
"ts-node-dev": "^1.1.1",
|
||||
"tsconfig-paths": "^3.9.0",
|
||||
"typed-emitter": "^1.3.1",
|
||||
"typescript": "^4.1.5",
|
||||
"url-loader": "^4.1.1",
|
||||
"use-query-params": "^1.1.9",
|
||||
"webpack": "^5.22.0",
|
||||
"use-query-params": "^1.2.0",
|
||||
"webpack": "^5.23.0",
|
||||
"webpack-dev-server": "^4.0.0-beta.0",
|
||||
"webpackbar": "^5.0.0-3",
|
||||
"xmlrpc": "^1.3.2",
|
||||
|
||||
Reference in New Issue
Block a user