Skip to content

Commit

Permalink
fix(app): 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 Jul 19, 2023
1 parent 14f38b3 commit f7646db
Show file tree
Hide file tree
Showing 7 changed files with 232 additions and 230 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.17.0
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.370.0",
"@aws-sdk/client-s3": "3.373.0",
"@aws-sdk/signature-v4": "3.370.0",
"@crowdin/crowdin-api-client": "1.23.4",
"@crowdin/ota-client": "1.0.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@opentelemetry/sdk-trace-node": "1.15.0",
"@opentelemetry/semantic-conventions": "1.15.0",
"@prisma/instrumentation": "5.0.0",
"@sentry/nextjs": "7.59.2",
"@sentry/nextjs": "7.59.3",
"@tanstack/react-query": "4.29.25",
"@tanstack/react-table": "8.9.3",
"@tiptap/extension-link": "2.0.4",
Expand Down Expand Up @@ -92,7 +92,7 @@
"just-compare": "2.3.0",
"luxon": "3.3.0",
"next": "13.4.10",
"next-auth": "4.22.1",
"next-auth": "4.22.3",
"next-i18next": "14.0.0",
"next-seo": "6.1.0",
"nextjs-routes": "1.0.9",
Expand All @@ -118,7 +118,7 @@
"@types/prettier": "2.7.3",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.1",
"@types/umami": "0.1.2",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"tsx": "3.12.7",
"turbo": "1.10.8",
"turbo": "1.10.9",
"typescript": "5.1.6",
"typesync": "0.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.45.0",
"next": "13.4.10",
"next-auth": "4.22.1",
"next-auth": "4.22.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
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 @@ -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.8",
"eslint-plugin-turbo": "1.10.9",
"next": "13.4.10",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"msw": "1.2.2",
"msw-storybook-addon": "1.8.0",
"next": "13.4.10",
"next-auth": "4.22.1",
"next-auth": "4.22.3",
"next-i18next": "14.0.0",
"next-router-mock": "0.9.7",
"postcss-loader": "7.3.3",
Expand Down
Loading

0 comments on commit f7646db

Please sign in to comment.