Skip to content

Commit

Permalink
fix(auth): update all non-major dependencies (#1086)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 1ec6043 commit a2a45a1
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 40 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
"commander": "12.0.0",
"dotenv": "16.4.2",
"dotenv": "16.4.3",
"eslint": "8.56.0",
"eslint-plugin-i18next": "6.0.3",
"i18next-hmr": "3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
"dotenv": "16.4.2",
"dotenv": "16.4.3",
"husky": "9.0.10",
"knip": "5.0.0",
"knip": "5.0.1",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"aws-jwt-verify": "4.0.0",
"aws-jwt-verify": "4.0.1",
"tiny-invariant": "1.3.1",
"tslog": "4.9.2",
"zod": "3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv": "16.4.2",
"dotenv": "16.4.3",
"dotenv-cli": "7.3.0",
"eslint": "8.56.0",
"google-auth-library": "9.6.3",
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": "10.9.3",
"chromatic": "10.9.4",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
"babel-loader": "9.1.3",
"chromatic": "10.9.3",
"chromatic": "10.9.4",
"css-loader": "6.10.0",
"dayjs": "1.11.10",
"dotenv": "16.4.2",
"dotenv": "16.4.3",
"embla-carousel-react": "7.1.0",
"eslint": "8.56.0",
"i18next": "23.8.2",
Expand Down
163 changes: 131 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2a45a1

Please sign in to comment.