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 <[email protected]>
  • Loading branch information
renovate[bot] authored Mar 4, 2023
1 parent 400283b commit 453270a
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.14",
"@types/eslint": "8.21.1",
"@types/flat": "5.0.2",
"@types/luxon": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@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-devtools": "4.24.14",
"@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 Down
84 changes: 42 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 453270a

Please sign in to comment.