Skip to content

Commit

Permalink
updo - thrown error boundary update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Dec 30, 2024
1 parent 82c989c commit e435cc2
Show file tree
Hide file tree
Showing 74 changed files with 897 additions and 907 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint-react/eslint-plugin": "^1.22.1",
"@eslint-react/eslint-plugin": "^1.22.2",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@mui/styles": "^6.3.0",
Expand All @@ -80,12 +80,12 @@
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@stylistic/eslint-plugin": "^2.12.1",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"@xylabs/eslint-config-flat": "^4.2.6",
"@xylabs/eslint-config-react-flat": "^4.2.6",
"@xylabs/react-theme": "^5.3.13",
"@xylabs/react-theme": "^5.3.14",
"@xylabs/ts-scripts-yarn3": "^4.2.6",
"@xylabs/tsconfig-react": "^4.2.6",
"chromatic": "^11.20.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/exists": "^4.4.27",
"@xylabs/hex": "^4.4.27",
"@xylabs/react-async-effect": "^5.3.13",
"@xylabs/react-button": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-promise": "^5.3.13",
"@xylabs/exists": "^4.4.31",
"@xylabs/hex": "^4.4.31",
"@xylabs/react-async-effect": "^5.3.14",
"@xylabs/react-button": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-promise": "^5.3.14",
"@xyo-network/archivist-memory": "^3.6.5",
"@xyo-network/archivist-model": "^3.6.5",
"@xyo-network/boundwitness-builder": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/diviner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/exists": "^4.4.27",
"@xylabs/exists": "^4.4.31",
"@xyo-network/diviner-model": "^3.6.5",
"@xyo-network/module-model": "^3.6.5",
"@xyo-network/react-node": "workspace:^"
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/eth-address": "^4.4.27",
"@xylabs/react-button": "^5.3.13",
"@xylabs/react-crypto": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-promise": "^5.3.13",
"@xylabs/eth-address": "^4.4.31",
"@xylabs/react-button": "^5.3.14",
"@xylabs/react-crypto": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-promise": "^5.3.14",
"@xyo-network/diviner-model": "^3.6.5",
"@xyo-network/module-model": "^3.6.5",
"@xyo-network/react-shared": "workspace:^"
Expand All @@ -57,7 +57,7 @@
"@mui/material": "^6.3.0",
"@mui/styles": "^6.3.0",
"@storybook/react": "^8.4.7",
"@xylabs/react-async-effect": "^5.3.13",
"@xylabs/react-async-effect": "^5.3.14",
"@xylabs/ts-scripts-yarn3": "^4.2.6",
"@xylabs/tsconfig-react": "^4.2.6",
"@xyo-network/archivist": "^3.6.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"@mui/styles": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-tree-view": "^7.23.2",
"@xylabs/exists": "^4.4.27",
"@xylabs/logger": "^4.4.27",
"@xylabs/object": "^4.4.27",
"@xylabs/react-async-effect": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-promise": "^5.3.13",
"@xylabs/exists": "^4.4.31",
"@xylabs/logger": "^4.4.31",
"@xylabs/object": "^4.4.31",
"@xylabs/react-async-effect": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-promise": "^5.3.14",
"@xyo-network/module-abstract": "^3.6.5",
"@xyo-network/module-model": "^3.6.5",
"@xyo-network/node-model": "^3.6.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/packages/node/packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/forget": "^4.4.27",
"@xylabs/react-async-effect": "^5.3.13",
"@xylabs/forget": "^4.4.31",
"@xylabs/react-async-effect": "^5.3.14",
"@xyo-network/module-model": "^3.6.5",
"@xyo-network/node-memory": "^3.6.5",
"@xyo-network/node-model": "^3.6.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/modules/packages/sentinal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/exists": "^4.4.27",
"@xylabs/object": "^4.4.27",
"@xylabs/react-async-effect": "^5.3.13",
"@xylabs/react-button": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-promise": "^5.3.13",
"@xylabs/exists": "^4.4.31",
"@xylabs/object": "^4.4.31",
"@xylabs/react-async-effect": "^5.3.14",
"@xylabs/react-button": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-promise": "^5.3.14",
"@xyo-network/account-model": "^3.6.5",
"@xyo-network/archivist-model": "^3.6.5",
"@xyo-network/boundwitness-model": "^3.6.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/modules/packages/witness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/exists": "^4.4.27",
"@xylabs/react-button": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-promise": "^5.3.13",
"@xylabs/exists": "^4.4.31",
"@xylabs/react-button": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-promise": "^5.3.14",
"@xyo-network/module-model": "^3.6.5",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-module": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@mui/material": "^6.3.0",
"@mui/styles": "^6.3.0",
"@storybook/react": "^8.4.7",
"@xylabs/hex": "^4.4.27",
"@xylabs/hex": "^4.4.31",
"@xylabs/ts-scripts-yarn3": "^4.2.6",
"@xylabs/tsconfig-react": "^4.2.6",
"@xyo-network/react-event": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/packages/aggregate-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/decimal-precision": "^4.4.27",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-quick-tip-button": "^5.3.13",
"@xylabs/decimal-precision": "^4.4.31",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-quick-tip-button": "^5.3.14",
"@xyo-network/crypto-asset-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-payload-plugin": "workspace:^",
Expand Down
16 changes: 8 additions & 8 deletions packages/plugins/packages/boundwitness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/arraybuffer": "^4.4.27",
"@xylabs/eth-address": "^4.4.27",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-hooks": "^5.3.13",
"@xylabs/react-identicon": "^5.3.13",
"@xylabs/react-promise": "^5.3.13",
"@xylabs/react-quick-tip-button": "^5.3.13",
"@xylabs/arraybuffer": "^4.4.31",
"@xylabs/eth-address": "^4.4.31",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-hooks": "^5.3.14",
"@xylabs/react-identicon": "^5.3.14",
"@xylabs/react-promise": "^5.3.14",
"@xylabs/react-quick-tip-button": "^5.3.14",
"@xyo-network/boundwitness-model": "^3.6.5",
"@xyo-network/boundwitness-validator": "^3.6.5",
"@xyo-network/payload-model": "^3.6.5",
Expand All @@ -71,7 +71,7 @@
"@mui/material": "^6.3.0",
"@mui/styles": "^6.3.0",
"@storybook/react": "^8.4.7",
"@xylabs/hex": "^4.4.27",
"@xylabs/hex": "^4.4.31",
"@xylabs/ts-scripts-yarn3": "^4.2.6",
"@xylabs/tsconfig-react": "^4.2.6",
"@xyo-network/react-storybook": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/packages/crypto-market-uniswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/decimal-precision": "^4.4.27",
"@xylabs/object": "^4.4.27",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/decimal-precision": "^4.4.31",
"@xylabs/object": "^4.4.31",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-payload-plugin": "workspace:^",
"@xyo-network/react-shared": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/crypto-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-payload-plugin": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/packages/elevation-quadkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-async-effect": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-async-effect": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-map": "workspace:^",
"@xyo-network/react-map-model": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-gas-price": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-gas-price": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-gas-price": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-gas-price": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-gas-price": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-quick-tip-button": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-quick-tip-button": "^5.3.14",
"@xyo-network/gas-price-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-gas-price": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-error": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-error": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-map": "workspace:^",
"@xyo-network/react-map-model": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/location-point-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/api": "^3.6.5",
"@xyo-network/location-payload-plugin": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/location-points-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-map": "workspace:^",
"@xyo-network/react-map-model": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/nft-score/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/crypto-nft-payload-plugin": "^3.2.4",
"@xyo-network/crypto-nft-score-model": "^3.2.4",
"@xyo-network/payload-model": "^3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/pointer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-payload-details": "workspace:^",
"@xyo-network/react-payload-plugin": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/packages/price-forecast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-async-effect": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-async-effect": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/diviner-forecasting-model": "^3.6.5",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-payload-plugin": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.14",
"@xyo-network/payload-model": "^3.6.5",
"@xyo-network/react-payload-details": "workspace:^",
"@xyo-network/react-payload-plugin": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/packages/access-gate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@mui/icons-material": "^6.3.0",
"@xylabs/react-button": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13"
"@xylabs/react-button": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14"
},
"devDependencies": {
"@mui/material": "^6.3.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/sdk/packages/address/packages/history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/hex": "^4.4.27",
"@xylabs/react-async-effect": "^5.3.13",
"@xylabs/react-error": "^5.3.13",
"@xylabs/react-flexbox": "^5.3.13",
"@xylabs/react-hooks": "^5.3.13",
"@xylabs/react-promise": "^5.3.13",
"@xylabs/react-quick-tip-button": "^5.3.13",
"@xylabs/react-shared": "^5.3.13",
"@xylabs/hex": "^4.4.31",
"@xylabs/react-async-effect": "^5.3.14",
"@xylabs/react-error": "^5.3.14",
"@xylabs/react-flexbox": "^5.3.14",
"@xylabs/react-hooks": "^5.3.14",
"@xylabs/react-promise": "^5.3.14",
"@xylabs/react-quick-tip-button": "^5.3.14",
"@xylabs/react-shared": "^5.3.14",
"@xyo-network/archivist-model": "^3.6.5",
"@xyo-network/boundwitness-model": "^3.6.5",
"@xyo-network/diviner-address-history-model": "^3.6.5",
Expand Down
Loading

0 comments on commit e435cc2

Please sign in to comment.