Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent ebb27c3 commit ac04858
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@rollup/plugin-node-resolve": "13.3.0",
"@types/common-tags": "1.8.4",
"@types/jest": "29.5.14",
"@types/react": "18.3.16",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-test-renderer": "18.3.1",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "8.18.0",
Expand All @@ -49,15 +49,15 @@
"jest": "28.1.3",
"next": "13.4.19",
"prettier": "2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "3.1.4",
"react-test-renderer": "18.3.1",
"react-test-renderer": "19.0.0",
"rollup": "2.79.2",
"typescript": "4.9.5"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18.0.0",
"react": "^16.8 || ^17 || ^18.0.0 || ^19.0.0",
"next": "^9.3 || ^10 || ^11.0.0 || ^12.0.0 || ^13.0.0"
}
}

0 comments on commit ac04858

Please sign in to comment.