Skip to content

Commit

Permalink
fix(deps): fix examples deps
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Nov 4, 2023
1 parent 2f51dae commit fc9ad11
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 26 deletions.
2 changes: 1 addition & 1 deletion apps/next-js-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@tma.js/sdk-react": "^0.4.15",
"@tma.js/sdk-react": "0.4.15",
"react": "^18",
"react-dom": "^18",
"next": "13.5.6"
Expand Down
2 changes: 1 addition & 1 deletion apps/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tma.js/sdk-react": "^0.4.15",
"@tma.js/sdk-react": "0.4.15",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/solid-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@solidjs/router": "^0.8.3",
"@tma.js/colors": "^0.0.5",
"@tma.js/init-data": "^0.2.20",
"@tma.js/navigation": "^0.0.12",
"@tma.js/sdk": "^0.12.8",
"@tma.js/sdk-solid": "^0.1.15",
"@tma.js/solid-router-integration": "^0.0.2",
"solid-js": "^1.7.6"
"@solidjs/router": "0.8.3",
"@tma.js/colors": "0.0.5",
"@tma.js/init-data": "0.2.19",
"@tma.js/navigation": "0.0.12",
"@tma.js/sdk": "0.12.7",
"@tma.js/sdk-solid": "0.1.15",
"@tma.js/solid-router-integration": "0.0.2",
"solid-js": "1.7.6"
}
}
122 changes: 106 additions & 16 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 fc9ad11

Please sign in to comment.