Skip to content

Commit

Permalink
Merge pull request #5972 from leather-io/chore/network-validator
Browse files Browse the repository at this point in the history
refactor: generic network name validator
  • Loading branch information
kyranjamie authored Nov 20, 2024
2 parents e017e56 + e25f351 commit 08c2218
Show file tree
Hide file tree
Showing 9 changed files with 1,266 additions and 1,308 deletions.
4 changes: 1 addition & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ const config: StorybookConfig = {
'@storybook/addon-webpack5-compiler-swc',
'@chromatic-com/storybook',
],
docs: {
autodocs: 'tag',
},
docs: {},
framework: {
name: '@storybook/react-webpack5',
options: {
Expand Down
56 changes: 29 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,16 @@
"@fungible-systems/zone-file": "2.0.0",
"@hirosystems/token-metadata-api-client": "1.2.0",
"@hookform/resolvers": "3.9.1",
"@leather.io/analytics": "2.0.0",
"@leather.io/bitcoin": "0.16.1",
"@leather.io/constants": "0.13.1",
"@leather.io/crypto": "1.6.8",
"@leather.io/models": "0.19.0",
"@leather.io/query": "2.22.0",
"@leather.io/stacks": "1.3.1",
"@leather.io/tokens": "0.10.0",
"@leather.io/ui": "1.33.0",
"@leather.io/utils": "0.17.0",
"@leather.io/analytics": "2.0.1",
"@leather.io/bitcoin": "0.16.4",
"@leather.io/constants": "0.13.2",
"@leather.io/crypto": "1.6.11",
"@leather.io/models": "0.19.1",
"@leather.io/query": "2.22.3",
"@leather.io/stacks": "1.3.4",
"@leather.io/tokens": "0.12.1",
"@leather.io/ui": "1.36.0",
"@leather.io/utils": "0.19.0",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.5.0",
"@noble/secp256k1": "2.1.0",
Expand Down Expand Up @@ -184,7 +184,7 @@
"@stacks/transactions": "6.17.0",
"@stacks/wallet-sdk": "6.15.0",
"@stitches/react": "1.2.8",
"@storybook/addon-styling-webpack": "1.0.0",
"@storybook/addon-styling-webpack": "1.0.1",
"@styled-system/theme-get": "5.1.2",
"@tanstack/query-async-storage-persister": "5.59.16",
"@tanstack/react-query": "5.59.16",
Expand Down Expand Up @@ -266,11 +266,11 @@
"devDependencies": {
"@actions/core": "1.10.1",
"@btckit/types": "0.0.19",
"@chromatic-com/storybook": "1.2.23",
"@chromatic-com/storybook": "3.2.2",
"@leather.io/eslint-config": "0.7.0",
"@leather.io/panda-preset": "0.4.3",
"@leather.io/panda-preset": "0.5.2",
"@leather.io/prettier-config": "0.6.0",
"@leather.io/rpc": "2.1.15",
"@leather.io/rpc": "2.1.17",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.46.1",
Expand All @@ -283,17 +283,17 @@
"@sentry/webpack-plugin": "2.17.0",
"@stacks/connect-react": "22.2.0",
"@stacks/stacks-blockchain-api-types": "7.8.2",
"@storybook/addon-docs": "8.2.4",
"@storybook/addon-essentials": "8.2.4",
"@storybook/addon-interactions": "8.2.4",
"@storybook/addon-links": "8.2.4",
"@storybook/addon-onboarding": "8.2.4",
"@storybook/addon-webpack5-compiler-swc": "1.0.2",
"@storybook/blocks": "8.2.4",
"@storybook/react": "8.2.4",
"@storybook/react-webpack5": "8.2.4",
"@storybook/test": "8.2.4",
"@storybook/theming": "8.2.4",
"@storybook/addon-docs": "8.4.4",
"@storybook/addon-essentials": "8.4.4",
"@storybook/addon-interactions": "8.4.4",
"@storybook/addon-links": "8.4.4",
"@storybook/addon-onboarding": "8.4.4",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/blocks": "8.4.4",
"@storybook/react": "8.4.4",
"@storybook/react-webpack5": "8.4.4",
"@storybook/test": "8.4.4",
"@storybook/theming": "8.4.4",
"@svgr/webpack": "8.1.0",
"@types/argon2-browser": "1.18.4",
"@types/bn.js": "5.1.6",
Expand Down Expand Up @@ -342,7 +342,7 @@
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-storybook": "0.11.1",
"file-loader": "6.2.0",
"generate-json-webpack-plugin": "2.0.0",
"html-webpack-plugin": "5.6.0",
Expand All @@ -355,7 +355,7 @@
"react-dev-utils": "12.0.1",
"schema-inspector": "2.0.2",
"speed-measure-webpack-plugin": "1.5.0",
"storybook": "8.2.4",
"storybook": "8.4.4",
"stream-browserify": "3.0.0",
"ts-node": "10.9.2",
"ts-unused-exports": "10.0.1",
Expand All @@ -373,6 +373,7 @@
"webpack-shell-plugin": "0.5.0"
},
"resolutions": {
"cross-spawn": "7.0.5",
"http-proxy-middleware": "3.0.3",
"axios": "1.7.4",
"body-parser": "1.20.3",
Expand All @@ -385,6 +386,7 @@
"webpack-dev-middleware": "5.3.4",
"eslint": "8.56.0",
"path-to-regexp": "0.1.10",
"rollup": "4.22.4",
"ws": "8.17.1"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 08c2218

Please sign in to comment.