Skip to content

Commit

Permalink
fix(deps): update linters
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 5, 2024
1 parent 7366fee commit cd13683
Show file tree
Hide file tree
Showing 5 changed files with 512 additions and 170 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"lint-staged": "15.2.2",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"tsconfig": "workspace:*",
"turbo": "1.12.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@docusaurus/types": "3.1.1",
"@types/node": "20.11.20",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.4.1",
"tsconfig": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.11.3",
"eslint-config-turbo": "1.12.4",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-license-header": "0.6.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-typescript-enum": "2.1.0",
"eslint-plugin-unicorn": "50.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"axios": "1.6.7",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.35",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit cd13683

Please sign in to comment.