Skip to content

Commit

Permalink
fix(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 Jul 26, 2023
1 parent cf97459 commit 5a40b4a
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 160 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@opentelemetry/sdk-trace-node": "1.15.1",
"@opentelemetry/semantic-conventions": "1.15.1",
"@prisma/instrumentation": "5.0.0",
"@sentry/nextjs": "7.60.0",
"@sentry/nextjs": "7.60.1",
"@tanstack/react-query": "4.32.0",
"@tanstack/react-table": "8.9.3",
"@tiptap/extension-link": "2.0.4",
Expand Down Expand Up @@ -116,7 +116,7 @@
"@types/luxon": "3.3.1",
"@types/node": "18.17.1",
"@types/prettier": "2.7.3",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.2",
"@typescript-eslint/eslint-plugin": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@next/bundle-analyzer": "13.4.12",
"@types/eslint": "8.44.1",
"@types/node": "18.17.1",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@types/eslint": "8.44.1",
"@types/node": "18.17.1",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.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 @@ -21,7 +21,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@react-google-maps/api": "2.19.0",
"@react-google-maps/api": "2.19.2",
"@terraformer/wkt": "2.2.0",
"@textea/json-viewer": "3.1.1",
"@turf/helpers": "6.5.0",
Expand Down Expand Up @@ -110,7 +110,7 @@
"@types/node": "18.17.1",
"@types/prettier": "2.7.3",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/api": "workspace:*",
Expand Down
Loading

0 comments on commit 5a40b4a

Please sign in to comment.