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 25, 2024
1 parent aec5a0e commit d460435
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 241 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@sentry/opentelemetry": "8.26.0",
"@sentry/profiling-node": "8.26.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand Down Expand Up @@ -98,7 +98,7 @@
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-consent": "3.5.3",
"react-hook-form": "7.52.2",
"react-hook-form": "7.53.0",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "15.0.1",
"zod": "3.23.8"
Expand All @@ -109,8 +109,8 @@
"@prisma/nextjs-monorepo-workaround-plugin": "5.18.0",
"@relative-ci/agent": "4.2.10",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.20.1",
"@total-typescript/ts-reset": "0.5.1",
"@tanstack/react-table-devtools": "8.20.5",
"@total-typescript/ts-reset": "0.6.0",
"@types/eslint": "8.56.11",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.1",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.11.0",
"tsx": "4.17.0",
"tsx": "4.18.0",
"turbo": "2.0.14",
"typescript": "5.5.4",
"typesync": "0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.17.0",
"tsx": "4.18.0",
"type-fest": "4.25.0",
"typescript": "5.5.4",
"xliff": "6.2.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@iconify-json/simple-icons": "1.1.114",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.31",
"@iconify/utils": "2.1.32",
"@mantine/carousel": "6.0.22",
"@mantine/core": "6.0.22",
"@mantine/dates": "6.0.22",
Expand Down Expand Up @@ -108,12 +108,12 @@
"@storybook/test-runner": "0.19.1",
"@storybook/theming": "8.2.9",
"@storybook/types": "8.2.9",
"@swc/core": "1.7.14",
"@swc/core": "1.7.18",
"@swc/helpers": "0.5.12",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@tanstack/react-table-devtools": "8.20.1",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-table-devtools": "8.20.5",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
Expand Down Expand Up @@ -155,7 +155,7 @@
"react-docgen-typescript": "2.2.2",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.52.2",
"react-hook-form": "7.53.0",
"react-hook-form-mantine": "2.0.0",
"react-hook-tracer": "1.4.0",
"react-i18next": "15.0.1",
Expand All @@ -168,7 +168,7 @@
"style-loader": "3.3.4",
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.17.0",
"tsx": "4.18.0",
"type-fest": "4.25.0",
"typescript": "5.5.4",
"webpack": "5.94.0",
Expand All @@ -192,7 +192,7 @@
"@mantine/utils": "6.0.22",
"@next/third-parties": "14.2.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand All @@ -211,7 +211,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.52.2",
"react-hook-form": "7.53.0",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "15.0.1"
},
Expand Down
Loading

0 comments on commit d460435

Please sign in to comment.