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 28, 2023
1 parent 1f7af7b commit 76606b5
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 141 deletions.
12 changes: 6 additions & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@hookform/resolvers": "3.2.0",
"@hookform/resolvers": "3.3.1",
"@iconify/react": "4.1.1",
"@mantine/carousel": "6.0.19",
"@mantine/core": "6.0.19",
Expand All @@ -53,9 +53,9 @@
"@opentelemetry/sdk-trace-node": "1.15.2",
"@opentelemetry/semantic-conventions": "1.15.2",
"@prisma/instrumentation": "5.2.0",
"@sentry/nextjs": "7.64.0",
"@sentry/opentelemetry-node": "7.64.0",
"@sentry/profiling-node": "1.1.2",
"@sentry/nextjs": "7.65.0",
"@sentry/opentelemetry-node": "7.65.0",
"@sentry/profiling-node": "1.1.3",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-table": "8.9.3",
"@tiptap/extension-link": "2.1.7",
Expand Down Expand Up @@ -120,8 +120,8 @@
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.2",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.0.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 @@ -20,7 +20,7 @@
"@crowdin/ota-client": "1.0.0",
"@googlemaps/google-maps-services-js": "3.3.36",
"@opentelemetry/api": "1.4.1",
"@sentry/node": "7.64.0",
"@sentry/node": "7.65.0",
"@tanstack/react-query": "4.33.0",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.38.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 @@ -132,7 +132,7 @@
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
"quicktype-core": "23.0.71",
"quicktype-core": "23.0.72",
"recursive-readdir": "2.2.3",
"shoetest": "1.2.2",
"slugify": "1.6.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.17.12",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"localized-address-format": "1.3.1",
"nextjs-routes": "2.0.1",
"probe-image-size": "7.2.3",
"react-phone-number-input": "3.3.4",
"react-phone-number-input": "3.3.5",
"react-string-replace": "1.1.1",
"zustand": "4.4.1"
},
Expand All @@ -59,7 +59,7 @@
"@faker-js/faker": "8.0.2",
"@geometricpanda/storybook-addon-badges": "2.0.0",
"@hookform/devtools": "4.3.1",
"@hookform/resolvers": "3.2.0",
"@hookform/resolvers": "3.3.1",
"@iconify-json/carbon": "1.1.20",
"@iconify-json/fluent-mdl2": "1.1.3",
"@iconify-json/mdi": "1.1.54",
Expand Down
Loading

0 comments on commit 76606b5

Please sign in to comment.