Skip to content

Commit

Permalink
chore: misc dep bumps (#111)
Browse files Browse the repository at this point in the history
* chore(deps): remove unused 'ava'

* chore(deps): bump prettier to 3.2.5

* style: yarn format

* chore(deps): bump typescript stuff

* chore(deps): bump yarn to 4.2.2

* chore(deps): bump vitest to 1.6.0

* chore(deps): bump ses to 1.5.0

* chore(deps): bump typescript to 5.5 beta

fixes the error reading cosmjs/encoding/build/utf8.d.ts that it thinks is binary due to utf8 text
  • Loading branch information
turadg authored May 29, 2024
1 parent ca1ff1e commit 02a116c
Show file tree
Hide file tree
Showing 6 changed files with 435 additions and 907 deletions.
19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packages/react-components"
],
"type": "module",
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.2",
"scripts": {
"prepack": "yarn workspaces foreach --all --topological run prepack",
"docs": "typedoc --excludeInternal",
Expand All @@ -22,11 +22,9 @@
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@endo/eslint-plugin": "^0.4.4",
"@endo/ses-ava": "^0.2.40",
"@jessie.js/eslint-plugin": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"ava": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"conventional-changelog-conventionalcommits": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-jessie": "^0.0.6",
Expand All @@ -36,21 +34,18 @@
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^7.1.1",
"prettier": "^2.8.8",
"prettier": "^3.2.5",
"rollup": "^2.0.0",
"typedoc": "^0.25.12",
"typescript": "~5.3.3"
"typedoc": "^0.25.13",
"typescript": "5.5.0-beta"
},
"resolutions": {
"@agoric/swingset-liveslots": "0.10.3-dev-8c14632.0",
"@agoric/xsnap@npm:^0.14.3-u14.0": "patch:@agoric/xsnap@npm%3A0.14.3-u14.0#~/.yarn/patches/@agoric-xsnap-npm-0.14.3-u14.0-768ce73dba.patch",
"@agoric/xsnap@npm:^0.14.2": "patch:@agoric/xsnap@npm%3A0.14.3-u14.0#~/.yarn/patches/@agoric-xsnap-npm-0.14.3-u14.0-768ce73dba.patch"
},
"ava": {
"timeout": "30m"
}
}
16 changes: 8 additions & 8 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"@chain-registry/types": "^0.25.7",
"@headlessui/react": "^1.7.18",
"@testing-library/react": "14.0.0",
"@types/node": "20.4.9",
"@types/react": "18.2.63",
"@types/react-dom": "18.2.20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-v8": "0.34.1",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.3",
"cosmos-kit": "^2.9.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard-with-typescript": "37.0.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1",
Expand All @@ -61,14 +61,14 @@
"json": "11.0.0",
"lint-staged": "13.2.3",
"postcss": "8.4.27",
"prettier": "3.0.1",
"prettier": "3.2.5",
"prop-types": "15.8.1",
"storybook": "7.2.2",
"tailwindcss": "3.3.3",
"typescript": "~5.3.3",
"typescript": "5.5.0-beta",
"vite": "4.4.9",
"vite-plugin-dts": "3.5.1",
"vitest": "0.34.1"
"vitest": "1.6.0"
},
"peerDependencies": {
"@cosmos-kit/core": "2.8.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
},
"devDependencies": {
"@endo/init": "^0.5.60",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-c8": "^0.25.3",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.22.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-require-extensions": "^0.1.3",
"happy-dom": "^9.20.3",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"typescript": "~5.3.3",
"vitest": "^0.34.1"
"prettier": "^3.2.5",
"typescript": "5.5.0-beta",
"vitest": "^1.6.0"
},
"eslintConfig": {
"extends": [
Expand Down
8 changes: 4 additions & 4 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@agoric/eslint-config": "0.4.1-u12.0",
"@agoric/rpc": "^0.9.0",
"@keplr-wallet/types": "^0.11.37",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"ses": "0.18.7",
"typescript": "~5.3.3",
"vitest": "^0.34.1"
"ses": "^1.5.0",
"typescript": "5.5.0-beta",
"vitest": "^1.6.0"
},
"eslintConfig": {
"extends": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ export const makeAgoricSigner = (
* for example, if signature verification fails)
*/
provisionSmartWallet: async () => {
const { accountNumber, sequence } = await signingClient.getSequence(
address,
);
const { accountNumber, sequence } =
await signingClient.getSequence(address);
console.log({ accountNumber, sequence });

const b64address = toBase64(toAccAddress(address));
Expand Down Expand Up @@ -85,9 +84,8 @@ export const makeAgoricSigner = (
* for example, if signature verification fails)
*/
submitSpendAction: async (spendAction: string) => {
const { accountNumber, sequence } = await signingClient.getSequence(
address,
);
const { accountNumber, sequence } =
await signingClient.getSequence(address);
console.debug({ accountNumber, sequence });

const act1 = {
Expand Down
Loading

0 comments on commit 02a116c

Please sign in to comment.