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 12, 2024
1 parent 5eb29e1 commit 6a2af39
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 83 deletions.
207 changes: 130 additions & 77 deletions package-lock.json

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

12 changes: 6 additions & 6 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.189",
"version": "0.19.190",
"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 @@ -58,7 +58,7 @@
"@types/moo": "^0.5.9",
"@types/node": "^20.17.9",
"@types/prop-types": "^15.7.14",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"@types/react-test-renderer": "^19.0.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.18.0",
Expand All @@ -77,9 +77,9 @@
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"prettier": "^3.4.2",
"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.7",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
Expand Down

0 comments on commit 6a2af39

Please sign in to comment.