Skip to content

Commit

Permalink
chore(ui): update dependency @types/react to v18.0.35 (#406)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.0.34` -> `18.0.35`](https://renovatebot.com/diffs/npm/@types%2freact/18.0.34/18.0.35) | [![age](https://badges.renovateapi.com/packages/npm/@types%2freact/18.0.35/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact/18.0.35/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2freact/18.0.35/compatibility-slim/18.0.34)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact/18.0.35/confidence-slim/18.0.34)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #406
Co-authored-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
kodiakhq[bot] and renovate[bot] committed Apr 12, 2023
2 parents 7fec2e1 + b5bea1d commit c17884f
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Expand Up @@ -89,7 +89,7 @@
"@types/flat": "5.0.2",
"@types/luxon": "3.3.0",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/umami": "0.1.1",
"@typescript-eslint/eslint-plugin": "5.58.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Expand Up @@ -44,7 +44,7 @@
"@next/bundle-analyzer": "13.3.0",
"@types/eslint": "8.37.0",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/eslint": "8.37.0",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@weareinreach/config": "0.100.0",
"@weareinreach/db": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -90,7 +90,7 @@
"@types/google.maps": "3.52.5",
"@types/luxon": "3.3.0",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@weareinreach/api": "0.100.0",
"@weareinreach/auth": "0.100.0",
Expand Down

0 comments on commit c17884f

Please sign in to comment.