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 Feb 8, 2023
1 parent 8beca31 commit bfd0fbc
Show file tree
Hide file tree
Showing 9 changed files with 180 additions and 185 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@mantine/spotlight": "5.10.3",
"@mantine/tiptap": "5.10.3",
"@tanstack/react-query": "4.24.4",
"@tiptap/extension-link": "2.0.0-beta.213",
"@tiptap/react": "2.0.0-beta.213",
"@tiptap/starter-kit": "2.0.0-beta.213",
"@tiptap/extension-link": "2.0.0-beta.215",
"@tiptap/react": "2.0.0-beta.215",
"@tiptap/starter-kit": "2.0.0-beta.215",
"@trpc/client": "10.10.0",
"@trpc/next": "10.10.0",
"@trpc/react-query": "10.10.0",
Expand All @@ -58,7 +58,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.1.5",
"zod": "3.20.2"
"zod": "3.20.3"
},
"devDependencies": {
"@next/bundle-analyzer": "13.1.6",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@mantine/prism": "5.10.3",
"@mantine/spotlight": "5.10.3",
"@mantine/tiptap": "5.10.3",
"@tiptap/extension-link": "2.0.0-beta.213",
"@tiptap/react": "2.0.0-beta.213",
"@tiptap/starter-kit": "2.0.0-beta.213",
"@tiptap/extension-link": "2.0.0-beta.215",
"@tiptap/react": "2.0.0-beta.215",
"@tiptap/starter-kit": "2.0.0-beta.215",
"@weareinreach/ui": "0.100.0",
"dayjs": "1.11.7",
"embla-carousel-react": "7.0.9",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": "4.9.5",
"typesync": "0.10.0"
},
"packageManager": "pnpm@7.26.3",
"packageManager": "pnpm@7.27.0",
"engines": {
"node": "^18",
"pnpm": "^7"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"nanoid": "4.0.1",
"superjson": "1.12.2",
"tiny-invariant": "1.3.1",
"zod": "3.20.2"
"zod": "3.20.3"
},
"devDependencies": {
"@types/eslint": "8.21.0",
Expand All @@ -51,5 +51,5 @@
"peerDependencies": {
"next": ">=13"
},
"packageManager": "pnpm@7.26.3"
"packageManager": "pnpm@7.27.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.2"
"zod": "3.20.3"
},
"devDependencies": {
"@types/eslint": "8.21.0",
Expand All @@ -41,5 +41,5 @@
"react": "^18",
"react-dom": "^18"
},
"packageManager": "pnpm@7.26.3"
"packageManager": "pnpm@7.27.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.1.5",
"typescript": "4.9.5"
},
"packageManager": "pnpm@7.26.3"
"packageManager": "pnpm@7.27.0"
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@prisma/client": "4.10.0",
"zod": "3.20.2"
"zod": "3.20.3"
},
"devDependencies": {
"@faker-js/faker": "7.6.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 @@ -34,7 +34,7 @@
"@iconify-json/simple-icons": "1.1.42",
"@iconify/react": "4.1.0",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.0",
"@iconify/utils": "2.1.1",
"@mantine/carousel": "5.10.3",
"@mantine/core": "5.10.3",
"@mantine/dates": "5.10.3",
Expand Down Expand Up @@ -65,9 +65,9 @@
"@storybook/theming": "7.0.0-beta.44",
"@tanstack/react-query": "4.24.4",
"@tanstack/react-query-devtools": "4.24.4",
"@tiptap/extension-link": "2.0.0-beta.213",
"@tiptap/react": "2.0.0-beta.213",
"@tiptap/starter-kit": "2.0.0-beta.213",
"@tiptap/extension-link": "2.0.0-beta.215",
"@tiptap/react": "2.0.0-beta.215",
"@tiptap/starter-kit": "2.0.0-beta.215",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.10.0",
"@trpc/next": "10.10.0",
Expand Down Expand Up @@ -118,7 +118,7 @@
"type-fest": "3.5.6",
"typescript": "4.9.5",
"webpack": "5.75.0",
"zod": "3.20.2"
"zod": "3.20.3"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand Down

0 comments on commit bfd0fbc

Please sign in to comment.