Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v8.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2023
1 parent a3ea2b7 commit 0a17c1a
Show file tree
Hide file tree
Showing 9 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion cloud/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/node": "18.17.18",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.1.0",
Expand Down
112 changes: 56 additions & 56 deletions cloud/infrastructure/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"babel-loader": "9.1.3",
"colorette": "2.0.20",
"cross-env": "7.0.3",
"eslint": "8.49.0",
"eslint": "8.50.0",
"fs-extra": "11.1.1",
"next-sitemap": "4.2.3",
"openapi-types": "12.1.3",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/react-motion": "0.0.34",
"colorette": "2.0.20",
"cross-env": "7.0.3",
"eslint": "8.49.0",
"eslint": "8.50.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.30",
"prop-types": "15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/brandgrab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react-motion": "0.0.34",
"@types/sharp": "0.31.1",
"cross-env": "7.0.3",
"eslint": "8.49.0",
"eslint": "8.50.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.30",
"prop-types": "15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/slco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/react-dom": "18.2.7",
"@types/react-motion": "0.0.34",
"cross-env": "7.0.3",
"eslint": "8.49.0",
"eslint": "8.50.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.30",
"prop-types": "15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"babel-loader": "9.1.3",
"colorette": "2.0.20",
"cross-env": "7.0.3",
"eslint": "8.49.0",
"eslint": "8.50.0",
"next-sitemap": "4.2.3",
"openapi-types": "12.1.3",
"postcss": "8.4.30",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/eslint-config-signalco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"eslint-config-turbo": "1.10.14",
"eslint-import-resolver-typescript": "3.6.1",
Expand Down
Loading

0 comments on commit 0a17c1a

Please sign in to comment.