Skip to content

Commit

Permalink
chore(ui): 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] committed Mar 5, 2023
1 parent 400283b commit d8d8d25
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 80 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@mantine/prism": "5.10.5",
"@mantine/spotlight": "5.10.5",
"@mantine/tiptap": "5.10.5",
"@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 @@ -53,20 +53,20 @@
"feather-icons-react": "0.6.2",
"i18next": "22.4.10",
"i18next-http-backend": "2.1.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.0"
},
"devDependencies": {
"@next/bundle-analyzer": "13.2.3",
"@playwright/test": "1.31.2",
"@tanstack/react-query-devtools": "4.24.13",
"@tanstack/react-query-devtools": "4.26.0",
"@types/eslint": "8.21.1",
"@types/flat": "5.0.2",
"@types/luxon": "3.2.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 @@ -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.0"
},
"devDependencies": {
"@types/eslint": "8.21.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 @@ -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.0"
},
"devDependencies": {
"@types/eslint": "8.21.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@prisma/client": "4.11.0",
"ulid": "2.3.0",
"zod": "3.20.6"
"zod": "3.21.0"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
Expand Down Expand Up @@ -73,7 +73,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
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.0"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand All @@ -146,7 +146,7 @@
"@mantine/prism": "^5",
"@mantine/spotlight": "^5",
"@mantine/tiptap": "^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 d8d8d25

Please sign in to comment.