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 6, 2023
1 parent 5653c35 commit 85209de
Show file tree
Hide file tree
Showing 14 changed files with 324 additions and 328 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@prisma/instrumentation": "5.1.1",
"@sentry/nextjs": "7.61.1",
"@sentry/opentelemetry-node": "7.61.1",
"@tanstack/react-query": "4.32.5",
"@tanstack/react-query": "4.32.6",
"@tanstack/react-table": "8.9.3",
"@tiptap/extension-link": "2.0.4",
"@tiptap/react": "2.0.4",
Expand Down Expand Up @@ -96,7 +96,7 @@
"just-compare": "2.3.0",
"luxon": "3.3.0",
"next": "13.4.12",
"next-auth": "4.22.3",
"next-auth": "4.22.4",
"next-i18next": "14.0.0",
"next-seo": "6.1.0",
"nextjs-routes": "2.0.1",
Expand All @@ -106,19 +106,19 @@
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-i18next": "13.0.3",
"tslog": "4.8.2",
"tslog": "4.8.5",
"zod": "3.21.4"
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.1.1",
"@tanstack/react-query-devtools": "4.32.5",
"@tanstack/react-query-devtools": "4.32.6",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.4.2",
"@types/eslint": "8.44.2",
"@types/flat": "5.0.2",
"@types/luxon": "3.3.1",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/prettier": "2.7.3",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@next/bundle-analyzer": "13.4.12",
"@types/eslint": "8.44.2",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@changesets/cli": "2.26.2",
"@manypkg/cli": "0.21.0",
"@types/lint-staged": "13.2.0",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/prettier": "2.7.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -54,7 +54,7 @@
"typescript": "5.1.6",
"typesync": "0.11.1"
},
"packageManager": "[email protected].11",
"packageManager": "[email protected].12",
"engines": {
"node": "^18",
"pnpm": "^7 || ^8"
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@googlemaps/google-maps-services-js": "3.3.35",
"@opentelemetry/api": "1.4.1",
"@sentry/node": "7.61.1",
"@tanstack/react-query": "4.32.5",
"@tanstack/react-query": "4.32.6",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.37.1",
"@trpc/next": "10.37.1",
Expand Down Expand Up @@ -50,13 +50,13 @@
"slugify": "1.6.6",
"superjson": "1.13.1",
"tiny-invariant": "1.3.1",
"tslog": "4.8.2",
"tslog": "4.8.5",
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/luxon": "3.3.1",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/prettier": "2.7.3",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
Expand All @@ -78,5 +78,5 @@
"peerDependencies": {
"next": ">=13"
},
"packageManager": "[email protected].11"
"packageManager": "[email protected].12"
}
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"@weareinreach/util": "workspace:*",
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
"tslog": "4.8.2",
"tslog": "4.8.5",
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.46.0",
"next": "13.4.12",
"next-auth": "4.22.3",
"next-auth": "4.22.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
Expand All @@ -44,5 +44,5 @@
"react": "^18",
"react-dom": "^18"
},
"packageManager": "[email protected].11"
"packageManager": "[email protected].12"
}
6 changes: 3 additions & 3 deletions packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"@aws-lambda-powertools/logger": "1.12.1",
"flat": "5.0.2",
"ioredis": "5.3.2",
"tslog": "4.8.2",
"tslog": "4.8.5",
"zod": "3.21.4"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/flat": "5.0.2",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"esbuild": "0.18.17",
"esbuild": "0.18.18",
"eslint": "8.46.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.0",
"next-i18next": "14.0.0",
"typescript": "5.1.6"
},
"packageManager": "[email protected].11"
"packageManager": "[email protected].12"
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prisma-kysely": "1.5.0",
"sql-bricks": "3.0.1",
"superjson": "1.13.1",
"tslog": "4.8.2",
"tslog": "4.8.5",
"ulid": "2.3.0",
"zod": "3.21.4"
},
Expand All @@ -95,7 +95,7 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.1",
"@types/luxon": "3.3.1",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/papaparse": "5.3.7",
"@types/pg": "8.10.2",
"@types/prettier": "2.7.3",
Expand All @@ -112,7 +112,7 @@
"eslint": "8.46.0",
"flat": "5.0.2",
"geojson": "0.5.0",
"inquirer": "9.2.9",
"inquirer": "9.2.10",
"inquirer-autocomplete-prompt": "3.0.0",
"iso-3166-2": "1.0.0",
"iso-google-locales": "3.0.4",
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 @@ -18,7 +18,7 @@
"@tanstack/eslint-plugin-query": "4.32.5",
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"eslint": "8.46.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@emotion/server": "11.11.0",
"@faker-js/faker": "7.6.0",
"@geometricpanda/storybook-addon-badges": "2.0.0",
"@iconify-json/carbon": "1.1.18",
"@iconify-json/ph": "1.1.5",
"@iconify-json/simple-icons": "1.1.63",
"@iconify-json/carbon": "1.1.19",
"@iconify-json/ph": "1.1.6",
"@iconify-json/simple-icons": "1.1.64",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.7",
Expand Down Expand Up @@ -92,8 +92,8 @@
"@storybook/testing-library": "0.2.0",
"@storybook/theming": "7.2.1",
"@storybook/types": "7.2.1",
"@tanstack/react-query": "4.32.5",
"@tanstack/react-query-devtools": "4.32.5",
"@tanstack/react-query": "4.32.6",
"@tanstack/react-query-devtools": "4.32.6",
"@tanstack/react-table": "8.9.3",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.0.4",
Expand All @@ -108,7 +108,7 @@
"@types/eslint": "8.44.2",
"@types/google.maps": "3.53.6",
"@types/luxon": "3.3.1",
"@types/node": "18.17.2",
"@types/node": "18.17.3",
"@types/prettier": "2.7.3",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.18",
Expand Down Expand Up @@ -136,7 +136,7 @@
"msw": "1.2.3",
"msw-storybook-addon": "1.8.0",
"next": "13.4.12",
"next-auth": "4.22.3",
"next-auth": "4.22.4",
"next-i18next": "14.0.0",
"next-router-mock": "0.9.7",
"postcss-loader": "7.3.3",
Expand Down Expand Up @@ -166,8 +166,8 @@
"peerDependencies": {
"@emotion/react": "^11",
"@emotion/server": "^11",
"@iconify-json/carbon": "1.1.18",
"@iconify-json/simple-icons": "1.1.63",
"@iconify-json/carbon": "1.1.19",
"@iconify-json/simple-icons": "1.1.64",
"@iconify/react": "^4",
"@iconify/utils": "^2",
"@mantine/carousel": "^6",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"tslog": "4.8.2"
"tslog": "4.8.5"
},
"devDependencies": {
"@weareinreach/config": "workspace:*",
Expand Down
Loading

0 comments on commit 85209de

Please sign in to comment.