Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/eslint-plugin
Browse files Browse the repository at this point in the history
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.5.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2021
1 parent 5f01236 commit 2506bec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generators/client/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@types/react-router-dom": "5.3.2",
"@types/redux": "3.6.31",
"@types/webpack-env": "1.16.3",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.4.0",
"autoprefixer": "10.4.0",
"browser-sync": "2.27.7",
"browser-sync-webpack-plugin": "2.3.0",
"copy-webpack-plugin": "10.0.0",
"core-js": "3.19.1",
"core-js": "3.19.2",
"cross-env": "7.0.3",
"css-loader": "6.5.1",
"css-minimizer-webpack-plugin": "3.2.0",
Expand All @@ -52,7 +52,7 @@
"eslint-plugin-react": "7.27.1",
"eslint-webpack-plugin": "3.1.1",
"folder-hash": "4.0.1",
"fork-ts-checker-webpack-plugin": "6.4.2",
"fork-ts-checker-webpack-plugin": "6.5.0",
"html-webpack-plugin": "5.5.0",
"identity-obj-proxy": "3.0.0",
"jest": "27.3.1",
Expand All @@ -61,7 +61,7 @@
"json-loader": "0.5.7",
"merge-jsons-webpack-plugin": "2.0.1",
"mini-css-extract-plugin": "2.4.5",
"postcss-loader": "6.2.0",
"postcss-loader": "6.2.1",
"postcss-rtlcss": "3.5.0",
"react-infinite-scroll-component": "6.1.0",
"redux-mock-store": "1.5.4",
Expand Down

0 comments on commit 2506bec

Please sign in to comment.