Skip to content

Commit

Permalink
chore(deps): bump @types/react-dom from 18.0.11 to 18.2.7 in /frontend
Browse files Browse the repository at this point in the history
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.11 to 18.2.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent e47bf9c commit 49efc4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@types/node": "^18.14.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.6",
"@types/react-dom": "^18.2.7",
"eslint": "^8.42.0",
"eslint-config-next": "^12.3.0",
"typescript": "^4.8.3"
Expand Down
2 changes: 1 addition & 1 deletion frontend/examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@teamhanko/hanko-elements": "^0.8.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.6",
"@types/react-dom": "^18.2.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
Expand Down
10 changes: 5 additions & 5 deletions frontend/package-lock.json

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

0 comments on commit 49efc4a

Please sign in to comment.