@xyo-network/react-form-credit-card 9.0.4 → 9.0.5

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 +27 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-form-credit-card",
3
- "version": "9.0.4",
3
+ "version": "9.0.5",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,8 +41,8 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-shared": "~9.0.4",
45
- "@xyo-network/react-form-group": "~9.0.4"
44
+ "@xyo-network/react-form-group": "~9.0.5",
45
+ "@xyo-network/react-shared": "~9.0.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@bitauth/libauth": "~3.0.0",
@@ -57,25 +57,25 @@
57
57
  "@scure/bip39": "~2.2.0",
58
58
  "@storybook/react-vite": "~10.4.2",
59
59
  "@types/react": "^19.2.16",
60
- "@xylabs/geo": "^6.0.7",
61
- "@xylabs/pixel": "~6.0.7",
62
- "@xylabs/react-button": "~9.0.2",
63
- "@xylabs/react-error": "~9.0.2",
64
- "@xylabs/react-flexbox": "~9.0.2",
65
- "@xylabs/react-hooks": "~9.0.2",
66
- "@xylabs/react-link": "~9.0.2",
67
- "@xylabs/react-promise": "~9.0.2",
68
- "@xylabs/react-shared": "~9.0.2",
69
- "@xylabs/react-theme": "~9.0.2",
70
- "@xylabs/sdk-js": "^6.0.7",
71
- "@xylabs/threads": "^6.0.7",
72
- "@xylabs/toolchain": "~8.1.15",
73
- "@xylabs/tsconfig": "^8.1.15",
74
- "@xylabs/tsconfig-dom": "^8.1.15",
75
- "@xylabs/tsconfig-react": "~8.1.15",
76
- "@xyo-network/archivist-storage": "~6.0.2",
77
- "@xyo-network/sdk-js": "^6.0.2",
78
- "@xyo-network/sdk-protocol-js": "~6.0.7",
60
+ "@xylabs/geo": "^6.0.8",
61
+ "@xylabs/pixel": "~6.0.8",
62
+ "@xylabs/react-button": "~9.0.3",
63
+ "@xylabs/react-error": "~9.0.3",
64
+ "@xylabs/react-flexbox": "~9.0.3",
65
+ "@xylabs/react-hooks": "~9.0.3",
66
+ "@xylabs/react-link": "~9.0.3",
67
+ "@xylabs/react-promise": "~9.0.3",
68
+ "@xylabs/react-shared": "~9.0.3",
69
+ "@xylabs/react-theme": "~9.0.3",
70
+ "@xylabs/sdk-js": "^6.0.8",
71
+ "@xylabs/threads": "^6.0.8",
72
+ "@xylabs/toolchain": "~8.1.16",
73
+ "@xylabs/tsconfig": "^8.1.16",
74
+ "@xylabs/tsconfig-dom": "^8.1.16",
75
+ "@xylabs/tsconfig-react": "~8.1.16",
76
+ "@xyo-network/archivist-storage": "~6.0.4",
77
+ "@xyo-network/sdk-js": "^6.0.4",
78
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
79
79
  "ajv": "^8.20.0",
80
80
  "async-mutex": "^0.5.0",
81
81
  "bn.js": "^5.2.3",
@@ -90,11 +90,12 @@
90
90
  "lru-cache": "^11.5.1",
91
91
  "mixpanel-browser": "~2.80.0",
92
92
  "observable-fns": "~0.6.1",
93
- "pako": "^2.1.0",
94
93
  "query-string": "~9.4.0",
95
94
  "react": "^19.2.7",
96
95
  "react-dom": "^19.2.7",
97
- "react-router-dom": "^7.16.0",
96
+ "react-is": "^19.2",
97
+ "react-router-dom": "^7.17.0",
98
+ "recharts": "^3.8",
98
99
  "spark-md5": "~3.0.2",
99
100
  "store2": "~2.14.4",
100
101
  "storybook": "^10.4.2",
@@ -142,11 +143,12 @@
142
143
  "lru-cache": "^11.3",
143
144
  "mixpanel-browser": "~2.80",
144
145
  "observable-fns": "~0.6",
145
- "pako": "^2.1",
146
146
  "query-string": "~9.4",
147
147
  "react": "^19.2",
148
148
  "react-dom": "^19.2",
149
+ "react-is": "^19.2",
149
150
  "react-router-dom": "^7.15",
151
+ "recharts": "^3.8",
150
152
  "spark-md5": "~3.0",
151
153
  "store2": "~2.14",
152
154
  "webextension-polyfill": "^0.12",