Skip to content

Commit

Permalink
revert changes in package.json and yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Sep 5, 2024
1 parent 3ac0d4a commit a2170f7
Show file tree
Hide file tree
Showing 4 changed files with 12,830 additions and 17,597 deletions.
2 changes: 1 addition & 1 deletion contract/test/test-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ test('Alice trades: give some play money, want items', async t => {
const money = makeIssuerKit('PlayMoney');
const issuers = { Price: money.issuer };
const terms = { subscriptionPrice: AmountMath.make(money.brand, 5n) };
t.log('terms:', terms);

/** @type {ERef<Installation<AssetContractFn>>} */
const installation = E(zoe).install(bundle);
const { instance } = await E(zoe).startInstance(installation, issuers, terms);
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-ui-testing": "^2.0.1",
"serve": "^14.2.1"
}
},
"dependencies": {}
}
4 changes: 4 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
"vitest": "^1.2.1",
"zustand": "^4.4.1"
},
"resolutions": {
"**/ses": "^1.3.0",
"**/@agoric/xsnap": "0.14.3-dev-9f085d3.0"
},
"prettier": {
"trailingComma": "all",
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit a2170f7

Please sign in to comment.