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] authored Jul 11, 2023
1 parent 26ccd69 commit 380e332
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 163 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": "2.4.1",
"@types/node": "18.16.18",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.3.2",
"tsconfig": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint": "8.43.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.44.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-turbo": "1.10.6",
"eslint-config-turbo": "1.10.7",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.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 @@ -9,7 +9,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.24",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 380e332

Please sign in to comment.