Skip to content

Commit

Permalink
deps cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 3, 2023
1 parent e891da1 commit b218835
Show file tree
Hide file tree
Showing 115 changed files with 1,701 additions and 1,724 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@xylabs/eslint-config": "^3.0.82",
"@xylabs/eslint-config-react": "^3.0.82",
"@xylabs/pixel": "^1.4.14",
"@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/react-button": "^3.0.15",
"@xylabs/react-flexbox": "^3.0.15",
"@xylabs/react-pixel": "^3.0.15",
"@xylabs/react-shared": "^3.0.15",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-app-settings": "workspace:~",
Expand All @@ -83,7 +83,6 @@
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-router-dom": "^6.16.0",
"storybook": "^7.4.6",
"storybook-dark-mode": "^3.0.1",
"ts-jest": "^29.1.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@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",
"@xyo-network/module-model": "^2.75.6",
"@xylabs/react-button": "^3.0.15",
"@xylabs/react-flexbox": "^3.0.15",
"@xylabs/react-promise": "^3.0.15",
"@xyo-network/archivist-model": "^2.75.7",
"@xyo-network/boundwitness-model": "^2.75.7",
"@xyo-network/boundwitness-wrapper": "^2.75.7",
"@xyo-network/module-model": "^2.75.7",
"@xyo-network/react-module": "workspace:~",
"@xyo-network/react-node": "workspace:~",
"@xyo-network/react-wallet": "workspace:~",
Expand All @@ -33,14 +33,14 @@
"description": "Common React library for all XYO projects that use React",
"devDependencies": {
"@storybook/react": "^7.4.6",
"@xylabs/react-async-effect": "^3.0.12",
"@xylabs/react-async-effect": "^3.0.15",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/account": "^2.75.6",
"@xyo-network/archivist": "^2.75.6",
"@xyo-network/boundwitness-builder": "^2.75.6",
"@xyo-network/module": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/account": "^2.75.7",
"@xyo-network/archivist": "^2.75.7",
"@xyo-network/boundwitness-builder": "^2.75.7",
"@xyo-network/module": "^2.75.7",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-storybook": "workspace:~",
"typescript": "^5.2.2"
},
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.75.6",
"@xyo-network/module-model": "^2.75.6",
"@xyo-network/diviner": "^2.75.7",
"@xyo-network/module-model": "^2.75.7",
"@xyo-network/react-node": "workspace:~"
},
"peerDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions packages/modules/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"dependencies": {
"@xylabs/eth-address": "^2.12.14",
"@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",
"@xylabs/react-button": "^3.0.15",
"@xylabs/react-crypto": "^3.0.15",
"@xylabs/react-flexbox": "^3.0.15",
"@xylabs/react-promise": "^3.0.15",
"@xyo-network/diviner": "^2.75.7",
"@xyo-network/module": "^2.75.7",
"@xyo-network/react-shared": "workspace:~"
},
"devDependencies": {
Expand All @@ -29,13 +29,13 @@
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^4.0.7",
"@uniswap/v3-sdk": "^3.10.0",
"@xylabs/react-async-effect": "^3.0.12",
"@xylabs/react-async-effect": "^3.0.15",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/archivist": "^2.75.6",
"@xyo-network/crypto-asset-plugin": "^2.75.6",
"@xyo-network/diviner-address-history": "^2.75.6",
"@xyo-network/node-memory": "^2.75.6",
"@xyo-network/archivist": "^2.75.7",
"@xyo-network/crypto-asset-plugin": "^2.75.7",
"@xyo-network/diviner-address-history": "^2.75.7",
"@xyo-network/node-memory": "^2.75.7",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/modules/packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"@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.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",
"@xyo-network/node-model": "^2.75.6",
"@xylabs/react-async-effect": "^3.0.15",
"@xylabs/react-flexbox": "^3.0.15",
"@xylabs/react-promise": "^3.0.15",
"@xylabs/react-shared": "^3.0.15",
"@xyo-network/logger": "^2.75.7",
"@xyo-network/module": "^2.75.7",
"@xyo-network/module-model": "^2.75.7",
"@xyo-network/node-model": "^2.75.7",
"@xyo-network/react-node-context": "workspace:~",
"@xyo-network/react-node-provider": "workspace:~"
},
"devDependencies": {
"@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",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/node-memory": "^2.75.7",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-storybook": "workspace:~",
"@xyo-network/react-wallet": "workspace:~",
"typescript": "^5.2.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.75.6",
"@xyo-network/node-model": "^2.75.6",
"@xyo-network/module-model": "^2.75.7",
"@xyo-network/node-model": "^2.75.7",
"@xyo-network/react-shared": "workspace:~"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/packages/node/packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@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",
"@xylabs/react-async-effect": "^3.0.15",
"@xylabs/react-shared": "^3.0.15",
"@xyo-network/module": "^2.75.7",
"@xyo-network/node-memory": "^2.75.7",
"@xyo-network/node-model": "^2.75.7",
"@xyo-network/react-node-context": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/modules/packages/sentinal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@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",
"@xyo-network/module": "^2.75.6",
"@xyo-network/module-model": "^2.75.6",
"@xylabs/react-async-effect": "^3.0.15",
"@xylabs/react-shared": "^3.0.15",
"@xyo-network/account-model": "^2.75.7",
"@xyo-network/archivist": "^2.75.7",
"@xyo-network/boundwitness-model": "^2.75.7",
"@xyo-network/module": "^2.75.7",
"@xyo-network/module-model": "^2.75.7",
"@xyo-network/react-node": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/react-witness": "workspace:~",
"@xyo-network/sentinel": "^2.75.6",
"@xyo-network/witness": "^2.75.6"
"@xyo-network/sentinel": "^2.75.7",
"@xyo-network/witness": "^2.75.7"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.82",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/packages/witness/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": {
"@xyo-network/module-model": "^2.75.6",
"@xyo-network/module-model": "^2.75.7",
"@xyo-network/react-node": "workspace:~",
"@xyo-network/witness": "^2.75.6"
"@xyo-network/witness": "^2.75.7"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.82",
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/payload-plugins": "^2.75.6",
"@xyo-network/payload-plugins": "^2.75.7",
"@xyo-network/react-address-render": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~"
},
"devDependencies": {
"@storybook/react": "^7.4.6",
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/account": "^2.75.6",
"@xyo-network/account": "^2.75.7",
"@xyo-network/react-event": "workspace:~",
"typescript": "^5.2.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/packages/aggregate-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@xylabs/decimal-precision": "^2.12.14",
"@xylabs/lodash": "^2.12.14",
"@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",
"@xylabs/react-flexbox": "^3.0.15",
"@xylabs/react-quick-tip-button": "^3.0.15",
"@xyo-network/crypto-asset-payload-plugin": "^2.75.7",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/plugins/packages/boundwitness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@xylabs/eth-address": "^2.12.14",
"@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",
"@xylabs/react-flexbox": "^3.0.15",
"@xylabs/react-identicon": "^3.0.15",
"@xylabs/react-promise": "^3.0.15",
"@xylabs/react-quick-tip-button": "^3.0.15",
"@xylabs/react-shared": "^3.0.15",
"@xyo-network/boundwitness-model": "^2.75.7",
"@xyo-network/boundwitness-validator": "^2.75.7",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-card": "workspace:~",
"@xyo-network/react-event": "workspace:~",
"@xyo-network/react-payload-details": "workspace:~",
Expand All @@ -34,7 +34,7 @@
"@xylabs/ts-scripts-yarn3": "^3.0.82",
"@xylabs/tsconfig-react": "^3.0.82",
"@xyo-network/react-storybook": "workspace:~",
"react-router-dom-6": "npm:react-router-dom@^6.16.0",
"react-router-dom": "^6.16.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Payload } from '@xyo-network/payload-model'
import { useEvent } from '@xyo-network/react-event'
import { sampleBlockWithPayloads, useAppThemeDecorator } from '@xyo-network/react-storybook'
import { createRef } from 'react'
import { BrowserRouter, Route, Routes } from 'react-router-dom-6'
import { BrowserRouter, Route, Routes } from 'react-router-dom'

import { BoundWitnessLinksDetails } from './BoundWitnessLinksDetails'
import { BoundWitnessDetails } from './Details'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta, StoryFn } from '@storybook/react'
import { sampleBlock, sampleBlockWithPayloads, useAppThemeDecorator } from '@xyo-network/react-storybook'
import { BrowserRouter } from 'react-router-dom-6'
import { BrowserRouter } from 'react-router-dom'

import { BoundWitnessSignatureTable } from './SignatureTable'

Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/packages/coin-gecko-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^2.75.7",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-aggregate-price-plugin": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "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 @@ -11,11 +11,11 @@
},
"dependencies": {
"@xylabs/decimal-precision": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/payload-model": "^2.75.6",
"@xylabs/react-flexbox": "^3.0.15",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/uniswap-crypto-market-payload-plugin": "^2.75.6"
"@xyo-network/uniswap-crypto-market-payload-plugin": "^2.75.7"
},
"devDependencies": {
"@storybook/react": "^7.4.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/packages/crypto-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xylabs/react-flexbox": "^3.0.15",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^2.75.7",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/uniswap-crypto-market-payload-plugin": "^2.75.6"
"@xyo-network/uniswap-crypto-market-payload-plugin": "^2.75.7"
},
"peerDependencies": {
"@mui/icons-material": "^5",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/packages/elevation-quadkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@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",
"@xylabs/react-async-effect": "^3.0.15",
"@xylabs/react-flexbox": "^3.0.15",
"@xylabs/react-shared": "^3.0.15",
"@xyo-network/axios": "^2.75.7",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-map": "workspace:~",
"@xyo-network/react-shared": "workspace:~",
"@xyo-network/sdk-geo": "^2.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xylabs/react-flexbox": "^3.0.15",
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.75.7",
"@xyo-network/payload-model": "^2.75.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,9 +11,9 @@
},
"dependencies": {
"@xylabs/lodash": "^2.12.14",
"@xylabs/react-flexbox": "^3.0.12",
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.75.6",
"@xyo-network/payload-model": "^2.75.6",
"@xylabs/react-flexbox": "^3.0.15",
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.75.7",
"@xyo-network/payload-model": "^2.75.7",
"@xyo-network/react-gas-price": "workspace:~",
"@xyo-network/react-payload-plugin": "workspace:~",
"@xyo-network/react-shared": "workspace:~"
Expand All @@ -30,7 +30,7 @@
"@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",
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.75.7",
"@xyo-network/react-storybook": "workspace:~",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit b218835

Please sign in to comment.