Skip to content

Commit

Permalink
Merge pull request #48 from ardriveapp/turbo-sdk
Browse files Browse the repository at this point in the history
feat(PE-5048): use turbo-sdk for getting conversion rates
  • Loading branch information
matibat authored Dec 6, 2023
2 parents c8c88a7 + 88a17dc commit ad38c27
Show file tree
Hide file tree
Showing 12 changed files with 2,596 additions and 1,055 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "price-calculator",
"version": "1.3.0",
"version": "1.4.0",
"description": "ArDrive Price Calculator",
"scripts": {
"start": "vite",
Expand All @@ -24,8 +24,8 @@
"url": "https://github.com/ardriveapp/price-calculator.git"
},
"dependencies": {
"@ardrive/turbo-sdk": "^1.1.0",
"ardrive-core-js": "1.0.3",
"esbuild": "^0.18.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
Expand All @@ -50,6 +50,7 @@
"@web/test-runner": "^0.13.31",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"esbuild": "^0.18.12",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -67,6 +68,7 @@
"tsc-files": "^1.1.4",
"typescript": "^4.9.5",
"vite": "^4.4.3",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
Expand Down
Loading

0 comments on commit ad38c27

Please sign in to comment.