mirror of
https://github.com/teamhanko/hanko.git
synced 2025-10-28 23:30:15 +08:00
chore(deps): bump @types/react-dom from 18.0.11 to 18.2.7 in /frontend
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@ -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"
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"dependencies": {
|
||||
"@teamhanko/hanko-elements": "^0.8.2",
|
||||
"@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",
|
||||
|
||||
10
frontend/package-lock.json
generated
10
frontend/package-lock.json
generated
@ -521,7 +521,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"
|
||||
@ -532,7 +532,7 @@
|
||||
"dependencies": {
|
||||
"@teamhanko/hanko-elements": "^0.8.2",
|
||||
"@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",
|
||||
@ -6082,9 +6082,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/react-dom": {
|
||||
"version": "18.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.11.tgz",
|
||||
"integrity": "sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==",
|
||||
"version": "18.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz",
|
||||
"integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==",
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user