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 Apr 30, 2024
1 parent 7366fee commit a504885
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 205 deletions.
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": "9.1.1",
"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,11 +4,11 @@
"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": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "9.1.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.11.3",
"eslint-plugin-eslint-comments": "3.2.0",
Expand All @@ -20,7 +20,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-typescript-enum": "2.1.0",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-unicorn": "52.0.0",
"tsconfig": "workspace:*"
},
"devDependencies": {
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": "9.1.1",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.35",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit a504885

Please sign in to comment.