Skip to content

Commit

Permalink
chore(cognito-user-migrate): 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] committed Feb 18, 2024
1 parent dcffc86 commit ba2c20b
Show file tree
Hide file tree
Showing 10 changed files with 340 additions and 337 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@vercel/analytics": "1.2.0",
"@vercel/edge-config": "1.0.0",
"@vercel/edge-config": "1.0.2",
"@vercel/kv": "1.0.1",
"@vercel/speed-insights": "1.0.10",
"@weareinreach/analytics": "workspace:*",
Expand All @@ -75,7 +75,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.8.2",
"i18next": "23.8.3",
"i18next-browser-languagedetector": "7.2.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.4.3",
Expand Down Expand Up @@ -113,7 +113,7 @@
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.11.19",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.10",
"embla-carousel-react": "7.1.0",
"i18next": "23.8.2",
"i18next": "23.8.3",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -37,7 +37,7 @@
"@next/bundle-analyzer": "14.1.0",
"@types/eslint": "8.56.2",
"@types/node": "20.11.19",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
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 @@ -23,7 +23,7 @@
"@aws-lambda-powertools/logger": "1.18.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.133",
"@types/aws-lambda": "8.10.134",
"@types/eslint": "8.56.2",
"@types/node": "20.11.19",
"@vercel/ncc": "0.38.1",
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 @@ -26,7 +26,7 @@
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.133",
"@types/aws-lambda": "8.10.134",
"@types/eslint": "8.56.2",
"@types/node": "20.11.19",
"@vercel/ncc": "0.38.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@vercel/edge-config": "1.0.0",
"@vercel/edge-config": "1.0.2",
"@vercel/kv": "1.0.1",
"@weareinreach/auth": "workspace:*",
"@weareinreach/crowdin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/node": "20.11.19",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "10.9.5",
"chromatic": "10.9.6",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-string-replace": "1.1.1",
"timezones-list": "3.0.3",
"tiny-invariant": "1.3.1",
"zustand": "4.5.0"
"zustand": "4.5.1"
},
"devDependencies": {
"@babel/core": "7.23.9",
Expand Down Expand Up @@ -122,7 +122,7 @@
"@types/luxon": "3.4.2",
"@types/node": "20.11.19",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.55",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/api": "workspace:*",
Expand All @@ -132,21 +132,21 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
"babel-loader": "9.1.3",
"chromatic": "10.9.5",
"chromatic": "10.9.6",
"css-loader": "6.10.0",
"dayjs": "1.11.10",
"dotenv": "16.4.4",
"embla-carousel-react": "7.1.0",
"eslint": "8.56.0",
"i18next": "23.8.2",
"i18next": "23.8.3",
"i18next-browser-languagedetector": "7.2.0",
"i18next-hmr": "3.0.4",
"i18next-http-backend": "2.4.3",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"merge-anything": "5.1.7",
"msw": "2.2.0",
"msw": "2.2.1",
"msw-storybook-addon": "2.0.0-beta.0",
"next": "14.1.0",
"next-auth": "4.24.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@vercel/edge-config": "1.0.0",
"@vercel/edge-config": "1.0.2",
"luxon": "3.4.4",
"superjson": "2.2.1",
"tslog": "4.9.2"
Expand Down
Loading

0 comments on commit ba2c20b

Please sign in to comment.