Skip to content

Commit

Permalink
fix toolkit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fraidev authored and d4hines committed Nov 8, 2022
1 parent 77f8205 commit f7cdb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deku-p/deku-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@tzstamp/helpers": "^0.3.4",
"eslint": "^8.23.0",
"rollup": "^2.79.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.34.0"
},
"dependencies": {
"@tzstamp/helpers": "^0.3.4",
"@taquito/taquito": "^13.0.1",
"blakejs": "^1.2.1",
"bs58check": "^2.1.2"
}
}
}

0 comments on commit f7cdb1a

Please sign in to comment.