Skip to content

Commit

Permalink
updo
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 3, 2023
1 parent 4d512b5 commit 4c0d728
Show file tree
Hide file tree
Showing 59 changed files with 893 additions and 921 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,31 @@
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@mui/styles": "^5.14.11",
"@storybook/addon-actions": "^7.4.5",
"@storybook/addon-controls": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-viewport": "^7.4.5",
"@storybook/addons": "^7.4.5",
"@storybook/api": "^7.4.5",
"@storybook/builder-webpack5": "^7.4.5",
"@storybook/components": "^7.4.5",
"@storybook/core-events": "^7.4.5",
"@storybook/addon-actions": "^7.4.6",
"@storybook/addon-controls": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-viewport": "^7.4.6",
"@storybook/addons": "^7.4.6",
"@storybook/api": "^7.4.6",
"@storybook/builder-webpack5": "^7.4.6",
"@storybook/components": "^7.4.6",
"@storybook/core-events": "^7.4.6",
"@storybook/mdx1-csf": "^1.0.0",
"@storybook/react": "^7.4.5",
"@storybook/react-webpack5": "^7.4.5",
"@storybook/react": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.4.5",
"@storybook/theming": "^7.4.6",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@xylabs/eslint-config": "^3.0.82",
"@xylabs/eslint-config-react": "^3.0.82",
"@xylabs/pixel": "^1.4.14",
"@xylabs/react-button": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-pixel": "^3.0.11",
"@xylabs/react-shared": "^3.0.11",
"@xylabs/react-button": "^3.0.12",
"@xylabs/react-flexbox": "^3.0.12",
"@xylabs/react-pixel": "^3.0.12",
"@xylabs/react-shared": "^3.0.12",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-app-settings": "workspace:~",
Expand All @@ -84,7 +84,7 @@
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-router-dom": "^6.16.0",
"storybook": "^7.4.5",
"storybook": "^7.4.6",
"storybook-dark-mode": "^3.0.1",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/react-button": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-promise": "^3.0.11",
"@xylabs/react-button": "^3.0.12",
"@xylabs/react-flexbox": "^3.0.12",
"@xylabs/react-promise": "^3.0.12",
"@xyo-network/archivist-model": "^2.75.6",
"@xyo-network/boundwitness-model": "^2.75.6",
"@xyo-network/boundwitness-wrapper": "^2.75.6",
Expand All @@ -32,8 +32,8 @@
},
"description": "Common React library for all XYO projects that use React",
"devDependencies": {
"@storybook/react": "^7.4.5",
"@xylabs/react-async-effect": "^3.0.11",
"@storybook/react": "^7.4.6",
"@xylabs/react-async-effect": "^3.0.12",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/account": "^2.75.6",
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 @@ -11,10 +11,10 @@
},
"dependencies": {
"@xylabs/eth-address": "^2.12.14",
"@xylabs/react-button": "^3.0.11",
"@xylabs/react-crypto": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-promise": "^3.0.11",
"@xylabs/react-button": "^3.0.12",
"@xylabs/react-crypto": "^3.0.12",
"@xylabs/react-flexbox": "^3.0.12",
"@xylabs/react-promise": "^3.0.12",
"@xyo-network/diviner": "^2.75.6",
"@xyo-network/module": "^2.75.6",
"@xyo-network/react-shared": "workspace:~"
Expand All @@ -25,11 +25,11 @@
"@ethersproject/networks": "^5.7.1",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^4.0.7",
"@uniswap/v3-sdk": "^3.10.0",
"@xylabs/react-async-effect": "^3.0.11",
"@xylabs/react-async-effect": "^3.0.12",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/archivist": "^2.75.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@emotion/styled": "^11.11.0",
"@mui/system": "^5.14.11",
"@mui/x-tree-view": "^6.0.0-beta.0",
"@xylabs/react-async-effect": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-promise": "^3.0.11",
"@xylabs/react-shared": "^3.0.11",
"@xylabs/react-async-effect": "^3.0.12",
"@xylabs/react-flexbox": "^3.0.12",
"@xylabs/react-promise": "^3.0.12",
"@xylabs/react-shared": "^3.0.12",
"@xyo-network/logger": "^2.75.6",
"@xyo-network/module": "^2.75.6",
"@xyo-network/module-model": "^2.75.6",
Expand All @@ -26,7 +26,7 @@
"@xyo-network/react-node-provider": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/node-memory": "^2.75.6",
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 @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/react-async-effect": "^3.0.11",
"@xylabs/react-shared": "^3.0.11",
"@xylabs/react-async-effect": "^3.0.12",
"@xylabs/react-shared": "^3.0.12",
"@xyo-network/module": "^2.75.6",
"@xyo-network/node-memory": "^2.75.6",
"@xyo-network/node-model": "^2.75.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/packages/sentinal/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": {
"@xylabs/react-async-effect": "^3.0.11",
"@xylabs/react-shared": "^3.0.11",
"@xylabs/react-async-effect": "^3.0.12",
"@xylabs/react-shared": "^3.0.12",
"@xyo-network/account-model": "^2.75.6",
"@xyo-network/archivist": "^2.75.6",
"@xyo-network/boundwitness-model": "^2.75.6",
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 @@ -15,7 +15,7 @@
"@xyo-network/react-payload-plugin": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/account": "^2.75.6",
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 @@ -12,8 +12,8 @@
"dependencies": {
"@xylabs/decimal-precision": "^2.12.14",
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-quick-tip-button": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xylabs/react-quick-tip-button": "^3.0.12",
"@xyo-network/crypto-asset-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-payload-plugin": "workspace:~",
Expand All @@ -31,7 +31,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^4.0.7",
"@uniswap/v3-sdk": "^3.10.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/plugins/packages/boundwitness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@xylabs/eth-address": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-identicon": "^3.0.11",
"@xylabs/react-promise": "^3.0.11",
"@xylabs/react-quick-tip-button": "^3.0.11",
"@xylabs/react-shared": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xylabs/react-identicon": "^3.0.12",
"@xylabs/react-promise": "^3.0.12",
"@xylabs/react-quick-tip-button": "^3.0.12",
"@xylabs/react-shared": "^3.0.12",
"@xyo-network/boundwitness-model": "^2.75.6",
"@xyo-network/boundwitness-validator": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
Expand All @@ -30,7 +30,7 @@
"@xyo-network/react-table": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-storybook": "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 @@ -18,7 +18,7 @@
"@xyo-network/react-shared": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/packages/crypto-market-uniswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@xylabs/decimal-precision": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/uniswap-crypto-market-payload-plugin": "^2.75.6"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/packages/crypto-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-payload-plugin": "workspace:~",
Expand All @@ -26,7 +26,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-storybook": "workspace:~",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/packages/elevation-quadkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/react-async-effect": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-shared": "^3.0.11",
"@xylabs/react-async-effect": "^3.0.12",
"@xylabs/react-flexbox": "^3.0.12",
"@xylabs/react-shared": "^3.0.12",
"@xyo-network/axios": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-map": "workspace:~",
Expand All @@ -22,7 +22,7 @@
"mapbox-gl": "^2.15.0"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-storybook": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-storybook": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-gas-price": "workspace:~",
Expand All @@ -27,7 +27,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.75.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-storybook": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-gas-price": "workspace:~",
Expand All @@ -27,7 +27,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.75.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-gas-price": "workspace:~",
Expand All @@ -27,7 +27,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.75.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.11",
"@xylabs/react-quick-tip-button": "^3.0.11",
"@xylabs/react-flexbox": "^3.0.12",
"@xylabs/react-quick-tip-button": "^3.0.12",
"@xyo-network/gas-price-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.4.5",
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-storybook": "workspace:~",
Expand Down
Loading

0 comments on commit 4c0d728

Please sign in to comment.