Skip to content

Commit

Permalink
Keep everything, add ^19
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Dec 17, 2024
1 parent c9af12a commit e7c3fae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
14 changes: 12 additions & 2 deletions packages/react-components-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,18 @@
"author": "Vaadin Ltd.",
"license": "SEE LICENSE IN LICENSE",
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "18.x || 19.x"
"@types/react": "^18.2.37 || ^19",
"@types/react-dom": "^18.2.15 || ^19",
"react": "^18.2.0 || ^19",
"react-dom": "^18.2.0 || ^19"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"sideEffects": false,
"files": [
Expand Down
14 changes: 12 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,18 @@
"author": "Vaadin Ltd.",
"license": "Apache-2.0",
"peerDependencies": {
"react": "18.x || 19.x",
"react-dom": "18.x || 19.x"
"@types/react": "^18.2.37 || ^19",
"@types/react-dom": "^18.2.15 || ^19",
"react": "^18.2.0 || ^19",
"react-dom": "^18.2.0 || ^19"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"sideEffects": false,
"files": [
Expand Down

0 comments on commit e7c3fae

Please sign in to comment.