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 18, 2024
1 parent 50822ec commit 51f9b54
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
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 All @@ -84,7 +84,7 @@
"@vaadin/hilla-generator-utils": "24.7.0-alpha2",
"@vaadin/hilla-react-auth": "24.7.0-alpha2",
"@vaadin/hilla-react-signals": "24.7.0-alpha2",
"react": "^18.3.1",
"react": "^19",
"rollup": "^4.21.0",
"typescript": "5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@vaadin/hilla-lit-form": "24.7.0-alpha2"
},
"peerDependencies": {
"react": "^18"
"react": "^19"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand All @@ -61,7 +61,7 @@
"@types/chai-like": "^1.1.3",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.10",
"@types/react": "^18.3.17",
"@types/react": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
6 changes: 3 additions & 3 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-alpha2"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"react": "^19",
"react-dom": "^19",
"react-router": "^7"
},
"devDependencies": {
Expand All @@ -61,7 +61,7 @@
"@types/chai": "^4.3.20",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.17",
"@types/react": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
6 changes: 3 additions & 3 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-alpha1"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand All @@ -74,7 +74,7 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.17",
"@types/react": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/react-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@vaadin/hilla-lit-form": "24.7.0-alpha2"
},
"peerDependencies": {
"react": "^18"
"react": "^19"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand All @@ -60,7 +60,7 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.17",
"@types/react": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/react-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"intl-messageformat": "^10.7.10"
},
"peerDependencies": {
"react": "^18"
"react": "^19"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand All @@ -62,7 +62,7 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.17",
"@types/react": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts/react-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"nanoid": "^5.0.9"
},
"peerDependencies": {
"react": "^18"
"react": "^19"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
Expand All @@ -62,7 +62,7 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-dom": "^1.11.3",
"@types/mocha": "^10.0.10",
"@types/react": "^18.3.17",
"@types/react": "^19",
"@types/sinon": "^10.0.20",
"@types/sinon-chai": "^3.2.12",
"@types/validator": "^13.12.2",
Expand Down

0 comments on commit 51f9b54

Please sign in to comment.