Skip to content

Commit

Permalink
Merge branch 'dev' into IN-982-location-org-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Aug 15, 2024
2 parents 42449f1 + c0355c3 commit 0a66c76
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 110 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"next-auth": "4.24.7",
"next-i18next": "15.3.1",
"next-seo": "6.5.0",
"nextjs-google-analytics": "2.3.3",
"nextjs-google-analytics": "2.3.7",
"nextjs-routes": "2.2.1",
"object-sizeof": "2.6.5",
"pretty-bytes": "6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3",
"nextjs-google-analytics": "2.3.7",
"type-fest": "4.24.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3"
"nextjs-google-analytics": "2.3.7"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"just-map-values": "3.2.0",
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"libphonenumber-js": "1.11.5",
"libphonenumber-js": "1.11.7",
"luxon": "3.5.0",
"nanoid": "5.0.7",
"remeda": "2.11.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 @@ -58,7 +58,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.629.0",
"@aws-sdk/client-cognito-identity-provider": "3.631.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"just-compact": "3.2.0",
"just-group-by": "2.2.0",
"kysely-codegen": "0.15.0",
"libphonenumber-js": "1.11.5",
"libphonenumber-js": "1.11.7",
"listr2": "8.2.4",
"log-update": "6.1.0",
"luxon": "3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.7.0",
"chromatic": "11.7.1",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"just-group-by": "2.2.0",
"just-map-values": "3.2.0",
"just-order-by": "1.0.0",
"libphonenumber-js": "1.11.5",
"libphonenumber-js": "1.11.7",
"locale-includes": "1.0.6",
"localized-address-format": "1.3.1",
"nextjs-routes": "2.2.1",
Expand All @@ -60,7 +60,7 @@
"social-links": "1.14.0",
"timezones-list": "3.0.3",
"tiny-invariant": "1.3.3",
"zustand": "4.5.4"
"zustand": "4.5.5"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
Expand Down Expand Up @@ -129,7 +129,7 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.3",
"chromatic": "11.7.0",
"chromatic": "11.7.1",
"css-loader": "6.11.0",
"dayjs": "1.11.12",
"dotenv": "16.4.5",
Expand Down
Loading

0 comments on commit 0a66c76

Please sign in to comment.