Skip to content

Commit

Permalink
[eslint-config]: Upgrade deps (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysShulyak authored Feb 3, 2024
1 parent cb56fe7 commit 709e8c9
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@runespoorstack/eslint-config",
"comment": "Upgrade `@typescript-eslint/parser` to `v6.20.0`, `@typescript-eslint/eslint-plugin` to `v6.20.0`, `eslint-plugin-tailwindcss` to `v3.14.1`",
"type": "minor"
}
],
"packageName": "@runespoorstack/eslint-config"
}
162 changes: 151 additions & 11 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions eslint/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx,.cjs,.mjs --ignore-path ../../.gitignore --fix"
},
"dependencies": {
"@typescript-eslint/parser": "6.19.1",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "6.20.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.3",
Expand All @@ -23,7 +23,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tailwindcss": "3.14.0",
"eslint-plugin-tailwindcss": "3.14.1",
"eslint-plugin-testing-library": "6.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 709e8c9

Please sign in to comment.