Skip to content

Commit

Permalink
Merge branch 'dev' into IN-839
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 6, 2023
2 parents 54e9db3 + c6dfcd0 commit 4130e77
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 126 deletions.
12 changes: 6 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"@opentelemetry/sdk-trace-node": "1.15.2",
"@opentelemetry/semantic-conventions": "1.15.2",
"@prisma/instrumentation": "5.2.0",
"@sentry/nextjs": "7.67.0",
"@sentry/opentelemetry-node": "7.67.0",
"@sentry/profiling-node": "1.2.0",
"@sentry/nextjs": "7.68.0",
"@sentry/opentelemetry-node": "7.68.0",
"@sentry/profiling-node": "1.2.1",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-table": "8.9.3",
"@tanstack/react-table": "8.9.7",
"@tiptap/extension-link": "2.1.8",
"@tiptap/react": "2.1.8",
"@tiptap/starter-kit": "2.1.8",
Expand All @@ -80,15 +80,15 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "5.0.2",
"i18next": "23.4.6",
"i18next": "23.4.9",
"i18next-browser-languagedetector": "7.1.0",
"i18next-chained-backend": "4.4.0",
"i18next-http-backend": "2.2.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.2.2",
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.4.2",
"luxon": "3.4.3",
"mantine-react-table": "1.2.0",
"next": "13.4.19",
"next-auth": "4.23.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.9",
"embla-carousel-react": "7.1.0",
"i18next": "23.4.6",
"i18next": "23.4.9",
"next": "13.4.19",
"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 @@ -53,7 +53,7 @@
"typescript": "5.2.2",
"typesync": "0.11.1"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"engines": {
"node": "^18",
"pnpm": "^8"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@crowdin/ota-client": "1.0.0",
"@googlemaps/google-maps-services-js": "3.3.37",
"@opentelemetry/api": "1.4.1",
"@sentry/node": "7.67.0",
"@sentry/node": "7.68.0",
"@tanstack/react-query": "4.33.0",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.38.1",
Expand All @@ -46,7 +46,7 @@
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"just-remove": "3.2.0",
"luxon": "3.4.2",
"luxon": "3.4.3",
"nanoid": "4.0.2",
"slugify": "1.6.6",
"superjson": "1.13.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 @@ -122,7 +122,7 @@
"langs": "2.0.0",
"libphonenumber-js": "1.10.44",
"listr2": "6.6.1",
"luxon": "3.4.2",
"luxon": "3.4.3",
"mongoback": "3.0.6",
"papaparse": "5.4.1",
"prettier": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/icon/iconList.ts

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@weareinreach/ui",
"version": "0.100.0",
"license": "GPL-3.0-only",
"sideEffects": false,
"main": "./index.tsx",
"types": "./index.tsx",
"scripts": {
Expand Down Expand Up @@ -104,7 +103,7 @@
"@storybook/types": "7.4.0",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query-devtools": "4.33.0",
"@tanstack/react-table": "8.9.3",
"@tanstack/react-table": "8.9.7",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.1.8",
"@tiptap/react": "2.1.8",
Expand Down Expand Up @@ -136,11 +135,11 @@
"dotenv": "16.3.1",
"embla-carousel-react": "7.1.0",
"eslint": "8.48.0",
"i18next": "23.4.6",
"i18next": "23.4.9",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.2",
"luxon": "3.4.3",
"mantine-react-table": "1.2.0",
"merge-anything": "5.1.7",
"msw": "1.3.0",
Expand Down
Loading

0 comments on commit 4130e77

Please sign in to comment.