Skip to content

Commit

Permalink
Update to React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Dec 10, 2024
1 parent 2c411b1 commit e26d042
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 400 deletions.
20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-activity-calendar",
"version": "2.7.4",
"version": "2.7.5",
"description": "React component to display activity data in calendar",
"author": "Jonathan Gruber <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.25.7",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.16.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
Expand All @@ -57,7 +57,7 @@
"@storybook/react-vite": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.11",
"@types/react": "^19.0.1",
"@vitejs/plugin-react": "^4.3.4",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.16.0",
Expand All @@ -68,7 +68,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react": "^19.0.0",
"react-docgen": "^7.1.0",
"react-ga4": "^2.1.0",
"react-tooltip": "^5.27.0",
Expand All @@ -80,12 +80,18 @@
"storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-replace": "^0.1.1"
},
"peerDependencies": {
"react": "^18.0.0"
"react": "^18.0.0 || ^19.0.0"
},
"pnpm": {
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
},
"jest": {
"testEnvironment": "jsdom"
Expand Down
Loading

0 comments on commit e26d042

Please sign in to comment.