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] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 7bc7fa4 commit ce0fc36
Show file tree
Hide file tree
Showing 9 changed files with 182 additions and 182 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"@sentry/opentelemetry-node": "7.64.0",
"@tanstack/react-query": "4.32.6",
"@tanstack/react-table": "8.9.3",
"@tiptap/extension-link": "2.0.4",
"@tiptap/react": "2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@tiptap/extension-link": "2.1.0",
"@tiptap/react": "2.1.0",
"@tiptap/starter-kit": "2.1.0",
"@trpc/client": "10.37.1",
"@trpc/next": "10.37.1",
"@trpc/react-query": "10.37.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"react-error-boundary": "4.0.11",
"react-i18next": "13.1.2",
"tslog": "4.9.1",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@playwright/test": "1.37.0",
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": "6.0.19",
"@mantine/spotlight": "6.0.19",
"@mantine/tiptap": "6.0.19",
"@tiptap/extension-link": "2.0.4",
"@tiptap/react": "2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@tiptap/extension-link": "2.1.0",
"@tiptap/react": "2.1.0",
"@tiptap/starter-kit": "2.1.0",
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"superjson": "1.13.1",
"tiny-invariant": "1.3.1",
"tslog": "4.9.1",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@types/eslint": "8.44.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
"tslog": "4.9.1",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@types/eslint": "8.44.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"flat": "5.0.2",
"ioredis": "5.3.2",
"tslog": "4.9.1",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"superjson": "1.13.1",
"tslog": "4.9.1",
"ulid": "2.3.0",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@faker-js/faker": "8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@t3-oss/env-nextjs": "0.6.0",
"@weareinreach/util": "workspace:*",
"chromatic": "6.22.0",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@weareinreach/config": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
"@tanstack/react-query-devtools": "4.32.6",
"@tanstack/react-table": "8.9.3",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.0.4",
"@tiptap/react": "2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@tiptap/extension-link": "2.1.0",
"@tiptap/react": "2.1.0",
"@tiptap/starter-kit": "2.1.0",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.37.1",
"@trpc/next": "10.37.1",
Expand Down Expand Up @@ -165,7 +165,7 @@
"typescript": "5.1.6",
"ulid": "2.3.0",
"webpack": "5.88.2",
"zod": "3.22.0"
"zod": "3.22.1"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand Down
Loading

0 comments on commit ce0fc36

Please sign in to comment.