Skip to content

Commit

Permalink
react18
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Apr 5, 2024
1 parent 5af2552 commit 43c75be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- app

jobs:
publish:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ecency/ns-query",
"description": "React-query based Nostr protocol SDK for Ecency vision and mobile",
"version": "1.2.2",
"version": "1.2.2-rc0",
"repository": "https://github.com/ecency/ns-query",
"author": "ildar.timerbaev <[email protected]>",
"license": "MIT",
Expand All @@ -26,14 +26,14 @@
"@tanstack/react-query": "^4.29.7",
"axios": "^0.21.2",
"date-fns": "^2.30.0",
"react": "^16.8.6"
"react": "^18.2.0"
},
"dependencies": {
"@tanstack/react-query": "^4.29.7",
"axios": "^0.21.2",
"date-fns": "^2.30.0",
"nostr-tools": "^1.17.0",
"react": "^16.8.6"
"react": "^18.2.0"
},
"scripts": {
"build": "rimraf dist & tsc & vite build",
Expand Down

0 comments on commit 43c75be

Please sign in to comment.