Skip to content

Commit

Permalink
chore: React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- committed Dec 30, 2024
1 parent 5719651 commit 0f2bc80
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"nx": "^20.2.2",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"react-dom": "^18.3.1",
"react-dom": "^19",
"simple-git-hooks": "^2.11.1",
"sync-request": "^6.1.0",
"tsx": "^4.19.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/ts/file-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"access": "public"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19",
"react-dom": "^19",
"react-router": "^7"
},
"devDependencies": {
Expand Down Expand Up @@ -86,7 +86,7 @@
"@vaadin/hilla-react-auth": "24.7.0-alpha3",
"@vaadin/hilla-react-signals": "24.7.0-alpha3",
"c8": "^10.1.3",
"react": "^18.2.0",
"react": "^19",
"rollup": "^4.21.0",
"typescript": "5.7.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@vaadin/hilla-lit-form": "24.7.0-alpha3"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
Expand All @@ -61,8 +61,8 @@
"@types/chai-like": "^1.1.3",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@vaadin/hilla-frontend": "24.7.0-alpha3"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"react": "^19",
"react-dom": "^19",
"react-router": "^7"
},
"devDependencies": {
Expand All @@ -60,8 +60,8 @@
"@types/chai": "^4.3.20",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/react-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@vaadin/react-components": "24.7.0-alpha2"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
Expand All @@ -73,8 +73,8 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@vaadin/hilla-lit-form": "24.7.0-alpha3"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
Expand All @@ -60,8 +60,8 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/react-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"intl-messageformat": "^10.7.10"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
Expand All @@ -62,8 +62,8 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/ts/react-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"nanoid": "^5.0.9"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
Expand All @@ -62,8 +62,8 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down

0 comments on commit 0f2bc80

Please sign in to comment.