Skip to content

Commit

Permalink
chore: update near-workspace version
Browse files Browse the repository at this point in the history
  • Loading branch information
fospring committed Dec 10, 2023
1 parent 4c2e622 commit 1175417
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 32 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "Apache-2.0",
"devDependencies": {
"ava": "^4.2.0",
"near-workspaces": "3.2.1",
"near-workspaces": "3.4.0",
"npm-run-all": "^4.1.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/__tests__/standard-nft/test_approval.ava.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ test("Approve call", async (t) => {
account_id: approvalReceiver.accountId,
msg: "return-now",
},
{ attachedDeposit: "550000000000000000000", gas: "300 Tgas" }
{ attachedDeposit: "600000000000000000000", gas: "300 Tgas" }
);
t.is(res, "cool");

Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"ava": "^4.2.0",
"near-workspaces": "3.2.1",
"near-workspaces": "3.4.0",
"npm-run-all": "^4.1.5"
}
}
220 changes: 192 additions & 28 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"license": "Apache-2.0",
"devDependencies": {
"ava": "^4.2.0",
"near-workspaces": "3.2.1",
"near-workspaces": "3.4.0",
"npm-run-all": "^4.1.5"
},
"dependencies": {
Expand Down

0 comments on commit 1175417

Please sign in to comment.