Skip to content

Commit

Permalink
chore(db): 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 Oct 18, 2023
1 parent bd83677 commit 6536bc1
Show file tree
Hide file tree
Showing 6 changed files with 320 additions and 307 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@types/gtag.js": "0.0.17",
"@types/luxon": "3.3.3",
"@types/node": "18.18.6",
"@types/react": "18.2.28",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/umami": "0.1.3",
"@typescript-eslint/eslint-plugin": "6.8.0",
Expand All @@ -120,7 +120,7 @@
"dotenv": "16.3.1",
"eslint": "8.51.0",
"eslint-plugin-i18next": "6.0.3",
"listr2": "7.0.1",
"listr2": "7.0.2",
"prettier": "3.0.3",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
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": "13.5.3",
"@types/eslint": "8.44.5",
"@types/node": "18.18.6",
"@types/react": "18.2.28",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/eslint": "8.44.5",
"@types/node": "18.18.6",
"@types/react": "18.2.28",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"@types/inquirer-autocomplete-prompt": "3.0.2",
"@types/luxon": "3.3.3",
"@types/node": "18.18.6",
"@types/papaparse": "5.3.9",
"@types/pg": "8.10.5",
"@types/papaparse": "5.3.10",
"@types/pg": "8.10.6",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -80,7 +80,7 @@
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.11.0",
"listr2": "7.0.1",
"listr2": "7.0.2",
"luxon": "3.4.3",
"p-queue": "7.4.1",
"papaparse": "5.4.1",
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,8 +113,8 @@
"@types/google.maps": "3.54.4",
"@types/luxon": "3.3.3",
"@types/node": "18.18.6",
"@types/probe-image-size": "7.2.1",
"@types/react": "18.2.28",
"@types/probe-image-size": "7.2.2",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/api": "workspace:*",
Expand Down
Loading

0 comments on commit 6536bc1

Please sign in to comment.