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] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 0e4be0b commit 83dce5d
Show file tree
Hide file tree
Showing 13 changed files with 1,920 additions and 1,917 deletions.
16 changes: 8 additions & 8 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.347.0",
"@aws-sdk/client-s3": "3.348.0",
"@aws-sdk/signature-v4": "3.347.0",
"@crowdin/crowdin-api-client": "1.23.1",
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@iconify/react": "4.1.0",
"@mantine/carousel": "6.0.13",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@opentelemetry/semantic-conventions": "1.14.0",
"@prisma/instrumentation": "4.15.0",
"@tanstack/react-query": "4.29.12",
"@tanstack/react-table": "8.9.1",
"@tanstack/react-table": "8.9.2",
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
Expand All @@ -80,7 +80,7 @@
"flat": "5.0.2",
"i18next": "22.5.1",
"i18next-browser-languagedetector": "7.0.2",
"i18next-chained-backend": "4.2.0",
"i18next-chained-backend": "4.3.0",
"i18next-http-backend": "2.2.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-localstorage-backend": "4.1.1",
Expand All @@ -91,7 +91,7 @@
"luxon": "3.3.0",
"next": "13.4.4",
"next-auth": "4.22.1",
"next-i18next": "13.2.2",
"next-i18next": "13.3.0",
"next-seo": "6.0.0",
"nextjs-routes": "1.0.9",
"object-sizeof": "2.6.1",
Expand All @@ -103,17 +103,17 @@
"zod": "3.21.4"
},
"devDependencies": {
"@playwright/test": "1.34.3",
"@playwright/test": "1.35.0",
"@prisma/nextjs-monorepo-workaround-plugin": "4.15.0",
"@tanstack/react-query-devtools": "4.29.12",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.4.2",
"@types/eslint": "8.40.0",
"@types/eslint": "8.40.1",
"@types/flat": "5.0.2",
"@types/luxon": "3.3.0",
"@types/node": "18.16.16",
"@types/prettier": "2.7.3",
"@types/react": "18.2.8",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/umami": "0.1.1",
"@typescript-eslint/eslint-plugin": "5.59.9",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.13",
"@mantine/core": "6.0.13",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.4",
"@types/eslint": "8.40.0",
"@types/eslint": "8.40.1",
"@types/node": "18.16.16",
"@types/react": "18.2.8",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-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 @@ -35,7 +35,7 @@
},
"dependencies": {
"@changesets/cli": "2.26.1",
"@manypkg/cli": "0.20.0",
"@manypkg/cli": "0.21.0",
"@types/lint-staged": "13.2.0",
"@types/node": "18.16.16",
"@types/prettier": "2.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.40.0",
"@types/eslint": "8.40.1",
"@types/luxon": "3.3.0",
"@types/node": "18.16.16",
"@types/prettier": "2.7.3",
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,16 +13,16 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.347.0",
"@aws-sdk/client-cognito-identity-provider": "3.348.0",
"@next-auth/prisma-adapter": "1.0.7",
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.40.0",
"@types/eslint": "8.40.1",
"@types/node": "18.16.16",
"@types/react": "18.2.8",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@weareinreach/config": "0.100.0",
"@weareinreach/db": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"lint:fix": "eslint --cache --fix ."
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.8.0",
"@aws-lambda-powertools/logger": "1.9.0",
"flat": "5.0.2",
"ioredis": "5.3.2",
"tslog": "4.8.2",
"zod": "3.21.4"
},
"devDependencies": {
"@types/aws-lambda": "8.10.116",
"@types/eslint": "8.40.0",
"@types/aws-lambda": "8.10.117",
"@types/eslint": "8.40.1",
"@types/flat": "5.0.2",
"@types/node": "18.16.16",
"@types/prettier": "2.7.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"package": "cd dist && zip -r ../bundle.zip *"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.8.0"
"@aws-lambda-powertools/logger": "1.9.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.116",
"@types/eslint": "8.40.0",
"@types/aws-lambda": "8.10.117",
"@types/eslint": "8.40.1",
"@types/node": "18.16.16",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"prune-clients": "find ./dist/client -type f -not -name '*rhel*' -delete -print"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.8.0",
"@aws-lambda-powertools/logger": "1.9.0",
"@prisma/client": "4.15.0",
"@weareinreach/db": "0.100.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.116",
"@types/eslint": "8.40.0",
"@types/aws-lambda": "8.10.117",
"@types/eslint": "8.40.1",
"@types/node": "18.16.16",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "18.16.16",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.0",
"next-i18next": "13.2.2",
"next-i18next": "13.3.0",
"typescript": "5.1.3"
},
"packageManager": "pnpm@8.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@turf/helpers": "6.5.0",
"@turf/points-within-polygon": "6.5.0",
"@turf/simplify": "6.5.0",
"@types/eslint": "8.40.0",
"@types/eslint": "8.40.1",
"@types/flat": "5.0.2",
"@types/geojson": "7946.0.10",
"@types/inquirer": "9.0.3",
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 @@ -16,7 +16,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "13.4.4",
"@tanstack/eslint-plugin-query": "4.29.9",
"@types/eslint": "8.40.0",
"@types/eslint": "8.40.1",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.9",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-turbo": "1.10.2",
"eslint-plugin-turbo": "1.10.3",
"next": "13.4.4",
"typescript": "5.1.3"
},
Expand Down
62 changes: 31 additions & 31 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"react-string-replace": "1.1.0"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/plugin-transform-typescript": "7.22.3",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@emotion/react": "11.11.0",
"@babel/core": "7.22.5",
"@babel/plugin-transform-typescript": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@faker-js/faker": "7.6.0",
"@geometricpanda/storybook-addon-badges": "2.0.0",
Expand All @@ -72,27 +72,27 @@
"@mantine/spotlight": "6.0.13",
"@mantine/tiptap": "6.0.13",
"@mantine/utils": "6.0.13",
"@storybook/addon-a11y": "7.0.18",
"@storybook/addon-actions": "7.0.18",
"@storybook/addon-docs": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-interactions": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/addon-viewport": "7.0.18",
"@storybook/components": "7.0.18",
"@storybook/core-events": "7.0.18",
"@storybook/addon-a11y": "7.0.20",
"@storybook/addon-actions": "7.0.20",
"@storybook/addon-docs": "7.0.20",
"@storybook/addon-essentials": "7.0.20",
"@storybook/addon-interactions": "7.0.20",
"@storybook/addon-links": "7.0.20",
"@storybook/addon-viewport": "7.0.20",
"@storybook/components": "7.0.20",
"@storybook/core-events": "7.0.20",
"@storybook/jest": "0.1.0",
"@storybook/manager-api": "7.0.18",
"@storybook/nextjs": "7.0.18",
"@storybook/preview-api": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/manager-api": "7.0.20",
"@storybook/nextjs": "7.0.20",
"@storybook/preview-api": "7.0.20",
"@storybook/react": "7.0.20",
"@storybook/test-runner": "0.10.0",
"@storybook/testing-library": "0.1.0",
"@storybook/theming": "7.0.18",
"@storybook/types": "7.0.18",
"@storybook/theming": "7.0.20",
"@storybook/types": "7.0.20",
"@tanstack/react-query": "4.29.12",
"@tanstack/react-query-devtools": "4.29.12",
"@tanstack/react-table": "8.9.1",
"@tanstack/react-table": "8.9.2",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
Expand All @@ -103,13 +103,13 @@
"@trpc/react-query": "10.29.1",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.40.0",
"@types/google.maps": "3.53.2",
"@types/eslint": "8.40.1",
"@types/google.maps": "3.53.4",
"@types/luxon": "3.3.0",
"@types/node": "18.16.16",
"@types/prettier": "2.7.3",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.8",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/api": "0.100.0",
Expand All @@ -118,7 +118,7 @@
"@weareinreach/db": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"babel-loader": "9.1.2",
"chromatic": "6.18.0",
"chromatic": "6.18.2",
"css-chaos-addon": "0.0.5",
"css-loader": "6.8.1",
"dayjs": "1.11.8",
Expand All @@ -131,12 +131,12 @@
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.3.0",
"merge-anything": "5.1.7",
"msw": "1.2.1",
"msw": "1.2.2",
"msw-storybook-addon": "1.8.0",
"next": "13.4.4",
"next-auth": "4.22.1",
"next-i18next": "13.2.2",
"next-router-mock": "0.9.3",
"next-i18next": "13.3.0",
"next-router-mock": "0.9.6",
"postcss-loader": "7.3.2",
"prettier": "2.8.8",
"react": "18.2.0",
Expand All @@ -145,7 +145,7 @@
"react-i18next": "12.3.1",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
"storybook": "7.0.18",
"storybook": "7.0.20",
"storybook-addon-designs": "7.0.0-beta.2",
"storybook-addon-pseudo-states": "2.0.1",
"storybook-addon-swc": "1.2.0",
Expand All @@ -157,7 +157,7 @@
"type-fest": "3.11.1",
"typescript": "5.1.3",
"ulid": "2.3.0",
"webpack": "5.85.1",
"webpack": "5.86.0",
"zod": "3.21.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 83dce5d

Please sign in to comment.