Skip to content

Commit

Permalink
Merge branch 'dev' into IN-831-edit-organization-page
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Karow <[email protected]>
  • Loading branch information
JoeKarow authored Jan 3, 2024
2 parents cd4c792 + 5db7fdf commit b4b9de2
Show file tree
Hide file tree
Showing 13 changed files with 93 additions and 144 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@sentry/opentelemetry-node": "7.91.0",
"@sentry/profiling-node": "1.3.2",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.11.2",
"@tanstack/react-table": "8.11.3",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
Expand All @@ -74,7 +74,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.7.13",
"i18next": "23.7.15",
"i18next-browser-languagedetector": "7.2.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.4.2",
Expand All @@ -86,7 +86,7 @@
"mantine-react-table": "1.3.4",
"next": "14.0.4",
"next-auth": "4.24.5",
"next-i18next": "15.1.1",
"next-i18next": "15.1.2",
"next-seo": "6.4.0",
"nextjs-google-analytics": "2.3.3",
"nextjs-routes": "2.1.0",
Expand All @@ -106,9 +106,9 @@
"@playwright/test": "1.40.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.7.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.7.6",
"@tanstack/react-table-devtools": "8.11.3",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/gtag.js": "0.0.18",
"@types/luxon": "3.3.7",
"@types/node": "20.10.6",
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,15 +28,15 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.10",
"embla-carousel-react": "7.1.0",
"i18next": "23.7.13",
"i18next": "23.7.15",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "14.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.0.4",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.130",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.130",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"boxen": "7.1.1",
"dotenv": "16.3.1",
"husky": "8.0.3",
"knip": "3.9.0",
"knip": "3.10.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"prettier-plugin-jsdoc": "1.3.0",
Expand All @@ -57,7 +57,7 @@
"typescript": "5.3.3",
"typesync": "0.12.0"
},
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.0",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.10.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@turbo/gen": "1.11.2",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/google.maps": "3.54.10",
"@types/luxon": "3.3.7",
"@types/node": "20.10.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "20.10.6",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.1.1",
"next-i18next": "15.1.2",
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/crowdin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.28.2",
"@crowdin/crowdin-api-client": "1.29.2",
"@crowdin/ota-client": "1.0.0",
"@opentelemetry/api": "1.7.0",
"@vercel/kv": "1.0.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 @@ -63,7 +63,7 @@
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.11.2",
"@turf/helpers": "6.5.0",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.3.7",
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 @@ -16,7 +16,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "14.0.4",
"@tanstack/eslint-plugin-query": "4.36.1",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.17.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 @@ -103,15 +103,15 @@
"@storybook/types": "7.6.7",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.11.2",
"@tanstack/react-table-devtools": "8.7.6",
"@tanstack/react-table": "8.11.3",
"@tanstack/react-table-devtools": "8.11.3",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.9.6",
"@types/eslint": "8.56.0",
"@types/eslint": "8.56.1",
"@types/google.maps": "3.54.10",
"@types/luxon": "3.3.7",
"@types/node": "20.10.6",
Expand All @@ -132,7 +132,7 @@
"dotenv": "16.3.1",
"embla-carousel-react": "7.1.0",
"eslint": "8.56.0",
"i18next": "23.7.13",
"i18next": "23.7.15",
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.4.2",
"i18next-intervalplural-postprocessor": "3.0.0",
Expand All @@ -143,7 +143,7 @@
"msw-storybook-addon": "2.0.0--canary.122.06f0c92.0",
"next": "14.0.4",
"next-auth": "4.24.5",
"next-i18next": "15.1.1",
"next-i18next": "15.1.2",
"postcss-loader": "7.3.4",
"prettier": "3.1.1",
"pretty-bytes": "6.1.1",
Expand Down
Loading

0 comments on commit b4b9de2

Please sign in to comment.