Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent ab0218c commit f43ec88
Show file tree
Hide file tree
Showing 9 changed files with 326 additions and 66 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "18.2.0",
"@types/react-dom": "^18.0.7",
"@vercel/analytics": "^1.0.0",
"eslint": "8.40.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.0",
"next": "^13.1.6",
"nextra": "^2.2.19",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ci:release": "changeset publish"
},
"devDependencies": {
"eslint": "8.40.0",
"eslint": "8.49.0",
"prettier": "2.8.8",
"@changesets/cli": "2.26.0",
"turbo": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/lodash": "4.14.184",
"@types/flat": "5.0.2",
"dotenv": "16.3.1",
"eslint": "8.40.0",
"eslint": "8.49.0",
"jest": "29.7.0",
"ts-jest": "29.1.0",
"tsup": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"eslint": "8.40.0",
"eslint": "8.49.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"@supabase-cache-helpers/prettier-config": "workspace:*",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"eslint": "8.40.0",
"eslint": "8.49.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"@supabase-cache-helpers/jest-presets": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@supabase/supabase-js": "2.26.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"eslint": "8.40.0",
"eslint": "8.49.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"@supabase-cache-helpers/prettier-config": "workspace:*",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"eslint": "8.40.0",
"eslint": "8.49.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"@supabase-cache-helpers/jest-presets": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"eslint": "8.40.0",
"eslint": "8.49.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"@supabase-cache-helpers/jest-presets": "workspace:*",
Expand Down
Loading

0 comments on commit f43ec88

Please sign in to comment.