Skip to content

Commit

Permalink
updo
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Mar 13, 2024
1 parent 6a99e61 commit 656fda7
Show file tree
Hide file tree
Showing 60 changed files with 1,295 additions and 1,293 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"packages/**/*"
],
"dependencies": {
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/styles": "^5.15.12",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@mui/styles": "^5.15.13",
"@xyo-network/react-modules": "workspace:~",
"@xyo-network/react-plugins": "workspace:~",
"@xyo-network/react-sdk": "workspace:~",
Expand All @@ -37,9 +37,9 @@
"@babel/preset-typescript": "^7.23.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/styles": "^5.15.12",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@mui/styles": "^5.15.13",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-controls": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
Expand Down
20 changes: 10 additions & 10 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@xylabs/react-button": "^3.1.5",
"@xylabs/react-flexbox": "^3.1.5",
"@xylabs/react-promise": "^3.1.5",
"@xyo-network/archivist": "^2.92.5",
"@xyo-network/archivist-model": "^2.92.5",
"@xyo-network/boundwitness-builder": "^2.92.5",
"@xyo-network/boundwitness-model": "^2.92.5",
"@xyo-network/module-events": "^2.92.5",
"@xyo-network/module-model": "^2.92.5",
"@xyo-network/module-wrapper": "^2.92.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/archivist": "^2.92.7",
"@xyo-network/archivist-model": "^2.92.7",
"@xyo-network/boundwitness-builder": "^2.92.7",
"@xyo-network/boundwitness-model": "^2.92.7",
"@xyo-network/module-events": "^2.92.7",
"@xyo-network/module-model": "^2.92.7",
"@xyo-network/module-wrapper": "^2.92.7",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-module": "workspace:~",
"@xyo-network/react-node": "workspace:~",
"@xyo-network/react-wallet": "workspace:~",
Expand All @@ -40,8 +40,8 @@
"@storybook/react": "^7.6.17",
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig-react": "^3.5.2",
"@xyo-network/account": "^2.92.5",
"@xyo-network/node-memory": "^2.92.5",
"@xyo-network/account": "^2.92.7",
"@xyo-network/node-memory": "^2.92.7",
"typescript": "^5.4.2"
},
"docs": "dist/docs.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/packages/diviner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xyo-network/diviner": "^2.92.5",
"@xyo-network/module-model": "^2.92.5",
"@xyo-network/diviner": "^2.92.7",
"@xyo-network/module-model": "^2.92.7",
"@xyo-network/react-node": "workspace:~"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"@xylabs/react-crypto": "^3.1.5",
"@xylabs/react-flexbox": "^3.1.5",
"@xylabs/react-promise": "^3.1.5",
"@xyo-network/diviner": "^2.92.5",
"@xyo-network/module-model": "^2.92.5",
"@xyo-network/diviner": "^2.92.7",
"@xyo-network/module-model": "^2.92.7",
"@xyo-network/react-shared": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.6.17",
"@xylabs/react-async-effect": "^3.1.5",
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig-react": "^3.5.2",
"@xyo-network/archivist": "^2.92.5",
"@xyo-network/archivist": "^2.92.7",
"@xyo-network/crypto-asset-plugin": "^2.89.0",
"@xyo-network/diviner-address-history": "^2.92.5",
"@xyo-network/node-memory": "^2.92.5",
"@xyo-network/diviner-address-history": "^2.92.7",
"@xyo-network/node-memory": "^2.92.7",
"typescript": "^5.4.2"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/modules/packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/system": "^5.15.12",
"@mui/system": "^5.15.13",
"@mui/x-tree-view": "^6.17.0",
"@xylabs/logger": "^3.0.13",
"@xylabs/react-async-effect": "^3.1.5",
"@xylabs/react-flexbox": "^3.1.5",
"@xylabs/react-promise": "^3.1.5",
"@xylabs/react-shared": "^3.1.5",
"@xyo-network/module-abstract": "^2.92.5",
"@xyo-network/module-model": "^2.92.5",
"@xyo-network/node-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/module-abstract": "^2.92.7",
"@xyo-network/module-model": "^2.92.7",
"@xyo-network/node-model": "^2.92.7",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-node-context": "workspace:~",
"@xyo-network/react-node-provider": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.6.17",
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig-react": "^3.5.2",
"@xyo-network/node-memory": "^2.92.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/node-memory": "^2.92.7",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-storybook": "workspace:~",
"@xyo-network/react-wallet": "workspace:~",
"typescript": "^5.4.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/packages/node/packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xyo-network/module-model": "^2.92.5",
"@xyo-network/node-model": "^2.92.5",
"@xyo-network/module-model": "^2.92.7",
"@xyo-network/node-model": "^2.92.7",
"@xyo-network/react-shared": "workspace:~"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/packages/node/packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@xylabs/forget": "^3.0.13",
"@xylabs/react-async-effect": "^3.1.5",
"@xylabs/react-shared": "^3.1.5",
"@xyo-network/module-model": "^2.92.5",
"@xyo-network/node-memory": "^2.92.5",
"@xyo-network/node-model": "^2.92.5",
"@xyo-network/module-model": "^2.92.7",
"@xyo-network/node-memory": "^2.92.7",
"@xyo-network/node-model": "^2.92.7",
"@xyo-network/react-node-context": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/modules/packages/sentinal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"@xylabs/react-flexbox": "^3.1.5",
"@xylabs/react-promise": "^3.1.5",
"@xylabs/react-shared": "^3.1.5",
"@xyo-network/account-model": "^2.92.5",
"@xyo-network/archivist": "^2.92.5",
"@xyo-network/boundwitness-model": "^2.92.5",
"@xyo-network/module-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/account-model": "^2.92.7",
"@xyo-network/archivist": "^2.92.7",
"@xyo-network/boundwitness-model": "^2.92.7",
"@xyo-network/module-model": "^2.92.7",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-module": "workspace:~",
"@xyo-network/react-node": "workspace:~",
"@xyo-network/react-payload-raw-info": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/react-witness": "workspace:~",
"@xyo-network/sentinel": "^2.92.5",
"@xyo-network/sentinel-model": "^2.92.5",
"@xyo-network/witness-model": "^2.92.5"
"@xyo-network/sentinel": "^2.92.7",
"@xyo-network/sentinel-model": "^2.92.7",
"@xyo-network/witness-model": "^2.92.7"
},
"devDependencies": {
"@storybook/react": "^7.6.17",
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig-react": "^3.5.2",
"@xyo-network/account": "^2.92.5",
"@xyo-network/account": "^2.92.7",
"@xyo-network/evm-call-witness": "^2.89.0",
"@xyo-network/manifest": "^2.92.5",
"@xyo-network/manifest": "^2.92.7",
"ethers": "^6.11.1",
"typescript": "^5.4.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/modules/packages/witness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@xylabs/react-button": "^3.1.5",
"@xylabs/react-flexbox": "^3.1.5",
"@xylabs/react-promise": "^3.1.5",
"@xyo-network/module-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/module-model": "^2.92.7",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-module": "workspace:^",
"@xyo-network/react-node": "workspace:~",
"@xyo-network/react-payload-raw-info": "workspace:~",
"@xyo-network/witness-model": "^2.92.5"
"@xyo-network/witness-model": "^2.92.7"
},
"devDependencies": {
"@storybook/react": "^7.6.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xyo-network/address-payload-plugin": "^2.92.5",
"@xyo-network/address-payload-plugin": "^2.92.7",
"@xyo-network/react-address-render": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.6.17",
"@xylabs/ts-scripts-yarn3": "^3.5.2",
"@xylabs/tsconfig-react": "^3.5.2",
"@xyo-network/account": "^2.92.5",
"@xyo-network/account": "^2.92.7",
"@xyo-network/react-event": "workspace:~",
"typescript": "^5.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/aggregate-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@xylabs/react-flexbox": "^3.1.5",
"@xylabs/react-quick-tip-button": "^3.1.5",
"@xyo-network/crypto-asset-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/packages/boundwitness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@xylabs/react-promise": "^3.1.5",
"@xylabs/react-quick-tip-button": "^3.1.5",
"@xylabs/react-shared": "^3.1.5",
"@xyo-network/boundwitness-model": "^2.92.5",
"@xyo-network/boundwitness-validator": "^2.92.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/boundwitness-model": "^2.92.7",
"@xyo-network/boundwitness-validator": "^2.92.7",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-card": "workspace:~",
"@xyo-network/react-event": "workspace:~",
"@xyo-network/react-payload-details": "workspace:~",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/coin-gecko-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@xylabs/lodash": "^3.0.13",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-aggregate-price-plugin": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@xylabs/decimal-precision": "^3.0.13",
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/uniswap-crypto-market-payload-plugin": "^2.89.0"
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 @@ -12,7 +12,7 @@
"dependencies": {
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/uniswap-crypto-market-payload-plugin": "^2.89.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/elevation-quadkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@xylabs/react-flexbox": "^3.1.5",
"@xylabs/react-shared": "^3.1.5",
"@xyo-network/axios": "^2.91.3",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-map": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/sdk-geo": "^2.11.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@xylabs/lodash": "^3.0.13",
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@xylabs/lodash": "^3.0.13",
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@xylabs/lodash": "^3.0.13",
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@xylabs/lodash": "^3.0.13",
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@xylabs/lodash": "^3.0.13",
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@xylabs/react-flexbox": "^3.1.5",
"@xylabs/react-quick-tip-button": "^3.1.5",
"@xyo-network/gas-price-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-error": "workspace:~",
"@xyo-network/react-map": "workspace:~",
"@xyo-network/react-payload-plugin": "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 @@ -12,7 +12,7 @@
"dependencies": {
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/location-payload-plugin": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-map": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"geojson": "0.5.0"
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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-map": "workspace:~",
"@xyo-network/react-payload-plugin": "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 @@ -13,7 +13,7 @@
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/crypto-nft-payload-plugin": "^2.89.0",
"@xyo-network/crypto-nft-score-model": "^2.89.0",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
},
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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.7",
"@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 @@ -12,8 +12,8 @@
"dependencies": {
"@xylabs/react-async-effect": "^3.1.5",
"@xylabs/react-flexbox": "^3.1.5",
"@xyo-network/diviner-forecasting-model": "^2.92.5",
"@xyo-network/payload-model": "^2.92.5",
"@xyo-network/diviner-forecasting-model": "^2.92.7",
"@xyo-network/payload-model": "^2.92.7",
"@xyo-network/react-payload-plugin": "workspace:~",
"chart.js": "^4.4.2",
"chartjs-adapter-luxon": "^1.3.1",
Expand Down
Loading

0 comments on commit 656fda7

Please sign in to comment.