Skip to content

Commit

Permalink
Fix primefaces#6724: React 19 support
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jun 4, 2024
1 parent 4706144 commit 1ad192e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
52 changes: 26 additions & 26 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
Expand Up @@ -26,8 +26,8 @@
"apiwebtypes": "node ./api-scripts/build-webtypes.js"
},
"dependencies": {
"@docsearch/react": "3.5.2",
"chart.js": "4.4.2",
"@docsearch/react": "3.6.0",
"chart.js": "4.4.3",
"file-saver": "2.0.5",
"fs-extra": "^11.2.0",
"jspdf": "2.5.1",
Expand All @@ -37,8 +37,8 @@
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"quill": "2.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-transition-group": "^4.4.5",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
Expand Down Expand Up @@ -83,6 +83,6 @@
"typescript": "5.1.6"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
}
6 changes: 3 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ function addPackageJson() {
"module": "primereact.all.esm.min.js",
"web-types": "web-types.json",
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 1ad192e

Please sign in to comment.