@xyo-network/react-card 10.0.0 → 10.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +38 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-card",
3
- "version": "10.0.0",
3
+ "version": "10.0.3",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,61 +41,57 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~10.0.0"
44
+ "@xyo-network/react-shared": "~10.0.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
48
- "@metamask/providers": "^22.1.1",
49
48
  "@mui/icons-material": "^9.1.1",
50
49
  "@mui/material": "^9.1.2",
51
50
  "@noble/post-quantum": "~0.6.1",
52
51
  "@opentelemetry/api": "^1.9.1",
53
52
  "@opentelemetry/sdk-trace-base": "^2.8.0",
54
- "@react-spring/web": "~10.1.1",
53
+ "@react-spring/web": "~10.1.2",
55
54
  "@scure/base": "~2.2.0",
56
55
  "@scure/bip39": "~2.2.0",
57
56
  "@storybook/react-vite": "~10.4.6",
58
57
  "@types/react": "^19.2.17",
59
- "@xylabs/geo": "^6.1.4",
60
- "@xylabs/pixel": "^6.1.4",
61
- "@xylabs/react-button": "^9.1.2",
62
- "@xylabs/react-flexbox": "^9.1.2",
63
- "@xylabs/react-hooks": "^9.1.2",
64
- "@xylabs/react-link": "^9.1.2",
65
- "@xylabs/react-promise": "^9.1.2",
66
- "@xylabs/react-shared": "^9.1.2",
67
- "@xylabs/react-theme": "^9.1.2",
68
- "@xylabs/sdk-js": "^6.1.4",
69
- "@xylabs/threads": "^6.1.4",
70
- "@xylabs/toolchain": "~8.3.0",
71
- "@xylabs/tsconfig": "^8.3.0",
72
- "@xylabs/tsconfig-dom": "^8.3.0",
73
- "@xylabs/tsconfig-react": "~8.3.0",
74
- "@xyo-network/sdk-js": "^7.0.0",
75
- "@xyo-network/sdk-protocol-js": "^7.0.0",
58
+ "@xylabs/geo": "^7.0.1",
59
+ "@xylabs/pixel": "^7.0.1",
60
+ "@xylabs/react-button": "~10.0",
61
+ "@xylabs/react-flexbox": "~10.0",
62
+ "@xylabs/react-hooks": "~10.0",
63
+ "@xylabs/react-link": "~10.0",
64
+ "@xylabs/react-promise": "~10.0",
65
+ "@xylabs/react-shared": "~10.0",
66
+ "@xylabs/react-theme": "~10.0",
67
+ "@xylabs/sdk": "^7.0.1",
68
+ "@xylabs/threads": "^7.0.1",
69
+ "@xylabs/toolchain": "~8.5.3",
70
+ "@xylabs/tsconfig": "^8.5.3",
71
+ "@xylabs/tsconfig-dom": "^8.5.3",
72
+ "@xylabs/tsconfig-react": "~8.5.3",
73
+ "@xyo-network/sdk": "^7.0.3",
76
74
  "ajv": "^8.20.0",
77
75
  "async-mutex": "^0.5.0",
78
- "debug": "~4.4.3",
79
- "eslint": "^10.5.0",
76
+ "debug": "^4.4.3",
77
+ "eslint": "^10.6.0",
80
78
  "ethers": "^6.17.0",
81
79
  "hash-wasm": "~4.12.0",
82
80
  "idb": "^8.0.3",
83
81
  "lru-cache": "^11.5.1",
84
- "observable-fns": "~0.6.1",
85
- "query-string": "~9.4.0",
82
+ "observable-fns": "^0.6.1",
83
+ "query-string": "~9.4.1",
86
84
  "react": "^19.2.7",
87
85
  "react-dom": "^19.2.7",
88
86
  "react-router-dom": "^7.18.0",
89
87
  "storybook": "^10.4.6",
90
88
  "typescript": "^6.0.3",
91
89
  "vite": "^8.1.0",
92
- "webextension-polyfill": "^0.12.0",
93
90
  "zod": "^4.4.3",
94
- "@xyo-network/react-storybook": "~10.0.0"
91
+ "@xyo-network/react-storybook": "~10.0.3"
95
92
  },
96
93
  "peerDependencies": {
97
94
  "@bitauth/libauth": "~3.0",
98
- "@metamask/providers": "^22.1",
99
95
  "@mui/icons-material": "^9.0",
100
96
  "@mui/material": "^9.0",
101
97
  "@noble/post-quantum": "~0.6.1",
@@ -104,32 +100,30 @@
104
100
  "@react-spring/web": "~10.1",
105
101
  "@scure/base": "~2.2",
106
102
  "@scure/bip39": "~2.2",
107
- "@xylabs/geo": "^6.0",
108
- "@xylabs/pixel": "^6.1",
109
- "@xylabs/react-button": "^9.1",
110
- "@xylabs/react-flexbox": "^9.1",
111
- "@xylabs/react-hooks": "^9.1",
112
- "@xylabs/react-link": "^9.1",
113
- "@xylabs/react-promise": "^9.1",
114
- "@xylabs/react-shared": "^9.1",
115
- "@xylabs/react-theme": "^9.1",
116
- "@xylabs/sdk-js": "^6.0",
117
- "@xylabs/threads": "^6.0",
118
- "@xyo-network/sdk-js": "^6.0",
119
- "@xyo-network/sdk-protocol-js": "^6.1",
103
+ "@xylabs/geo": "^7.0",
104
+ "@xylabs/pixel": "^7.0",
105
+ "@xylabs/react-button": "^10.0",
106
+ "@xylabs/react-flexbox": "^10.0",
107
+ "@xylabs/react-hooks": "^10.0",
108
+ "@xylabs/react-link": "^10.0",
109
+ "@xylabs/react-promise": "^10.0",
110
+ "@xylabs/react-shared": "^10.0",
111
+ "@xylabs/react-theme": "^10.0",
112
+ "@xylabs/sdk": "^7.0",
113
+ "@xylabs/threads": "^7.0",
114
+ "@xyo-network/sdk": "*",
120
115
  "ajv": "^8.20",
121
116
  "async-mutex": "^0.5",
122
- "debug": "~4.4",
117
+ "debug": "^4.4",
123
118
  "ethers": "^6.16",
124
119
  "hash-wasm": "~4.12",
125
120
  "idb": "^8.0",
126
121
  "lru-cache": "^11.3",
127
- "observable-fns": "~0.6",
122
+ "observable-fns": "^0.6",
128
123
  "query-string": "~9.4",
129
124
  "react": "^19.2",
130
125
  "react-dom": "^19.2",
131
126
  "react-router-dom": "^7.15",
132
- "webextension-polyfill": "^0.12",
133
127
  "zod": "^4.4"
134
128
  },
135
129
  "publishConfig": {