Skip to content

Commit

Permalink
chore: update package deps/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Jan 9, 2025
1 parent 20f3547 commit be24738
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ videos
!.yarn/sdks
!.yarn/versions

# contract tx
contract/,tx.json
contract/start-offer-up-plan.json
Empty file removed _agstate/.keep
Empty file.
24 changes: 17 additions & 7 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,22 @@
"typescript-eslint": "^7.2.0"
},
"dependencies": {
"@agoric/ertp": "^0.16.3-u16.1",
"@agoric/vats": "dev",
"@agoric/zoe": "^0.26.3-u16.1",
"@endo/far": "^1.1.5",
"@endo/marshal": "^1.5.3",
"@endo/patterns": "^1.4.3"
"@agoric/ertp": "^0.16.3-u18.0",
"@agoric/governance": "^0.10.4-u17.1",
"@agoric/internal": "^0.4.0-u18.0",
"@agoric/orchestration": "0.2.0-u18.0",
"@agoric/store": "^0.9.3-u18.0",
"@agoric/time": "^0.3.3-u18.0",
"@agoric/vat-data": "^0.5.3-u18.0",
"@agoric/vats": "^0.16.0-u18.0",
"@agoric/zoe": "^0.26.3-u18.0",
"@agoric/zone": "^0.3.0-u18.1",
"@endo/bundle-source": "^3.4.0",
"@endo/errors": "^1.2.7",
"@endo/far": "^1.1.8",
"@endo/init": "^1.1.3",
"@endo/marshal": "^1.6.1",
"@endo/patterns": "^1.4.6"
},
"ava": {
"files": [
Expand Down Expand Up @@ -104,4 +114,4 @@
"arrowParens": "avoid",
"singleQuote": true
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
"eslint-plugin-ui-testing": "^2.0.1",
"serve": "^14.2.1"
}
}
}
6 changes: 1 addition & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,9 @@
"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",
"singleQuote": true
}
}
}

0 comments on commit be24738

Please sign in to comment.