Skip to content

Commit

Permalink
Support react 19 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi authored Dec 8, 2024
1 parent 69d16c6 commit 5233ff1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 48 deletions.
65 changes: 26 additions & 39 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@eslint/compat": "^1.2.4",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "^16.1.0",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
Expand All @@ -31,8 +31,8 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-jsx-highcharts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
},
"peerDependencies": {
"highcharts": "^9.1.2 || ^10.0.0 || ^11.0.0 || ^12.0.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"browserslist": [
"chrome >= 81",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-jsx-highmaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"peerDependencies": {
"highcharts": "^9.1.2 || ^10.0.0 || ^11.0.0 || ^12.0.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"types": "types/index.d.ts",
"browserslist": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react-jsx-highstock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
},
"peerDependencies": {
"highcharts": "^9.1.2 || ^10.0.0 || ^11.0.0 || ^12.0.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"browserslist": [
"chrome >= 81",
Expand Down

0 comments on commit 5233ff1

Please sign in to comment.