Skip to content

Commit

Permalink
chore(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 Aug 24, 2023
1 parent b2a83ab commit b318ce2
Show file tree
Hide file tree
Showing 14 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"ct3aMetadata": {
"initVersion": "5.10.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.47.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier-plugin-prisma": "5.0.0",
"tsx": "3.12.7",
"turbo": "1.10.13",
"typescript": "5.1.6",
"typescript": "5.2.2",
"typesync": "0.11.1"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"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 @@ -36,7 +36,7 @@
"next-auth": "4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"peerDependencies": {
"next": "^13",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"esbuild": "0.19.2",
"eslint": "8.47.0",
"prettier": "3.0.2",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"aws-lambda": "1.0.7",
"eslint": "8.47.0",
"prettier": "3.0.2",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"eslint": "8.47.0",
"prettier": "3.0.2",
"prisma": "5.2.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
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": "14.0.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"tiny-invariant": "1.3.1",
"tsx": "3.12.7",
"type-fest": "4.2.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"zod-prisma-types": "2.7.9",
"zod-to-json-schema": "3.21.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.6.1",
"@weareinreach/util": "workspace:*",
"chromatic": "6.23.0",
"chromatic": "6.24.0",
"zod": "3.22.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-turbo": "1.10.13",
"next": "13.4.19",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "7.0.1",
"babel-loader": "9.1.3",
"chromatic": "6.23.0",
"chromatic": "6.24.0",
"css-loader": "6.8.1",
"dayjs": "1.11.9",
"dotenv": "16.3.1",
Expand Down Expand Up @@ -164,7 +164,7 @@
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "3.12.7",
"type-fest": "4.2.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"ulid": "2.3.0",
"webpack": "5.88.2",
"zod": "3.22.2"
Expand Down
Loading

0 comments on commit b318ce2

Please sign in to comment.