@xyo-network/react-payload-table 7.5.11 → 7.5.12
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.
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-payload-table",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.12",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-
|
|
45
|
-
"@xyo-network/react-
|
|
46
|
-
"@xyo-network/react-
|
|
47
|
-
"@xyo-network/react-table": "~7.5.
|
|
48
|
-
"@xyo-network/react-
|
|
44
|
+
"@xyo-network/react-event": "~7.5.12",
|
|
45
|
+
"@xyo-network/react-shared": "~7.5.12",
|
|
46
|
+
"@xyo-network/react-payload-plugin-resolver": "~7.5.12",
|
|
47
|
+
"@xyo-network/react-table": "~7.5.12",
|
|
48
|
+
"@xyo-network/react-network": "~7.5.12"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"@xyo-network/boundwitness-wrapper": "~5.5.1",
|
|
96
96
|
"@xyo-network/config-payload-plugin": "~5.5.1",
|
|
97
97
|
"@xyo-network/diviner-model": "^5.5.5",
|
|
98
|
-
"@xyo-network/diviner-schema-list
|
|
99
|
-
"@xyo-network/diviner-schema-stats
|
|
98
|
+
"@xyo-network/diviner-schema-list": "~5.5.5",
|
|
99
|
+
"@xyo-network/diviner-schema-stats": "~5.5.2",
|
|
100
100
|
"@xyo-network/huri": "^5.5.1",
|
|
101
101
|
"@xyo-network/manifest-model": "~5.5.1",
|
|
102
102
|
"@xyo-network/module-abstract": "^5.5.5",
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
"wasm-feature-detect": "~1.8.0",
|
|
151
151
|
"webextension-polyfill": "^0.12.0",
|
|
152
152
|
"zod": "^4.3.6",
|
|
153
|
-
"@xyo-network/react-
|
|
154
|
-
"@xyo-network/react-
|
|
155
|
-
"@xyo-network/react-
|
|
153
|
+
"@xyo-network/react-payload-plugin": "~7.5.12",
|
|
154
|
+
"@xyo-network/react-storybook": "~7.5.12",
|
|
155
|
+
"@xyo-network/react-crypto-market-uniswap-plugin": "~7.5.12"
|
|
156
156
|
},
|
|
157
157
|
"peerDependencies": {
|
|
158
158
|
"@emotion/react": "^11.14.0",
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
"@xyo-network/boundwitness-wrapper": "~5.5.1",
|
|
191
191
|
"@xyo-network/config-payload-plugin": "~5.5.1",
|
|
192
192
|
"@xyo-network/diviner-model": "^5.5.5",
|
|
193
|
-
"@xyo-network/diviner-schema-list
|
|
194
|
-
"@xyo-network/diviner-schema-stats
|
|
193
|
+
"@xyo-network/diviner-schema-list": "~5.5.5",
|
|
194
|
+
"@xyo-network/diviner-schema-stats": "~5.5.2",
|
|
195
195
|
"@xyo-network/manifest-model": "~5.5.1",
|
|
196
196
|
"@xyo-network/module-abstract": "^5.5.5",
|
|
197
197
|
"@xyo-network/module-model": "^5.5.5",
|