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 <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2023
1 parent f517b6f commit bbfebb9
Show file tree
Hide file tree
Showing 12 changed files with 728 additions and 1,336 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"i18next-http-backend": "2.1.1",
"luxon": "3.2.1",
"next": "13.2.3",
"next-auth": "4.19.2",
"next-i18next": "13.1.6",
"next-auth": "4.20.0",
"next-i18next": "13.2.1",
"nextjs-routes": "1.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -70,7 +70,7 @@
"@types/eslint": "8.21.1",
"@types/flat": "5.0.2",
"@types/luxon": "3.2.0",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.0",
Expand All @@ -87,7 +87,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.2.8",
"trpc-playground": "1.0.4",
"tslog": "4.7.5",
"tslog": "4.8.1",
"typescript": "4.9.5"
},
"ct3aMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@next/bundle-analyzer": "13.2.3",
"@next/font": "13.2.3",
"@types/eslint": "8.21.1",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@weareinreach/config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@changesets/cli": "2.26.0",
"@manypkg/cli": "0.20.0",
"@types/eslint": "8.21.1",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/prettier": "2.7.2",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/eslint": "8.21.1",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/prettier": "2.7.2",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "0.100.0",
Expand All @@ -49,7 +49,7 @@
"prettier": "2.8.4",
"prisma": "4.11.0",
"trpc-client-devtools-link": "0.2.1-next",
"tslog": "4.7.5",
"tslog": "4.8.1",
"typescript": "4.9.5"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.281.0",
"@aws-sdk/client-cognito-identity-provider": "3.282.0",
"@next-auth/prisma-adapter": "1.0.5",
"aws-jwt-verify": "3.4.0",
"tiny-invariant": "1.3.1",
"zod": "3.20.6"
},
"devDependencies": {
"@types/eslint": "8.21.1",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@weareinreach/config": "0.100.0",
"@weareinreach/db": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.35.0",
"next": "13.2.3",
"next-auth": "4.19.2",
"next-auth": "4.20.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"package": "cd dist && zip -r bundle.zip *"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.5.1"
"@aws-lambda-powertools/logger": "1.6.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.111",
"@types/eslint": "8.21.1",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"prune-clients": "find ./dist/client -type f -not -name '*rhel*' -delete -print"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.5.1",
"@aws-lambda-powertools/logger": "1.6.0",
"@prisma/client": "4.11.0",
"@weareinreach/db": "0.100.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.111",
"@types/eslint": "8.21.1",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"znv": "0.3.2"
},
"devDependencies": {
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@weareinreach/eslint-config": "0.100.0",
"next-i18next": "13.1.6",
"next-i18next": "13.2.1",
"typescript": "4.9.5"
},
"packageManager": "pnpm@7.28.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.1",
"@types/luxon": "3.2.0",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/recursive-readdir": "2.2.1",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "0.100.0",
Expand All @@ -80,7 +80,7 @@
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
"quicktype-core": "23.0.10",
"quicktype-core": "23.0.11",
"recursive-readdir": "2.2.3",
"shoetest": "1.2.2",
"slugify": "1.6.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@next/eslint-plugin-next": "13.2.3",
"@tanstack/eslint-plugin-query": "4.24.11",
"@types/eslint": "8.21.1",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "8.6.0",
"eslint-formatter-github": "1.0.11",
"eslint-formatter-github": "1.1.2",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-i18next": "6.0.0-6",
Expand Down
30 changes: 15 additions & 15 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@
"@mantine/prism": "5.10.5",
"@mantine/spotlight": "5.10.5",
"@mantine/tiptap": "5.10.5",
"@storybook/addon-a11y": "7.0.0-beta.59",
"@storybook/addon-actions": "7.0.0-beta.59",
"@storybook/addon-docs": "7.0.0-beta.59",
"@storybook/addon-essentials": "7.0.0-beta.59",
"@storybook/addon-interactions": "7.0.0-beta.59",
"@storybook/addon-links": "7.0.0-beta.59",
"@storybook/addon-viewport": "7.0.0-beta.59",
"@storybook/addon-a11y": "7.0.0-beta.60",
"@storybook/addon-actions": "7.0.0-beta.60",
"@storybook/addon-docs": "7.0.0-beta.60",
"@storybook/addon-essentials": "7.0.0-beta.60",
"@storybook/addon-interactions": "7.0.0-beta.60",
"@storybook/addon-links": "7.0.0-beta.60",
"@storybook/addon-viewport": "7.0.0-beta.60",
"@storybook/jest": "0.0.11-next.0",
"@storybook/nextjs": "7.0.0-beta.59",
"@storybook/react": "7.0.0-beta.59",
"@storybook/nextjs": "7.0.0-beta.60",
"@storybook/react": "7.0.0-beta.60",
"@storybook/test-runner": "0.10.0-next.8",
"@storybook/testing-library": "0.0.14-next.1",
"@storybook/theming": "7.0.0-beta.59",
"@storybook/types": "7.0.0-beta.59",
"@storybook/theming": "7.0.0-beta.60",
"@storybook/types": "7.0.0-beta.60",
"@tanstack/react-query": "4.24.10",
"@tanstack/react-query-devtools": "4.24.12",
"@tiptap/extension-link": "2.0.0-beta.220",
Expand All @@ -80,7 +80,7 @@
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.21.1",
"@types/luxon": "3.2.0",
"@types/node": "18.14.2",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@weareinreach/auth": "0.100.0",
Expand All @@ -100,8 +100,8 @@
"msw": "1.1.0",
"msw-storybook-addon": "1.7.0",
"next": "13.2.3",
"next-auth": "4.19.2",
"next-i18next": "13.1.6",
"next-auth": "4.20.0",
"next-i18next": "13.2.1",
"next-router-mock": "0.9.2",
"postcss-loader": "7.0.2",
"prettier": "2.8.4",
Expand All @@ -111,7 +111,7 @@
"react-i18next": "12.2.0",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.5",
"storybook": "7.0.0-beta.59",
"storybook": "7.0.0-beta.60",
"storybook-addon-designs": "7.0.0-beta.2",
"storybook-addon-pseudo-states": "2.0.0-next.0",
"storybook-addon-swc": "1.1.9",
Expand Down
Loading

0 comments on commit bbfebb9

Please sign in to comment.