Skip to content

Commit

Permalink
feat: upgrade react to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Dec 19, 2024
1 parent 90c4b38 commit dff4c8c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 50 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"peerDependencies": {
"chart.js": "^4.1.1",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
Expand All @@ -83,8 +83,8 @@
"@testing-library/react": "^16.1.0",
"@types/faker": "^5.5.8",
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react": "^4.3.4",
Expand All @@ -111,8 +111,8 @@
"jsdom": "^25.0.1",
"nano-staged": "^0.8.0",
"prettier": "^3.4.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^3.3.0",
"rollup-plugin-swc3": "^0.8.0",
"simple-git-hooks": "^2.6.1",
Expand All @@ -135,6 +135,5 @@
]
}
}
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}
}
107 changes: 64 additions & 43 deletions pnpm-lock.yaml

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

0 comments on commit dff4c8c

Please sign in to comment.