Skip to content

Commit

Permalink
chore(eslint-config): update all non-major dependencies
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 Jan 6, 2024
1 parent 69fd588 commit c76084e
Show file tree
Hide file tree
Showing 9 changed files with 349 additions and 349 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.1",
"@types/gtag.js": "0.0.18",
"@types/luxon": "3.3.8",
"@types/luxon": "3.4.0",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@next/bundle-analyzer": "14.0.4",
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@turbo/gen": "1.11.3",
"@types/eslint": "8.56.1",
"@types/google.maps": "3.54.10",
"@types/luxon": "3.3.8",
"@types/luxon": "3.4.0",
"@types/node": "20.10.6",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"id128": "1.6.6",
"kysely": "0.27.1",
"kysely": "0.27.2",
"pg": "8.11.3",
"prisma-kysely": "1.7.1",
"sql-bricks": "3.0.1",
Expand All @@ -66,7 +66,7 @@
"@types/eslint": "8.56.1",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.3.8",
"@types/luxon": "3.4.0",
"@types/node": "20.10.6",
"@types/papaparse": "5.3.14",
"@types/pg": "8.10.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"devDependencies": {
"@next/eslint-plugin-next": "14.0.4",
"@tanstack/eslint-plugin-query": "4.36.1",
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
"@types/babel__preset-env": "7.9.6",
"@types/eslint": "8.56.1",
"@types/google.maps": "3.54.10",
"@types/luxon": "3.3.8",
"@types/luxon": "3.4.0",
"@types/node": "20.10.6",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.46",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/api": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tslog": "4.9.2"
},
"devDependencies": {
"@types/luxon": "3.3.8",
"@types/luxon": "3.4.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0"
}
Expand Down
Loading

0 comments on commit c76084e

Please sign in to comment.