Skip to content

Commit

Permalink
fix: Fix eslint/poscss dependency errors.
Browse files Browse the repository at this point in the history
Error: true is not a PostCSS plugin
#324

ERROR in Plugin "react" was conflicted between "package.json » eslint-config-react-app
#305
  • Loading branch information
jaywcjlove committed Jan 1, 2022
1 parent c54370f commit c5d8aea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,16 @@
"@types/minimist": "1.2.2",
"@types/react-dev-utils": "9.0.9",
"@types/semver": "7.3.9",
"eslint-config-react-app": "^7.0.0",
"fs-extra": "10.0.0",
"mini-css-extract-plugin": "2.4.5",
"minimist": "1.2.5",
"mocker-api": "2.9.4",
"postcss": "8.4.5",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-normalize": "10.0.1",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"react-scripts": "5.0.0",
"sass": "^1.45.1",
"semver": "7.3.5",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"*.{js,jsx,tsx,ts,less,md,json}": "prettier --write"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.0",
"husky": "7.0.4",
"lerna": "4.0.0",
"lint-staged": "12.1.4",
Expand Down

0 comments on commit c5d8aea

Please sign in to comment.