Skip to content

Commit

Permalink
Merge branch 'dev' into IN-831-edit-organization-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jan 9, 2024
2 parents c2c085d + cab409d commit b329b2c
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 111 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@sentry/node": "7.92.0",
"@sentry/opentelemetry": "7.92.0",
"@sentry/opentelemetry-node": "7.92.0",
"@sentry/profiling-node": "1.3.2",
"@sentry/profiling-node": "1.3.3",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.11.3",
"@trpc/client": "10.45.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-hook-consent": "3.5.2",
"react-hook-form": "7.49.2",
"react-hook-form": "7.49.3",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.0.0",
"zod": "3.22.4"
Expand All @@ -115,8 +115,8 @@
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"boxen": "7.1.1",
"dotenv": "16.3.1",
"husky": "8.0.3",
"knip": "3.12.0",
"knip": "3.13.0",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"prettier-plugin-jsdoc": "1.3.0",
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.56.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.10.7",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"localized-address-format": "1.3.1",
"nextjs-routes": "2.1.0",
"probe-image-size": "7.2.3",
"react-phone-number-input": "3.3.8",
"react-phone-number-input": "3.3.9",
"react-string-replace": "1.1.1",
"timezones-list": "3.0.2",
"zustand": "4.4.7"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/plugin-transform-typescript": "7.23.6",
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@emotion/react": "11.11.3",
Expand Down Expand Up @@ -151,7 +151,7 @@
"react-docgen-typescript": "2.2.2",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-hook-form": "7.49.2",
"react-hook-form": "7.49.3",
"react-hook-form-mantine": "2.0.0",
"react-hook-tracer": "1.4.0",
"react-i18next": "14.0.0",
Expand Down
Loading

0 comments on commit b329b2c

Please sign in to comment.