Skip to content

Commit

Permalink
Update react to v19 (#890)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent ada8d2d commit d174983
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 38 deletions.
58 changes: 25 additions & 33 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": "blueprint-task-manager",
"version": "0.6.8",
"version": "0.6.9",
"author": "Stan Lemon <[email protected]>",
"description": "Blueprint Task Manager - A playground to experiment with React and Redux.",
"license": "MIT",
Expand Down Expand Up @@ -61,8 +61,8 @@
"path-to-regexp": "^8.2.0",
"pg": "^8.13.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-fontawesome": "^1.7.1",
"react-redux": "^9.2.0",
"rsuite": "^5.75.0",
Expand All @@ -76,8 +76,8 @@
"@stanlemon/eslint-config": "^3.0.8",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"better-sqlite3": "^11.7.0",
"concurrently": "^9.1.0",
"nodemon": "^3.1.9",
Expand Down

0 comments on commit d174983

Please sign in to comment.