Skip to content

Commit

Permalink
Merge branch 'dev' into IN-945-service-edit-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 21, 2024
2 parents 209219e + 402ea24 commit 612bc21
Show file tree
Hide file tree
Showing 13 changed files with 232 additions and 288 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.13.1",
"typescript": "5.4.2",
"typescript": "5.4.3",
"webpack-bundle-analyzer": "4.10.1"
},
"ct3aMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"eslint": "8.57.0",
"prettier": "3.2.5",
"prisma": "5.11.0",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.12.5",
"@turbo/gen": "1.13.0",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.30",
"@types/yargs": "17.0.32",
Expand All @@ -50,16 +50,16 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.0.11",
"knip": "5.1.5",
"knip": "5.2.1",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.4.12",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.8.1",
"tsx": "4.7.1",
"turbo": "1.12.5",
"typescript": "5.4.2",
"turbo": "1.13.0",
"typescript": "5.4.3",
"typesync": "0.12.1",
"yargs": "17.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@turbo/gen": "1.12.5",
"@turbo/gen": "1.13.0",
"@types/eslint": "8.56.6",
"@types/google.maps": "3.55.5",
"@types/luxon": "3.4.2",
Expand All @@ -68,7 +68,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.13.1",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"peerDependencies": {
"next": ">=13"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"peerDependencies": {
"next": "^14",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/crowdin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"prettier": "3.2.5",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.89.4",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.12.5",
"@turbo/gen": "1.13.0",
"@turf/helpers": "7.0.0-alpha.114",
"@types/eslint": "8.56.6",
"@types/inquirer": "9.0.7",
Expand Down Expand Up @@ -109,7 +109,7 @@
"tiny-invariant": "1.3.3",
"tsx": "4.7.1",
"type-fest": "4.13.1",
"typescript": "5.4.2",
"typescript": "5.4.3",
"zod-prisma-types": "3.1.6",
"zod-to-json-schema": "3.22.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-codegen": "0.26.0",
"eslint-plugin-codegen": "0.27.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "npm:[email protected]",
"eslint-plugin-node": "npm:[email protected]",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "1.12.5",
"eslint-plugin-turbo": "1.13.0",
"next": "14.1.4",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.1",
"type-fest": "4.13.1",
"typescript": "5.4.2",
"typescript": "5.4.3",
"webpack": "5.91.0",
"zod": "3.22.4"
},
Expand Down
Loading

0 comments on commit 612bc21

Please sign in to comment.