Skip to content

Commit

Permalink
Merge branch 'dev' into l10n_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 1, 2024
2 parents 326ab7b + d2db815 commit bec2390
Show file tree
Hide file tree
Showing 8 changed files with 369 additions and 362 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@sentry/opentelemetry-node": "7.114.0",
"@sentry/profiling-node": "7.118.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.17.3",
"@tanstack/react-table": "8.19.2",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand Down Expand Up @@ -109,9 +109,9 @@
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.45.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.16.1",
"@relative-ci/agent": "4.2.8",
"@relative-ci/agent": "4.2.9",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.17.3",
"@tanstack/react-table-devtools": "8.19.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.20",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"types:sync": "typesync"
},
"devDependencies": {
"@changesets/cli": "2.27.6",
"@turbo/gen": "2.0.5",
"@changesets/cli": "2.27.7",
"@turbo/gen": "2.0.6",
"@types/lint-staged": "13.3.0",
"@types/node": "20.14.9",
"@types/yargs": "17.0.32",
Expand All @@ -50,15 +50,15 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.0.11",
"knip": "5.23.1",
"knip": "5.23.3",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.0",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.9.0",
"tsx": "4.15.7",
"turbo": "2.0.5",
"tsx": "4.16.0",
"turbo": "2.0.6",
"typescript": "5.5.2",
"typesync": "0.12.1",
"yargs": "17.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"zod": "3.23.8"
},
"devDependencies": {
"@turbo/gen": "2.0.5",
"@turbo/gen": "2.0.6",
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.10",
"@types/google.maps": "3.55.11",
"@types/luxon": "3.4.2",
"@types/node": "20.14.9",
"@types/terraformer__wkt": "2.0.3",
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.600.0",
"@aws-sdk/client-cognito-identity-provider": "3.606.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.97.20",
"@terraformer/wkt": "2.2.1",
"@turbo/gen": "2.0.5",
"@turbo/gen": "2.0.6",
"@turf/helpers": "7.0.0",
"@types/eslint": "8.56.10",
"@types/inquirer": "9.0.7",
Expand All @@ -88,7 +88,7 @@
"google-auth-library": "9.11.0",
"google-spreadsheet": "4.1.2",
"googleapis": "137.1.0",
"inquirer": "9.3.1",
"inquirer": "9.3.2",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"just-group-by": "2.2.0",
Expand All @@ -114,7 +114,7 @@
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.15.7",
"tsx": "4.16.0",
"type-fest": "4.20.1",
"typescript": "5.5.2",
"xliff": "6.2.1",
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 @@ -33,7 +33,7 @@
"eslint-plugin-node": "npm:[email protected]",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "2.0.5",
"eslint-plugin-turbo": "2.0.6",
"next": "14.2.4",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.5.2"
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"zustand": "4.5.4"
},
"devDependencies": {
"@chromatic-com/storybook": "1.5.0",
"@chromatic-com/storybook": "1.6.0",
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
"@faker-js/faker": "8.4.1",
Expand All @@ -75,7 +75,7 @@
"@iconify-json/fluent-mdl2": "1.1.7",
"@iconify-json/mdi": "1.1.67",
"@iconify-json/ph": "1.1.13",
"@iconify-json/simple-icons": "1.1.107",
"@iconify-json/simple-icons": "1.1.108",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.25",
Expand Down Expand Up @@ -108,18 +108,18 @@
"@storybook/test-runner": "0.19.0",
"@storybook/theming": "8.1.11",
"@storybook/types": "8.1.11",
"@swc/core": "1.6.5",
"@swc/core": "1.6.6",
"@swc/helpers": "0.5.11",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.17.3",
"@tanstack/react-table-devtools": "8.17.3",
"@tanstack/react-table": "8.19.2",
"@tanstack/react-table-devtools": "8.19.2",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.10",
"@types/google.maps": "3.55.11",
"@types/luxon": "3.4.2",
"@types/node": "20.14.9",
"@types/probe-image-size": "7.2.4",
Expand Down Expand Up @@ -168,7 +168,7 @@
"style-loader": "3.3.4",
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.15.7",
"tsx": "4.16.0",
"type-fest": "4.20.1",
"typescript": "5.5.2",
"webpack": "5.92.1",
Expand All @@ -192,7 +192,7 @@
"@mantine/utils": "6.0.21",
"@next/third-parties": "14.2.4",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.17.3",
"@tanstack/react-table": "8.19.2",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand Down
Loading

0 comments on commit bec2390

Please sign in to comment.