Skip to content

Commit

Permalink
Merge branch 'dev' into IN-920-update-crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Apr 24, 2024
2 parents 5d579b8 + 2345548 commit 6458602
Show file tree
Hide file tree
Showing 10 changed files with 152 additions and 158 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/bundle-analyzer": "14.2.2",
"@next/third-parties": "14.2.2",
"@next/bundle-analyzer": "14.2.3",
"@next/third-parties": "14.2.3",
"@opentelemetry/api": "1.8.0",
"@opentelemetry/core": "1.23.0",
"@opentelemetry/exporter-trace-otlp-http": "0.50.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"just-compare": "2.3.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"next": "14.2.2",
"next": "14.2.3",
"next-auth": "4.24.7",
"next-i18next": "15.3.0",
"next-seo": "6.5.0",
Expand Down
3 changes: 0 additions & 3 deletions apps/app/src/pages/search/[...params]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ import { api } from '~app/utils/api'
import { getSearchResultPageCount, SEARCH_RESULT_PAGE_SIZE } from '~app/utils/constants'
import { getServerSideTranslations } from '~app/utils/i18n'
import { Link } from '~ui/components/core/Link'
// import { MoreFilter } from '@weareinreach/ui/modals/MoreFilter'
// import { ServiceFilter } from '@weareinreach/ui/modals/ServiceFilter'

// @ts-expect-error Next Dynamic doesn't like polymorphic components
const MoreFilter = dynamic(() => import('@weareinreach/ui/modals/MoreFilter').then((mod) => mod.MoreFilter))
const ServiceFilter = dynamic(() =>
import('@weareinreach/ui/modals/ServiceFilter').then((mod) => mod.ServiceFilter)
Expand Down
3 changes: 0 additions & 3 deletions apps/app/src/pages/search/intl/[country].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ import { SearchResultSidebar } from '@weareinreach/ui/components/sections/Search
import { useCustomVariant } from '@weareinreach/ui/hooks/useCustomVariant'
import { api } from '~app/utils/api'
import { getServerSideTranslations } from '~app/utils/i18n'
// import { MoreFilter } from '@weareinreach/ui/modals/MoreFilter'
// import { ServiceFilter } from '@weareinreach/ui/modals/ServiceFilter'

// @ts-expect-error Next Dynamic doesn't like polymorphic components
const MoreFilter = dynamic(() => import('@weareinreach/ui/modals/MoreFilter').then((mod) => mod.MoreFilter))
const ServiceFilter = dynamic(() =>
import('@weareinreach/ui/modals/ServiceFilter').then((mod) => mod.ServiceFilter)
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"dayjs": "1.11.10",
"embla-carousel-react": "7.1.0",
"i18next": "23.11.2",
"next": "14.2.2",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "14.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.2",
"@next/bundle-analyzer": "14.2.3",
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@types/gtag.js": "0.0.19",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"next": "14.2.2",
"next": "14.2.3",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.16.0"
},
"peerDependencies": {
"next": "14.2.2",
"next": "14.2.3",
"nextjs-google-analytics": "2.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"i18next": "23.11.2",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.2",
"next": "14.2.3",
"prettier": "3.2.5",
"trpc-panel": "1.3.4",
"type-fest": "4.16.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"i18next": "23.11.2",
"next": "14.2.2"
"next": "14.2.3"
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.2",
"next": "14.2.3",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"next": "14.2.2",
"next": "14.2.3",
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.2",
"@next/eslint-plugin-next": "14.2.3",
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -34,13 +34,13 @@
"eslint-plugin-react": "7.34.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "1.13.2",
"next": "14.2.2",
"next": "14.2.3",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"eslint": "8.57.0",
"next": "14.2.2"
"next": "14.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/third-parties": "14.2.2",
"@next/third-parties": "14.2.3",
"@storybook/addon-a11y": "7.6.18",
"@storybook/addon-actions": "7.6.18",
"@storybook/addon-designs": "7.0.9",
Expand Down Expand Up @@ -145,7 +145,7 @@
"merge-anything": "5.1.7",
"msw": "2.2.14",
"msw-storybook-addon": "2.0.0",
"next": "14.2.2",
"next": "14.2.3",
"next-auth": "4.24.7",
"next-i18next": "15.3.0",
"postcss-loader": "8.1.1",
Expand Down Expand Up @@ -189,7 +189,7 @@
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/third-parties": "14.2.2",
"@next/third-parties": "14.2.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.16.0",
"@trpc/client": "10.45.2",
Expand All @@ -204,7 +204,7 @@
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"next": "14.2.2",
"next": "14.2.3",
"next-auth": "4.24.7",
"next-i18next": "15.3.0",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 6458602

Please sign in to comment.