Skip to content

Commit

Permalink
Revert "updo"
Browse files Browse the repository at this point in the history
This reverts commit 18c82d7.
  • Loading branch information
jonesmac committed Sep 25, 2024
1 parent 18c82d7 commit 4097f51
Show file tree
Hide file tree
Showing 71 changed files with 1,686 additions and 1,688 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,21 @@
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/addon-actions": "^8.3.3",
"@storybook/addon-docs": "^8.3.3",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-interactions": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
"@storybook/addon-mdx-gfm": "^8.3.3",
"@storybook/addon-onboarding": "^8.3.3",
"@storybook/addon-actions": "^8.3.2",
"@storybook/addon-docs": "^8.3.2",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-mdx-gfm": "^8.3.2",
"@storybook/addon-onboarding": "^8.3.2",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.3.3",
"@storybook/components": "^8.3.3",
"@storybook/core-events": "^8.3.3",
"@storybook/react": "^8.3.3",
"@storybook/react-vite": "^8.3.3",
"@storybook/test": "^8.3.3",
"@storybook/theming": "^8.3.3",
"@storybook/blocks": "^8.3.2",
"@storybook/components": "^8.3.2",
"@storybook/core-events": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/react-vite": "^8.3.2",
"@storybook/test": "^8.3.2",
"@storybook/theming": "^8.3.2",
"@stylistic/eslint-plugin": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
Expand All @@ -103,7 +103,7 @@
"@xylabs/react-shared": "^4.2.13",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"chromatic": "^11.10.4",
"chromatic": "^11.10.3",
"copyfiles": "^2.4.1",
"dotenv": "^16.4.5",
"eslint": "^9.11.1",
Expand All @@ -114,12 +114,12 @@
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"storybook-dark-mode": "^4.0.2",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite": "^5.4.7",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-tsconfig-paths": "^5.0.1"
Expand Down
24 changes: 12 additions & 12 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"@xylabs/react-button": "^4.2.13",
"@xylabs/react-flexbox": "^4.2.13",
"@xylabs/react-promise": "^4.2.13",
"@xyo-network/archivist-memory": "^3.1.13",
"@xyo-network/archivist-model": "^3.1.13",
"@xyo-network/boundwitness-builder": "^3.1.13",
"@xyo-network/boundwitness-model": "^3.1.13",
"@xyo-network/module-events": "^3.1.13",
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/module-wrapper": "^3.1.13",
"@xyo-network/payload-model": "^3.1.13",
"@xyo-network/archivist-memory": "^3.1.11",
"@xyo-network/archivist-model": "^3.1.11",
"@xyo-network/boundwitness-builder": "^3.1.11",
"@xyo-network/boundwitness-model": "^3.1.11",
"@xyo-network/module-events": "^3.1.11",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/module-wrapper": "^3.1.11",
"@xyo-network/payload-model": "^3.1.11",
"@xyo-network/react-module": "workspace:^",
"@xyo-network/react-node": "workspace:^",
"@xyo-network/react-wallet": "workspace:^",
Expand All @@ -66,14 +66,14 @@
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/account": "^3.1.13",
"@xyo-network/node-memory": "^3.1.13",
"@xyo-network/account": "^3.1.11",
"@xyo-network/node-memory": "^3.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
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 @@ -44,8 +44,8 @@
},
"dependencies": {
"@xylabs/exists": "^4.0.10",
"@xyo-network/diviner-model": "^3.1.13",
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/diviner-model": "^3.1.11",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/react-node": "workspace:^"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/modules/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@
"@xylabs/react-crypto": "^4.2.13",
"@xylabs/react-flexbox": "^4.2.13",
"@xylabs/react-promise": "^4.2.13",
"@xyo-network/diviner-model": "^3.1.13",
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/diviner-model": "^3.1.11",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/react-shared": "workspace:^"
},
"devDependencies": {
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/react-async-effect": "^4.2.13",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/archivist": "^3.1.13",
"@xyo-network/archivist": "^3.1.11",
"@xyo-network/crypto-asset-plugin": "^3.0.24",
"@xyo-network/diviner-address-history": "^3.1.13",
"@xyo-network/node-memory": "^3.1.13",
"@xyo-network/diviner-address-history": "^3.1.11",
"@xyo-network/node-memory": "^3.1.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/modules/packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,24 @@
"@xylabs/react-flexbox": "^4.2.13",
"@xylabs/react-promise": "^4.2.13",
"@xylabs/react-shared": "^4.2.13",
"@xyo-network/module-abstract": "^3.1.13",
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/node-model": "^3.1.13",
"@xyo-network/payload-model": "^3.1.13",
"@xyo-network/module-abstract": "^3.1.11",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/node-model": "^3.1.11",
"@xyo-network/payload-model": "^3.1.11",
"@xyo-network/react-node-context": "workspace:^",
"@xyo-network/react-node-provider": "workspace:^"
},
"devDependencies": {
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/node-memory": "^3.1.13",
"@xyo-network/payload-model": "^3.1.13",
"@xyo-network/node-memory": "^3.1.11",
"@xyo-network/payload-model": "^3.1.11",
"@xyo-network/react-storybook": "workspace:^",
"@xyo-network/react-wallet": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
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 @@ -43,8 +43,8 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/node-model": "^3.1.13",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/node-model": "^3.1.11",
"@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 @@ -46,9 +46,9 @@
"@xylabs/forget": "^4.0.10",
"@xylabs/react-async-effect": "^4.2.13",
"@xylabs/react-shared": "^4.2.13",
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/node-memory": "^3.1.13",
"@xyo-network/node-model": "^3.1.13",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/node-memory": "^3.1.11",
"@xyo-network/node-model": "^3.1.11",
"@xyo-network/react-node-context": "workspace:^",
"@xyo-network/react-shared": "workspace:^"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/modules/packages/sentinal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,37 +49,37 @@
"@xylabs/react-flexbox": "^4.2.13",
"@xylabs/react-promise": "^4.2.13",
"@xylabs/react-shared": "^4.2.13",
"@xyo-network/account-model": "^3.1.13",
"@xyo-network/archivist-model": "^3.1.13",
"@xyo-network/boundwitness-model": "^3.1.13",
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/payload-model": "^3.1.13",
"@xyo-network/account-model": "^3.1.11",
"@xyo-network/archivist-model": "^3.1.11",
"@xyo-network/boundwitness-model": "^3.1.11",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/payload-model": "^3.1.11",
"@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-memory": "^3.1.13",
"@xyo-network/sentinel-model": "^3.1.13",
"@xyo-network/witness-model": "^3.1.13"
"@xyo-network/sentinel-memory": "^3.1.11",
"@xyo-network/sentinel-model": "^3.1.11",
"@xyo-network/witness-model": "^3.1.11"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/account": "^3.1.13",
"@xyo-network/account": "^3.1.11",
"@xyo-network/evm-call-witness": "^3.0.24",
"@xyo-network/manifest": "^3.1.13",
"@xyo-network/module-factory-locator": "^3.1.13",
"@xyo-network/manifest": "^3.1.11",
"@xyo-network/module-factory-locator": "^3.1.11",
"ethers": "^6.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/packages/witness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"@xylabs/react-button": "^4.2.13",
"@xylabs/react-flexbox": "^4.2.13",
"@xylabs/react-promise": "^4.2.13",
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/payload-model": "^3.1.13",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/payload-model": "^3.1.11",
"@xyo-network/react-module": "workspace:^",
"@xyo-network/react-node": "workspace:^",
"@xyo-network/react-payload-raw-info": "workspace:^",
"@xyo-network/witness-model": "^3.1.13"
"@xyo-network/witness-model": "^3.1.11"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/id-plugin": "^3.0.24",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xyo-network/module-model": "^3.1.13",
"@xyo-network/module-model": "^3.1.11",
"@xyo-network/react-address-render": "workspace:^",
"@xyo-network/react-payload-plugin": "workspace:^"
},
Expand All @@ -53,15 +53,15 @@
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/hex": "^4.0.10",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/react-event": "workspace:^",
"ethers": "^6.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
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 @@ -47,7 +47,7 @@
"@xylabs/react-flexbox": "^4.2.13",
"@xylabs/react-quick-tip-button": "^4.2.13",
"@xyo-network/crypto-asset-payload-plugin": "^3.0.24",
"@xyo-network/payload-model": "^3.1.13",
"@xyo-network/payload-model": "^3.1.11",
"@xyo-network/react-payload-plugin": "workspace:^",
"@xyo-network/react-shared": "workspace:^"
},
Expand All @@ -57,12 +57,12 @@
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/packages/boundwitness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@xylabs/react-promise": "^4.2.13",
"@xylabs/react-quick-tip-button": "^4.2.13",
"@xylabs/react-shared": "^4.2.13",
"@xyo-network/boundwitness-model": "^3.1.13",
"@xyo-network/boundwitness-validator": "^3.1.13",
"@xyo-network/payload-model": "^3.1.13",
"@xyo-network/boundwitness-model": "^3.1.11",
"@xyo-network/boundwitness-validator": "^3.1.11",
"@xyo-network/payload-model": "^3.1.11",
"@xyo-network/react-card": "workspace:^",
"@xyo-network/react-event": "workspace:^",
"@xyo-network/react-payload-details": "workspace:^",
Expand All @@ -71,15 +71,15 @@
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/hex": "^4.0.10",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/react-storybook": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/packages/coin-gecko-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@xyo-network/coingecko-crypto-market-payload-plugin": "^3.0.24",
"@xyo-network/payload-model": "^3.1.13",
"@xyo-network/payload-model": "^3.1.11",
"@xyo-network/react-aggregate-price-plugin": "workspace:^",
"@xyo-network/react-payload-plugin": "workspace:^",
"@xyo-network/react-shared": "workspace:^"
Expand All @@ -55,12 +55,12 @@
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.3.3",
"@storybook/react": "^8.3.2",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.3",
"storybook": "^8.3.2",
"typescript": "^5.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 4097f51

Please sign in to comment.