Skip to content

Commit

Permalink
chore(cleanup): cleanup dependencies
Browse files Browse the repository at this point in the history
fix(lockfile): update pnpm-lock.yml

chore: remove empty constructor

chore(lockfile): fix lockfile from installing peers
  • Loading branch information
dtfiedler committed Nov 16, 2023
1 parent 1817e1c commit d001c08
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 173 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "price-calculator",
"version": "1.3.0",
"type": "commonjs",
"description": "ArDrive Price Calculator",
"scripts": {
"start": "vite",
Expand Down Expand Up @@ -34,7 +33,6 @@
},
"devDependencies": {
"@remcovaes/web-test-runner-vite-plugin": "^1.2.0",
"@rollup/pluginutils": "^5.0.5",
"@testing-library/react": "^11.2.7",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
Expand Down Expand Up @@ -66,8 +64,6 @@
"lint-staged": "^11.2.6",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"rollup": "4.4.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"sinon": "^11.1.2",
"tsc-files": "^1.1.4",
"typescript": "^4.9.5",
Expand Down
196 changes: 29 additions & 167 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions src/utils/turbo_rates_oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { TurboFactory, TurboRatesResponse } from '@ardrive/turbo-sdk';
export class TurboRatesOracle implements RatesOracle {
private turbo = TurboFactory.unauthenticated();

constructor() {} // eslint-disable-line @typescript-eslint/no-empty-function

public async getTurboRates(): Promise<TurboRatesResponse> {
return this.turbo.getFiatRates();
}
Expand Down

0 comments on commit d001c08

Please sign in to comment.