Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19 (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 7b845f7 commit 976da9a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 65 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lodash": "^4.17.21",
"oxlint": "^0.14.0",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react": "^19.0.0",
"rxjs": "^7.8.1",
"sinon": "^19.0.0",
"tslib": "^2.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/integrate-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@napi-rs/simple-git": "^0.1.16",
"@swc/core": "^1.6.6",
"@swc-node/register": "workspace:*",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"esmock": "^2.6.6",
"ipaddr.js": "^2.2.0",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"simple-git": "^3.25.0",
"typescript": "^5.5.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/integrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@swc-node/core": "^1.13.1",
"@swc-node/register": "workspace:*",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sinon": "^19.0.0",
"typescript": "^5.5.3"
}
Expand Down
93 changes: 37 additions & 56 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 976da9a

Please sign in to comment.