Skip to content

Commit

Permalink
Update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 7b287d5 commit f68b1af
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 71 deletions.
185 changes: 119 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/ui-component-library",
"version": "0.19.181",
"version": "0.19.182",
"description": "UI Component Library",
"author": "Digital Catapult (https://www.digicatapult.org.uk)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "jest"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^19.0.0"
},
"dependencies": {
"geojson": "^0.5.0",
Expand Down Expand Up @@ -77,9 +77,9 @@
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"prettier": "^3.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19.0.0",
"storybook": "^8.4.6",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
Expand Down

0 comments on commit f68b1af

Please sign in to comment.