Skip to content

Commit

Permalink
Merge pull request #214 from ardriveapp/PE-845-lock-arweave-version
Browse files Browse the repository at this point in the history
fix(arweave version): Lock arweave version to avoid getData 1.10.19 error PE-845
  • Loading branch information
fedellen authored Dec 23, 2021
2 parents 7a6cd70 + 3465179 commit 330c0f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "./lib/index.d.ts",
"dependencies": {
"ardrive-core-js": "1.4.0",
"arweave": "^1.10.18",
"arweave": "1.10.18",
"axios": "^0.21.1",
"commander": "^8.2.0",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^4.18.0
"@typescript-eslint/parser": ^4.18.0
ardrive-core-js: 1.4.0
arweave: ^1.10.18
arweave: 1.10.18
axios: ^0.21.1
chai: ^4.3.4
commander: ^8.2.0
Expand Down Expand Up @@ -1636,7 +1636,7 @@ __metadata:
languageName: node
linkType: hard

"arweave@npm:^1.10.0, arweave@npm:^1.10.15, arweave@npm:^1.10.18":
"arweave@npm:1.10.18, arweave@npm:^1.10.0, arweave@npm:^1.10.15, arweave@npm:^1.10.18":
version: 1.10.18
resolution: "arweave@npm:1.10.18"
dependencies:
Expand Down

0 comments on commit 330c0f1

Please sign in to comment.