Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to v19.0.0 (#1795)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: gabriel miranda <[email protected]>
  • Loading branch information
renovate[bot] and gabrielmfern authored Dec 3, 2024
1 parent 6781316 commit d496bfd
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 183 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"@changesets/cli": "2.27.9",
"@types/node": "18.18.0",
"@types/react": "npm:[email protected]-rc.1",
"@types/react-dom": "npm:[email protected]-rc.1",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"eslint": "8.50.0",
"happy-dom": "15.10.2",
"prettier": "3.0.3",
Expand All @@ -34,7 +34,7 @@
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]-rc.1"
"@types/react-dom": "npm:[email protected]"
}
}
}
2 changes: 1 addition & 1 deletion packages/render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@types/html-to-text": "9.0.4",
"@types/prettier": "3.0.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]-rc.1",
"@types/react-dom": "npm:[email protected]",
"eslint-config-custom": "workspace:*",
"jsdom": "23.0.1",
"tsconfig": "workspace:*",
Expand Down
Loading

0 comments on commit d496bfd

Please sign in to comment.