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 Nov 28, 2023
1 parent a63350d commit a055e13
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 146 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.0.2",
"prettier": "3.0.3",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.6",
"tsconfig": "workspace:*",
"turbo": "1.10.16"
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": "2.4.3",
"@types/node": "18.18.6",
"autoprefixer": "10.4.16",
"eslint": "8.52.0",
"eslint": "8.54.0",
"eslint-config-custom": "workspace:*",
"tailwindcss": "3.3.3",
"tsconfig": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "8.52.0",
"@typescript-eslint/eslint-plugin": "6.13.0",
"@typescript-eslint/parser": "6.13.0",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
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.14",
"autoprefixer": "10.4.16",
"axios": "1.5.1",
"eslint": "8.52.0",
"eslint": "8.54.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.31",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit a055e13

Please sign in to comment.