Skip to content

Commit

Permalink
chore(ui): update all non-major dependencies (#1166)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 72020be commit ab3a762
Show file tree
Hide file tree
Showing 14 changed files with 872 additions and 834 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.13.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.5",
"@types/eslint": "8.56.6",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
Expand All @@ -133,7 +133,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.12.0",
"type-fest": "4.13.0",
"typescript": "5.4.2",
"webpack-bundle-analyzer": "4.10.1"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"devDependencies": {
"@next/bundle-analyzer": "14.1.3",
"@types/eslint": "8.56.5",
"@types/node": "20.11.28",
"@types/eslint": "8.56.6",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@weareinreach/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.136",
"@types/eslint": "8.56.5",
"@types/node": "20.11.28",
"@types/eslint": "8.56.6",
"@types/node": "20.11.30",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.136",
"@types/eslint": "8.56.5",
"@types/node": "20.11.28",
"@types/eslint": "8.56.6",
"@types/node": "20.11.30",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.12.5",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"@types/yargs": "17.0.32",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -50,7 +50,7 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.0.11",
"knip": "5.1.2",
"knip": "5.1.3",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@weareinreach/eslint-config": "workspace:*",
"next": "14.1.3",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.12.0"
"type-fest": "4.13.0"
},
"peerDependencies": {
"next": "14.1.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
},
"devDependencies": {
"@turbo/gen": "1.12.5",
"@types/eslint": "8.56.5",
"@types/google.maps": "3.55.4",
"@types/eslint": "8.56.6",
"@types/google.maps": "3.55.5",
"@types/luxon": "3.4.2",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -67,7 +67,7 @@
"prettier": "3.2.5",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.12.0",
"type-fest": "4.13.0",
"typescript": "5.4.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"zod": "3.22.4"
},
"devDependencies": {
"@types/eslint": "8.56.5",
"@types/node": "20.11.28",
"@types/eslint": "8.56.6",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.12.5",
"@turf/helpers": "7.0.0-alpha.114",
"@types/eslint": "8.56.5",
"@types/eslint": "8.56.6",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.2",
"@types/pg": "8.11.3",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -87,7 +87,7 @@
"inquirer": "9.2.16",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.14.0",
"kysely-codegen": "0.14.1",
"libphonenumber-js": "1.10.58",
"listr2": "8.0.2",
"luxon": "3.4.4",
Expand All @@ -108,7 +108,7 @@
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.7.1",
"type-fest": "4.12.0",
"type-fest": "4.13.0",
"typescript": "5.4.2",
"zod-prisma-types": "3.1.6",
"zod-to-json-schema": "3.22.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 @@ -19,7 +19,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.0.8",
"chromatic": "11.1.0",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"devDependencies": {
"@next/eslint-plugin-next": "14.1.3",
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.5",
"@types/eslint": "8.56.6",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.28",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "9.1.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"zustand": "4.5.2"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/plugin-transform-typescript": "7.23.6",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/core": "7.24.1",
"@babel/plugin-transform-typescript": "7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
"@faker-js/faker": "8.4.1",
Expand Down Expand Up @@ -120,10 +120,10 @@
"@trpc/react-query": "10.45.2",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.9.6",
"@types/eslint": "8.56.5",
"@types/google.maps": "3.55.4",
"@types/eslint": "8.56.6",
"@types/google.maps": "3.55.5",
"@types/luxon": "3.4.2",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
Expand All @@ -135,7 +135,7 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
"babel-loader": "9.1.3",
"chromatic": "11.0.8",
"chromatic": "11.1.0",
"css-loader": "6.10.0",
"dayjs": "1.11.10",
"dotenv": "16.4.5",
Expand All @@ -149,7 +149,7 @@
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"merge-anything": "5.1.7",
"msw": "2.2.7",
"msw": "2.2.8",
"msw-storybook-addon": "2.0.0-beta.0",
"next": "14.1.3",
"next-auth": "4.24.7",
Expand All @@ -175,7 +175,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.1",
"type-fest": "4.12.0",
"type-fest": "4.13.0",
"typescript": "5.4.2",
"webpack": "5.90.3",
"zod": "3.22.4"
Expand Down
Loading

0 comments on commit ab3a762

Please sign in to comment.