Skip to content

Commit

Permalink
chore(dev-deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 786ee75 commit 0959a94
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 108 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
"@types/markdown-it": "14.1.2",
"@types/node": "22.10.5",
"@types/raf-schd": "4.0.3",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@types/react-virtualized": "9.22.0",
"@types/react-window": "1.8.8",
"@types/seedrandom": "3.0.8",
Expand Down Expand Up @@ -175,8 +175,8 @@
"postcss-styled-syntax": "0.7.0",
"prettier": "3.4.2",
"raf-stub": "3.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-virtualized": "9.22.5",
"react-window": "1.8.11",
"release-it": "17.11.0",
Expand All @@ -196,8 +196,8 @@
"webpack": "5.97.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"license": "Apache-2.0",
"jest-junit": {
Expand Down
Loading

0 comments on commit 0959a94

Please sign in to comment.