Skip to content

Commit

Permalink
fix: remove deps eslint-config-react-app as it requires node>=14
Browse files Browse the repository at this point in the history
just copied its deps - they can be removed after we dropped node v12.
  • Loading branch information
aladdin-add committed Dec 21, 2021
1 parent 3716f43 commit d247666
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 288 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-replace": "^3.0.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"ansi-escapes": "^4.3.2",
"asyncro": "^3.0.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
Expand All @@ -67,11 +69,17 @@
"babel-plugin-transform-rename-import": "^2.3.0",
"camelcase": "^6.2.1",
"chalk": "^4.1.2",
"confusing-browser-globals": "^1.0.11",
"enquirer": "^2.3.6",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.1",
"execa": "^4.1.0",
"figlet": "^1.5.2",
"fs-extra": "^10.0.0",
Expand Down Expand Up @@ -116,11 +124,14 @@
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.10",
"@types/styled-components": "^5.1.18",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"auto-changelog": "^2.3.0",
"autoprefixer": "^10.4.0",
"babel-plugin-replace-identifiers": "^0.1.1",
"cssnano": "^5.0.13",
"doctoc": "^2.1.0",
"eslint": "^8.4.1",
"husky": "^7.0.4",
"pinst": "^2.1.6",
"pretty-quick": "^3.1.2",
Expand Down
Loading

0 comments on commit d247666

Please sign in to comment.