Skip to content

Commit

Permalink
Merge pull request #594 from Muslik/master
Browse files Browse the repository at this point in the history
feat(sdk-react): updated react version to 19
  • Loading branch information
heyqbnk authored Dec 15, 2024
2 parents d687b7f + 26e48b3 commit a4a606b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-oranges-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@telegram-apps/sdk-react": patch
---

Allow using `react@19`
8 changes: 4 additions & 4 deletions packages/sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"@telegram-apps/sdk": "workspace:^"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^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"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"@types/react": "^18.3.12",
"react": "^18.3.1",
"@types/react": "^19.0.0",
"react": "^19.0.0",
"tsconfig": "workspace:*"
},
"publishConfig": {
Expand Down
41 changes: 27 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit a4a606b

Please sign in to comment.