Update react-scripts

This commit is contained in:
Maksim Karasev 2022-06-06 15:52:54 +03:00
parent 0918868dd1
commit f2e7cdbfd2
3 changed files with 5988 additions and 6851 deletions

View File

@ -34,10 +34,10 @@
"@types/sharp": "^0.27.1",
"@types/supertest": "^2.0.10",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"eslint": "^7",
"eslint-config-airbnb-base": "latest",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",

View File

@ -20,8 +20,7 @@
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.0",
"react-i18next": "^11.8.9",
"react-infinite-scroller": "^1.2.4",
"react-scripts": "~4.0.1",
"react-infinite-scroller": "^1.2.6",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4",
"workbox-core": "^6.1.2",
@ -39,7 +38,16 @@
"proxy": "http://localhost:3002",
"eslintConfig": {
"extends": [
"airbnb-typescript"
"react-app",
"airbnb",
"airbnb-typescript",
"airbnb/hooks",
"plugin:jsx-a11y/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking"
],
"plugins": [
"jsx-a11y"
],
"parserOptions": {
"project": "./tsconfig.json",
@ -76,11 +84,14 @@
},
"devDependencies": {
"@types/react-infinite-scroller": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8"
"eslint-plugin-react-hooks": "^4.0.8",
"react-scripts": "^5.0.1"
}
}
}

12810
yarn.lock

File diff suppressed because it is too large Load Diff