Skip to content

Commit

Permalink
fix(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 Jun 21, 2023
1 parent 548f9a1 commit fedb100
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 129 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "5.0.2",
"i18next": "23.2.1",
"i18next": "23.2.2",
"i18next-browser-languagedetector": "7.0.2",
"i18next-chained-backend": "4.4.0",
"i18next-http-backend": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.8",
"embla-carousel-react": "7.1.0",
"i18next": "23.2.1",
"i18next": "23.2.2",
"next": "13.4.6",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.13.0",
"tsx": "3.12.7",
"turbo": "1.10.3",
"turbo": "1.10.4",
"typescript": "5.1.3",
"typesync": "0.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@prisma/client": "4.16.0",
"@prisma/instrumentation": "4.16.0",
"@vercel/kv": "0.2.1",
"@vercel/postgres-kysely": "0.3.1",
"@vercel/postgres-kysely": "0.3.2",
"@weareinreach/env": "workspace:*",
"kysely": "0.25.0",
"prisma-kysely": "1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-turbo": "1.10.3",
"eslint-plugin-turbo": "1.10.4",
"next": "13.4.6",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"dotenv": "16.3.1",
"embla-carousel-react": "7.1.0",
"eslint": "8.43.0",
"i18next": "23.2.1",
"i18next": "23.2.2",
"i18next-browser-languagedetector": "7.0.2",
"i18next-http-backend": "2.2.1",
"i18next-intervalplural-postprocessor": "3.0.0",
Expand Down Expand Up @@ -159,7 +159,7 @@
"type-fest": "3.12.0",
"typescript": "5.1.3",
"ulid": "2.3.0",
"webpack": "5.87.0",
"webpack": "5.88.0",
"zod": "3.21.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit fedb100

Please sign in to comment.