Skip to content

Commit

Permalink
Merge pull request #49 from twa-dev/react-19
Browse files Browse the repository at this point in the history
supported react 19 peer dependency
  • Loading branch information
ArthurStam authored Feb 5, 2025
2 parents 49093f1 + 33aef24 commit 6bab68c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
20 changes: 7 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twa-dev/sdk",
"version": "8.0.1",
"version": "8.0.2",
"main": "dist/index.js",
"sideEffects": [
"./dist/telegram-web-apps.js"
Expand Down Expand Up @@ -35,7 +35,7 @@
"author": "Artur Stambultsian <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react": "^19.0.8",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
Expand All @@ -53,6 +53,6 @@
"@twa-dev/types": "^8.0.1"
},
"peerDependencies": {
"react": "^18.3.1"
"react": "^18.0.0 || ^19.0.0"
}
}

0 comments on commit 6bab68c

Please sign in to comment.