Skip to content

Commit

Permalink
fix(aws-user-migrate): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Mar 20, 2023
1 parent cb20b4b commit 436f071
Show file tree
Hide file tree
Showing 10 changed files with 698 additions and 698 deletions.
14 changes: 7 additions & 7 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-s3": "3.294.0",
"@aws-sdk/client-s3": "3.295.0",
"@crowdin/crowdin-api-client": "1.22.1",
"@crowdin/ota-client": "0.7.0",
"@emotion/react": "11.10.6",
Expand All @@ -44,10 +44,10 @@
"@tiptap/extension-link": "2.0.0-beta.220",
"@tiptap/react": "2.0.0-beta.220",
"@tiptap/starter-kit": "2.0.0-beta.220",
"@trpc/client": "10.16.0",
"@trpc/next": "10.16.0",
"@trpc/react-query": "10.16.0",
"@trpc/server": "10.16.0",
"@trpc/client": "10.17.0",
"@trpc/next": "10.17.0",
"@trpc/react-query": "10.17.0",
"@trpc/server": "10.17.0",
"@weareinreach/api": "0.100.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
Expand Down Expand Up @@ -88,8 +88,8 @@
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/umami": "0.1.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"commander": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"prettier-plugin-jsdoc": "0.4.2",
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.10.0",
"tsx": "3.12.5",
"turbo": "1.8.3",
"tsx": "3.12.6",
"turbo": "1.8.4",
"typescript": "5.0.2",
"typesync": "0.10.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@googlemaps/google-maps-services-js": "3.3.27",
"@tanstack/react-query": "4.28.0",
"@terraformer/wkt": "2.1.2",
"@trpc/client": "10.16.0",
"@trpc/next": "10.16.0",
"@trpc/react-query": "10.16.0",
"@trpc/server": "10.16.0",
"@trpc/client": "10.17.0",
"@trpc/next": "10.17.0",
"@trpc/react-query": "10.17.0",
"@trpc/server": "10.17.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
"just-diff": "6.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 @@ -13,7 +13,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.294.0",
"@aws-sdk/client-cognito-identity-provider": "3.295.0",
"@next-auth/prisma-adapter": "1.0.5",
"aws-jwt-verify": "3.4.0",
"tiny-invariant": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"package": "cd dist && zip -r bundle.zip *"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.6.0"
"@aws-lambda-powertools/logger": "1.7.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.114",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prune-clients": "find ./dist/client -type f -not -name '*rhel*' -delete -print"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.6.0",
"@aws-lambda-powertools/logger": "1.7.0",
"@prisma/client": "4.11.0",
"@weareinreach/db": "0.100.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"slugify": "1.6.5",
"superjson": "1.12.2",
"tiny-invariant": "1.3.1",
"tsx": "3.12.5",
"tsx": "3.12.6",
"type-fest": "3.6.1",
"typescript": "5.0.2",
"zod-prisma-types": "2.5.1"
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 @@ -18,11 +18,11 @@
"@tanstack/eslint-plugin-query": "4.27.0",
"@types/eslint": "8.21.3",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.7.0",
"eslint-config-prettier": "8.8.0",
"eslint-formatter-github": "1.1.3",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-codegen": "0.17.0",
Expand All @@ -31,7 +31,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.11",
"eslint-plugin-turbo": "0.0.9",
"eslint-plugin-turbo": "0.0.10",
"next": "13.2.4",
"typescript": "5.0.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 @@ -77,9 +77,9 @@
"@tiptap/react": "2.0.0-beta.220",
"@tiptap/starter-kit": "2.0.0-beta.220",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.16.0",
"@trpc/next": "10.16.0",
"@trpc/react-query": "10.16.0",
"@trpc/client": "10.17.0",
"@trpc/next": "10.17.0",
"@trpc/react-query": "10.17.0",
"@types/babel__core": "7.20.0",
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.21.3",
Expand All @@ -103,7 +103,7 @@
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.3.0",
"merge-anything": "5.1.4",
"msw": "1.1.0",
"msw": "1.1.1",
"msw-storybook-addon": "1.8.0",
"next": "13.2.4",
"next-auth": "4.20.1",
Expand All @@ -125,7 +125,7 @@
"style-loader": "3.3.2",
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.0.1",
"tsx": "3.12.5",
"tsx": "3.12.6",
"type-fest": "3.6.1",
"typescript": "5.0.2",
"ulid": "2.3.0",
Expand Down Expand Up @@ -157,9 +157,9 @@
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@trpc/client": "10.16.0",
"@trpc/next": "10.16.0",
"@trpc/react-query": "10.16.0",
"@trpc/client": "10.17.0",
"@trpc/next": "10.17.0",
"@trpc/react-query": "10.17.0",
"@weareinreach/auth": "*",
"dayjs": "^1",
"embla-carousel-react": "^7",
Expand Down
Loading

0 comments on commit 436f071

Please sign in to comment.