Skip to content

Commit

Permalink
chore(app): 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 Apr 2, 2024
1 parent 577a182 commit 4d0c72f
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 113 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.42.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.11.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.12.0",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.15.3",
"@total-typescript/ts-reset": "0.5.1",
Expand All @@ -118,8 +118,8 @@
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
Expand Down
6 changes: 3 additions & 3 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.13.0",
"@turbo/gen": "1.13.1",
"@types/lint-staged": "13.3.0",
"@types/node": "20.12.2",
"@types/yargs": "17.0.32",
Expand All @@ -58,12 +58,12 @@
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.8.1",
"tsx": "4.7.1",
"turbo": "1.13.0",
"turbo": "1.13.1",
"typescript": "5.4.3",
"typesync": "0.12.1",
"yargs": "17.7.2"
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.10.5"
Expand Down
2 changes: 1 addition & 1 deletion 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.13.0",
"@turbo/gen": "1.13.1",
"@types/eslint": "8.56.7",
"@types/google.maps": "3.55.5",
"@types/luxon": "3.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@prisma/client": "5.11.0",
"@prisma/instrumentation": "5.11.0",
"@vercel/kv": "1.0.1",
"@vercel/postgres-kysely": "0.7.2",
"@vercel/postgres-kysely": "0.8.0",
"@weareinreach/crowdin": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
Expand All @@ -66,7 +66,7 @@
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.89.6",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.13.0",
"@turbo/gen": "1.13.1",
"@turf/helpers": "7.0.0-alpha.114",
"@types/eslint": "8.56.7",
"@types/inquirer": "9.0.7",
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 @@ -19,8 +19,8 @@
"@types/eslint": "8.56.7",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-node": "npm:[email protected]",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "1.13.0",
"eslint-plugin-turbo": "1.13.1",
"next": "14.1.4",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.4.3"
Expand Down
Loading

0 comments on commit 4d0c72f

Please sign in to comment.