Skip to content

Commit

Permalink
fix(api): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Jan 11, 2023
1 parent 50f6818 commit 9267102
Show file tree
Hide file tree
Showing 10 changed files with 180 additions and 227 deletions.
12 changes: 6 additions & 6 deletions apps/app/package.json
Expand Up @@ -38,10 +38,10 @@
"@tiptap/extension-link": "2.0.0-beta.209",
"@tiptap/react": "2.0.0-beta.209",
"@tiptap/starter-kit": "2.0.0-beta.209",
"@trpc/client": "10.8.1",
"@trpc/next": "10.8.1",
"@trpc/react-query": "10.8.1",
"@trpc/server": "10.8.1",
"@trpc/client": "10.8.2",
"@trpc/next": "10.8.2",
"@trpc/react-query": "10.8.2",
"@trpc/server": "10.8.2",
"@weareinreach/api": "0.100.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
Expand All @@ -66,8 +66,8 @@
"@types/node": "16.18.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"commander": "9.5.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -34,7 +34,7 @@
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@types/eslint": "8.4.10",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"cypress": "11.2.0",
Expand All @@ -46,18 +46,18 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-storybook": "0.6.8",
"eslint-plugin-storybook": "0.6.10",
"eslint-plugin-turbo": "0.0.7",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"prettier": "2.8.2",
"prettier-plugin-jsdoc": "0.4.2",
"prettier-plugin-packagejson": "2.3.0",
"prettier-plugin-prisma": "4.8.0",
"turbo": "1.6.3",
"turbo": "1.7.0",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.23.0",
"packageManager": "pnpm@7.24.2",
"engines": {
"node": ">=16.18.0",
"pnpm": ">=7"
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Expand Up @@ -13,16 +13,16 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@trpc/client": "10.8.1",
"@trpc/server": "10.8.1",
"@trpc/client": "10.8.2",
"@trpc/server": "10.8.2",
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
"superjson": "1.12.1",
"zod": "3.20.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.31.0",
Expand All @@ -33,5 +33,5 @@
"eslint-plugin-simple-import-sort": "8.0.0",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.23.0"
"packageManager": "pnpm@7.24.2"
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Expand Up @@ -21,7 +21,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.31.0",
Expand All @@ -32,5 +32,5 @@
"eslint-plugin-simple-import-sort": "8.0.0",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.23.0"
"packageManager": "pnpm@7.24.2"
}
2 changes: 1 addition & 1 deletion packages/aws-user-migrate/package.json
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@weareinreach/db": "0.100.0",
"aws-sdk": "2.1290.0"
"aws-sdk": "2.1292.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.109",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -19,5 +19,5 @@
"next-i18next": "13.0.3",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.23.0"
"packageManager": "pnpm@7.24.2"
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Expand Up @@ -50,7 +50,7 @@
"@types/luxon": "3.2.0",
"@types/node": "16.18.11",
"@types/recursive-readdir": "2.2.1",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"@zerodep/geo.stateiso": "0.1.4",
Expand All @@ -72,14 +72,14 @@
"iso-3166-2": "1.0.0",
"iso-google-locales": "3.0.4",
"langs": "2.0.0",
"libphonenumber-js": "1.10.17",
"libphonenumber-js": "1.10.18",
"listr2": "5.0.6",
"luxon": "3.2.1",
"mongoback": "3.0.3",
"prisma": "4.8.1",
"prisma-dbml-generator": "0.10.0",
"prisma-docs-generator": "0.5.0",
"quicktype-core": "7.0.32",
"quicktype-core": "7.0.38",
"recursive-readdir": "2.2.3",
"shoetest": "1.2.1",
"slugify": "1.6.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@next/eslint-plugin-next": "13.1.1",
"@types/eslint": "8.4.10",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.6.0",
Expand All @@ -29,7 +29,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-storybook": "0.6.8",
"eslint-plugin-storybook": "0.6.10",
"eslint-plugin-turbo": "0.0.7",
"next": "13.1.1",
"typescript": "4.9.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Expand Up @@ -58,7 +58,7 @@
"@types/node": "16.18.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"babel-loader": "9.1.2",
Expand All @@ -75,7 +75,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-storybook": "0.6.8",
"eslint-plugin-storybook": "0.6.10",
"eslint-plugin-turbo": "0.0.7",
"i18next": "22.4.9",
"i18next-browser-languagedetector": "7.0.1",
Expand Down

0 comments on commit 9267102

Please sign in to comment.