Skip to content

Commit

Permalink
Merge branch 'dev' into l10n_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 12, 2023
2 parents ba1fee9 + 17afec0 commit fc2538a
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 143 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.1.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 @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "3.3.41",
"@googlemaps/google-maps-services-js": "3.3.42",
"@opentelemetry/api": "1.7.0",
"@sentry/nextjs": "7.86.0",
"@tanstack/react-query": "4.36.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"type-fest": "4.8.3",
"typescript": "5.3.3",
"zod-prisma-types": "3.1.6",
"zod-to-json-schema": "3.22.1"
"zod-to-json-schema": "3.22.2"
},
"prisma": {
"seed": "turbo run db:run-seed"
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 @@ -19,8 +19,8 @@
"@types/eslint": "8.44.8",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.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 @@ -65,11 +65,11 @@
"@hookform/devtools": "4.3.1",
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.3.2",
"@iconify-json/carbon": "1.1.25",
"@iconify-json/fluent-mdl2": "1.1.5",
"@iconify-json/mdi": "1.1.60",
"@iconify-json/ph": "1.1.8",
"@iconify-json/simple-icons": "1.1.83",
"@iconify-json/carbon": "1.1.26",
"@iconify-json/fluent-mdl2": "1.1.6",
"@iconify-json/mdi": "1.1.61",
"@iconify-json/ph": "1.1.9",
"@iconify-json/simple-icons": "1.1.84",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.12",
Expand Down
Loading

0 comments on commit fc2538a

Please sign in to comment.