Skip to content

Commit

Permalink
fix(auth): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 15, 2023
1 parent 9ed6d7a commit a3b3a59
Show file tree
Hide file tree
Showing 9 changed files with 374 additions and 206 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"@sentry/opentelemetry-node": "7.69.0",
"@sentry/profiling-node": "1.2.1",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-table": "8.9.10",
"@tiptap/extension-link": "2.1.9",
"@tiptap/react": "2.1.9",
"@tiptap/starter-kit": "2.1.9",
"@tanstack/react-table": "8.9.11",
"@tiptap/extension-link": "2.1.10",
"@tiptap/react": "2.1.10",
"@tiptap/starter-kit": "2.1.10",
"@trpc/client": "10.38.3",
"@trpc/next": "10.38.3",
"@trpc/react-query": "10.38.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@mantine/prism": "6.0.20",
"@mantine/spotlight": "6.0.20",
"@mantine/tiptap": "6.0.20",
"@tiptap/extension-link": "2.1.9",
"@tiptap/react": "2.1.9",
"@tiptap/starter-kit": "2.1.9",
"@tiptap/extension-link": "2.1.10",
"@tiptap/react": "2.1.10",
"@tiptap/starter-kit": "2.1.10",
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.9",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@changesets/cli": "2.26.2",
"@manypkg/cli": "0.21.0",
"@turbo/gen": "1.10.13",
"@turbo/gen": "1.10.14",
"@types/lint-staged": "13.2.0",
"@types/node": "18.17.16",
"@weareinreach/config": "workspace:*",
Expand All @@ -50,7 +50,7 @@
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"tsx": "3.12.10",
"turbo": "1.10.13",
"turbo": "1.10.14",
"typescript": "5.2.2",
"typesync": "0.11.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"zod": "3.22.2"
},
"devDependencies": {
"@turbo/gen": "1.10.13",
"@turbo/gen": "1.10.14",
"@types/eslint": "8.44.2",
"@types/google.maps": "3.54.0",
"@types/google.maps": "3.54.1",
"@types/luxon": "3.3.2",
"@types/node": "18.17.16",
"@types/terraformer__wkt": "2.0.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 @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.413.0",
"@aws-sdk/client-cognito-identity-provider": "3.414.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 @@ -85,7 +85,7 @@
"@nuskin/mexico-state-lookup": "2.1.0",
"@placemarkio/check-geojson": "0.1.12",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.10.13",
"@turbo/gen": "1.10.14",
"@turf/buffer": "6.5.0",
"@turf/helpers": "6.5.0",
"@turf/points-within-polygon": "6.5.0",
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": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-turbo": "1.10.13",
"eslint-plugin-turbo": "1.10.14",
"next": "13.4.19",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.2.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,19 @@
"@storybook/types": "7.4.2",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query-devtools": "4.35.3",
"@tanstack/react-table": "8.9.10",
"@tanstack/react-table": "8.9.11",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.1.9",
"@tiptap/react": "2.1.9",
"@tiptap/starter-kit": "2.1.9",
"@tiptap/extension-link": "2.1.10",
"@tiptap/react": "2.1.10",
"@tiptap/starter-kit": "2.1.10",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.38.3",
"@trpc/next": "10.38.3",
"@trpc/react-query": "10.38.3",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
"@types/babel__core": "7.20.2",
"@types/babel__preset-env": "7.9.3",
"@types/eslint": "8.44.2",
"@types/google.maps": "3.54.0",
"@types/google.maps": "3.54.1",
"@types/luxon": "3.3.2",
"@types/node": "18.17.16",
"@types/probe-image-size": "7.2.0",
Expand Down
Loading

0 comments on commit a3b3a59

Please sign in to comment.