Skip to content

Commit

Permalink
Merge branch 'dev' into search-page-alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Apr 26, 2024
2 parents 14f43d4 + bcd66bd commit 4db914d
Show file tree
Hide file tree
Showing 6 changed files with 746 additions and 746 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"nextjs-routes": "2.1.0",
"object-sizeof": "2.6.4",
"pretty-bytes": "6.1.1",
"react": "18.3.0",
"react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-consent": "3.5.3",
"react-hook-form": "7.51.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"embla-carousel-react": "7.1.0",
"i18next": "23.11.2",
"next": "14.2.3",
"react": "18.3.0",
"react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"eslint": "8.57.0",
"next": "14.2.3",
"next-auth": "4.24.7",
"react": "18.3.0",
"react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.4.5"
},
"peerDependencies": {
"next": "14.2.3",
"next-auth": "4.24.7",
"react": "18.3.0",
"react-dom": "18.3.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"google-auth-library": "9.9.0",
"google-spreadsheet": "4.1.1",
"googleapis": "134.0.0",
"inquirer": "9.2.19",
"inquirer": "9.2.20",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.15.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@
"postcss-loader": "8.1.1",
"prettier": "3.2.5",
"pretty-bytes": "6.1.1",
"react": "18.3.0",
"react": "18.3.1",
"react-docgen-typescript": "2.2.2",
"react-dom": "18.3.0",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.3",
"react-hook-form-mantine": "2.0.0",
"react-hook-tracer": "1.4.0",
"react-i18next": "14.1.1",
"react-refresh": "0.14.1",
"react-refresh": "0.14.2",
"react-refresh-typescript": "2.0.9",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
Expand Down Expand Up @@ -207,8 +207,8 @@
"next": "14.2.3",
"next-auth": "4.24.7",
"next-i18next": "15.3.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.3",
"react-hook-form-mantine": "2.0.0",
Expand Down
Loading

0 comments on commit 4db914d

Please sign in to comment.