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 Dec 6, 2024
1 parent 77bec3f commit d93796a
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 94 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": "20.16.5",
"@types/raf-schd": "4.0.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-virtualized": "9.21.30",
"@types/react-window": "1.8.8",
"@types/seedrandom": "3.0.8",
Expand Down Expand Up @@ -175,8 +175,8 @@
"postcss-styled-syntax": "0.6.4",
"prettier": "3.3.3",
"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.10",
"release-it": "17.6.0",
Expand All @@ -196,8 +196,8 @@
"webpack": "5.94.0"
},
"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 d93796a

Please sign in to comment.