Skip to content

Commit

Permalink
Update TypeScript, eslint and other related plugins
Browse files Browse the repository at this point in the history
Relevant issue for the package.json changes for the '@trivago/prettier-plugin-sort-imports' package trivago/prettier-plugin-sort-imports#204
  • Loading branch information
johnvictorfs committed Mar 27, 2023
1 parent db1e580 commit 807461f
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 305 deletions.
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
"javascript-color-gradient": "^1.3.2",
"rollup-plugin-typescript2": "^0.34.1"
},
"overrides": {
"@trivago/prettier-plugin-sort-imports": {
"@babel/core": "^7.20.12",
"@babel/parser": "$@babel/core",
"@babel/traverse": "$@babel/core"
}
},
"peerDependencies": {
"@emotion/react": "^11.10.6",
"@mui/icons-material": "^5.0.4",
Expand Down Expand Up @@ -111,21 +118,21 @@
"dayjs": "^1.10.4",
"echarts": "^5.1.0",
"echarts-for-react": "^3.0.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unused-imports": "^2.0.0",
"gh-pages": "^2.2.0",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"prettier": "^2.8.7",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand All @@ -135,7 +142,7 @@
"sass": "^1.32.8",
"storybook": "^7.0.0-beta.48",
"storybook-dark-mode": "^2.0.5",
"typescript": "^4.6.3",
"typescript": "^4.9.5",
"vite": "^4.0.4",
"vitest": "^0.27.2"
},
Expand Down
Loading

0 comments on commit 807461f

Please sign in to comment.