Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-yudakov committed Oct 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 29609fd commit 63314f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-xyz/core",
"version": "0.1.1",
"version": "0.1.2",
"license": "GPL-3.0",
"homepage": "https://momentum.xyz",
"repository": "https://github.com/momentum-xyz/ui-client",
@@ -15,12 +15,12 @@
"start": "tsc -w"
},
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0",
"mobx-state-tree": "^5.1.3",
"@momentum-xyz/sdk": "^0.1.1",
"detect-browser": "^5.2.0",
"axios": "^0.21.4",
"date-fns-tz": "^1.3.4",
"axios": "^0.21.4"
"detect-browser": "^5.2.0",
"mobx-state-tree": "^5.1.3",
"react": "^16.14.0",
"react-dom": "^16.14.0"
}
}

0 comments on commit 63314f7

Please sign in to comment.