Skip to content

Commit

Permalink
feat: support react v19 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Dec 6, 2024
1 parent 00ffa22 commit 29d4abd
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 78 deletions.
178 changes: 107 additions & 71 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"author": "Andrea Carraro <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18",
"react-dom": "^16.8.0 || ^17.0.0 || ^18"
"react": "^16.8.0 || ^17 || ^18 || ^19",
"react-dom": "^16.8.0 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
Expand All @@ -59,17 +59,17 @@
"@storybook/react-vite": "^8.1.6",
"@storybook/test": "^8.1.6",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.1.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^22.8.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/svg-path-parser": "^1.1.6",
"@vitest/coverage-v8": "^2.1.4",
"jsdom": "^25.0.1",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-tooltip": "^4.5.1",
"rollup": "^4.18.0",
"simple-git-hooks": "^2.11.1",
Expand Down

0 comments on commit 29d4abd

Please sign in to comment.