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 Apr 4, 2024
1 parent 0726674 commit 77163a2
Show file tree
Hide file tree
Showing 12 changed files with 664 additions and 411 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
"@types/eslint": "8.56.7",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.2.24",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
Expand All @@ -127,7 +127,7 @@
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-plugin-i18next": "6.0.3",
"i18next-hmr": "3.1.1",
"i18next-hmr": "3.1.2",
"listr2": "8.2.1",
"prettier": "3.2.5",
"trpc-client-devtools-link": "0.2.1-next",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.4",
"@types/eslint": "8.56.7",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.2.24",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-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.136",
"@types/eslint": "8.56.7",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-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.136",
"@types/eslint": "8.56.7",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 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.13.2",
"@types/lint-staged": "13.3.0",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@types/yargs": "17.0.32",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -50,14 +50,14 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.0.11",
"knip": "5.7.1",
"knip": "5.7.2",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.8.1",
"tsx": "4.7.1",
"tsx": "4.7.2",
"turbo": "1.13.2",
"typescript": "5.4.3",
"typesync": "0.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/eslint": "8.56.7",
"@types/google.maps": "3.55.5",
"@types/luxon": "3.4.2",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
},
"devDependencies": {
"@types/eslint": "8.56.7",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.2.24",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.57.0",
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.12.3",
"@types/node": "20.12.4",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"devDependencies": {
"@octokit/core": "5.1.0",
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.89.6",
"@snaplet/seed": "0.90.0",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.13.2",
"@turf/helpers": "7.0.0-alpha.114",
"@types/eslint": "8.56.7",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.4",
"@types/terraformer__wkt": "2.0.3",
Expand Down Expand Up @@ -102,12 +102,12 @@
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
"slugify": "1.6.6",
"snaplet": "0.89.6",
"snaplet": "0.90.0",
"social-links": "1.14.0",
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.7.1",
"tsx": "4.7.2",
"type-fest": "4.15.0",
"typescript": "5.4.3",
"zod-prisma-types": "3.1.6",
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.38.0",
"@types/eslint": "8.56.7",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"@iconify-icon/react": "2.0.1",
"@iconify-json/carbon": "1.1.31",
"@iconify-json/fluent-mdl2": "1.1.6",
"@iconify-json/mdi": "1.1.64",
"@iconify-json/ph": "1.1.11",
"@iconify-json/simple-icons": "1.1.97",
"@iconify-json/mdi": "1.1.65",
"@iconify-json/ph": "1.1.12",
"@iconify-json/simple-icons": "1.1.98",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.22",
Expand Down Expand Up @@ -103,7 +103,7 @@
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.6.17",
"@storybook/types": "7.6.17",
"@swc/core": "1.4.11",
"@swc/core": "1.4.12",
"@swc/helpers": "0.5.8",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -116,10 +116,10 @@
"@types/eslint": "8.56.7",
"@types/google.maps": "3.55.5",
"@types/luxon": "3.4.2",
"@types/node": "20.12.3",
"@types/node": "20.12.4",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.23",
"@types/react-dom": "18.2.24",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
Expand All @@ -135,7 +135,7 @@
"eslint": "8.57.0",
"i18next": "23.10.1",
"i18next-browser-languagedetector": "7.2.1",
"i18next-hmr": "3.1.1",
"i18next-hmr": "3.1.2",
"i18next-http-backend": "2.5.0",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
Expand Down Expand Up @@ -166,7 +166,7 @@
"style-loader": "3.3.4",
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.1",
"tsx": "4.7.2",
"type-fest": "4.15.0",
"typescript": "5.4.3",
"webpack": "5.91.0",
Expand Down
Loading

0 comments on commit 77163a2

Please sign in to comment.