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 <[email protected]>
  • Loading branch information
renovate[bot] authored Mar 6, 2023
1 parent eea6272 commit 4e408eb
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 180 deletions.
12 changes: 6 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.282.0",
"@crowdin/crowdin-api-client": "1.21.2",
"@crowdin/crowdin-api-client": "1.22.0",
"@crowdin/ota-client": "0.7.0",
"@emotion/react": "11.10.6",
"@emotion/server": "11.10.0",
Expand All @@ -40,7 +40,7 @@
"@mantine/tiptap": "5.10.5",
"@mantine/utils": "5.10.5",
"@next/bundle-analyzer": "13.2.3",
"@tanstack/react-query": "4.24.10",
"@tanstack/react-query": "4.26.0",
"@tiptap/extension-link": "2.0.0-beta.220",
"@tiptap/react": "2.0.0-beta.220",
"@tiptap/starter-kit": "2.0.0-beta.220",
Expand All @@ -63,19 +63,19 @@
"i18next-localstorage-backend": "4.1.0",
"i18next-multiload-backend-adapter": "2.2.0",
"ioredis": "5.3.1",
"luxon": "3.2.1",
"luxon": "3.3.0",
"next": "13.2.3",
"next-auth": "4.20.1",
"next-i18next": "13.2.1",
"nextjs-routes": "1.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.2.0",
"zod": "3.20.6"
"zod": "3.21.1"
},
"devDependencies": {
"@playwright/test": "1.31.2",
"@tanstack/react-query-devtools": "4.24.13",
"@tanstack/react-query-devtools": "4.26.0",
"@total-typescript/ts-reset": "0.3.7",
"@types/eslint": "8.21.1",
"@types/flat": "5.0.2",
Expand All @@ -97,7 +97,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.2.8",
"trpc-playground": "1.0.4",
"tslog": "4.8.1",
"tslog": "4.8.2",
"typescript": "4.9.5"
},
"ct3aMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"typescript": "4.9.5",
"typesync": "0.10.0"
},
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@7.29.0",
"engines": {
"node": "^18",
"pnpm": "^7"
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@googlemaps/google-maps-services-js": "3.3.27",
"@tanstack/react-query": "4.24.10",
"@tanstack/react-query": "4.26.0",
"@terraformer/wkt": "2.1.2",
"@trpc/client": "10.14.0",
"@trpc/next": "10.14.0",
Expand All @@ -33,7 +33,7 @@
"nanoid": "4.0.1",
"superjson": "1.12.2",
"tiny-invariant": "1.3.1",
"zod": "3.20.6"
"zod": "3.21.1"
},
"devDependencies": {
"@types/eslint": "8.21.1",
Expand All @@ -49,11 +49,11 @@
"prettier": "2.8.4",
"prisma": "4.11.0",
"trpc-client-devtools-link": "0.2.1-next",
"tslog": "4.8.1",
"tslog": "4.8.2",
"typescript": "4.9.5"
},
"peerDependencies": {
"next": ">=13"
},
"packageManager": "pnpm@7.28.0"
"packageManager": "pnpm@7.29.0"
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@next-auth/prisma-adapter": "1.0.5",
"aws-jwt-verify": "3.4.0",
"tiny-invariant": "1.3.1",
"zod": "3.20.6"
"zod": "3.21.1"
},
"devDependencies": {
"@types/eslint": "8.21.1",
Expand All @@ -41,5 +41,5 @@
"react": "^18",
"react-dom": "^18"
},
"packageManager": "pnpm@7.28.0"
"packageManager": "pnpm@7.29.0"
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"next-i18next": "13.2.1",
"typescript": "4.9.5"
},
"packageManager": "pnpm@7.28.0"
"packageManager": "pnpm@7.29.0"
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@prisma/client": "4.11.0",
"ulid": "2.3.0",
"zod": "3.20.6"
"zod": "3.21.1"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"langs": "2.0.0",
"libphonenumber-js": "1.10.21",
"listr2": "5.0.7",
"luxon": "3.2.1",
"luxon": "3.3.0",
"mongoback": "3.0.6",
"prettier": "2.8.4",
"prisma": "4.11.0",
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 @@ -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.8",
"eslint-plugin-turbo": "0.0.9",
"next": "13.2.3",
"typescript": "4.9.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@storybook/testing-library": "0.0.14-next.1",
"@storybook/theming": "7.0.0-beta.61",
"@storybook/types": "7.0.0-beta.61",
"@tanstack/react-query": "4.24.10",
"@tanstack/react-query-devtools": "4.24.13",
"@tanstack/react-query": "4.26.0",
"@tanstack/react-query-devtools": "4.26.0",
"@tiptap/extension-link": "2.0.0-beta.220",
"@tiptap/react": "2.0.0-beta.220",
"@tiptap/starter-kit": "2.0.0-beta.220",
Expand All @@ -95,7 +95,7 @@
"i18next": "22.4.10",
"i18next-browser-languagedetector": "7.0.1",
"i18next-http-backend": "2.1.1",
"luxon": "3.2.1",
"luxon": "3.3.0",
"merge-anything": "5.1.4",
"msw": "1.1.0",
"msw-storybook-addon": "1.7.0",
Expand Down Expand Up @@ -124,7 +124,7 @@
"typescript": "4.9.5",
"ulid": "2.3.0",
"webpack": "5.75.0",
"zod": "3.20.6"
"zod": "3.21.1"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand All @@ -147,7 +147,7 @@
"@mantine/spotlight": "^5",
"@mantine/tiptap": "^5",
"@mantine/utils": "^5",
"@tanstack/react-query": "4.24.10",
"@tanstack/react-query": "4.26.0",
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
Expand Down
Loading

0 comments on commit 4e408eb

Please sign in to comment.