Skip to content

Commit

Permalink
chore: remove unused lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed Dec 23, 2023
1 parent 4a0a219 commit 1b4ec32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/near-sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"commander": "^9.4.1",
"eslint": "^8.20.0",
"json-schema": "0.4.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"near-abi": "^0.1.0",
"near-typescript-json-schema": "0.55.0",
Expand Down
1 change: 0 additions & 1 deletion packages/near-sdk-js/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
VECTOR_SCHE,
} from "./collections";
import { cloneDeep } from "lodash-es";
// import lodash from 'lodash';

export interface Env {
uint8array_to_latin1_string(a: Uint8Array): string;
Expand Down
3 changes: 0 additions & 3 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 1b4ec32

Please sign in to comment.