@xyo-network/react-sentinel 5.0.4 → 5.0.6
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 +30 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-sentinel",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -38,49 +38,45 @@
|
|
|
38
38
|
},
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
|
-
"scripts": {
|
|
42
|
-
"license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\"",
|
|
43
|
-
"lint-pkg": "npmPkgJsonLint ."
|
|
44
|
-
},
|
|
45
41
|
"dependencies": {
|
|
46
|
-
"@xylabs/enum": "^4.6.
|
|
47
|
-
"@xylabs/exists": "^4.6.
|
|
48
|
-
"@xylabs/react-async-effect": "^6.0.
|
|
49
|
-
"@xylabs/react-button": "^6.0.
|
|
50
|
-
"@xylabs/react-flexbox": "^6.0.
|
|
51
|
-
"@xylabs/react-promise": "^6.0.
|
|
52
|
-
"@xyo-network/account-model": "^3.9.
|
|
53
|
-
"@xyo-network/archivist-model": "^3.9.
|
|
54
|
-
"@xyo-network/boundwitness-model": "^3.9.
|
|
55
|
-
"@xyo-network/module-model": "^3.9.
|
|
56
|
-
"@xyo-network/payload-model": "^3.9.
|
|
57
|
-
"@xyo-network/react-module": "^5.0.
|
|
58
|
-
"@xyo-network/react-node": "^5.0.
|
|
59
|
-
"@xyo-network/react-payload-raw-info": "^5.0.
|
|
60
|
-
"@xyo-network/react-shared": "^5.0.
|
|
61
|
-
"@xyo-network/react-witness": "^5.0.
|
|
62
|
-
"@xyo-network/sentinel-memory": "^3.9.
|
|
63
|
-
"@xyo-network/sentinel-model": "^3.9.
|
|
64
|
-
"@xyo-network/witness-model": "^3.9.
|
|
42
|
+
"@xylabs/enum": "^4.6.4",
|
|
43
|
+
"@xylabs/exists": "^4.6.4",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.0.6",
|
|
45
|
+
"@xylabs/react-button": "^6.0.6",
|
|
46
|
+
"@xylabs/react-flexbox": "^6.0.6",
|
|
47
|
+
"@xylabs/react-promise": "^6.0.6",
|
|
48
|
+
"@xyo-network/account-model": "^3.9.38",
|
|
49
|
+
"@xyo-network/archivist-model": "^3.9.38",
|
|
50
|
+
"@xyo-network/boundwitness-model": "^3.9.38",
|
|
51
|
+
"@xyo-network/module-model": "^3.9.38",
|
|
52
|
+
"@xyo-network/payload-model": "^3.9.38",
|
|
53
|
+
"@xyo-network/react-module": "^5.0.6",
|
|
54
|
+
"@xyo-network/react-node": "^5.0.6",
|
|
55
|
+
"@xyo-network/react-payload-raw-info": "^5.0.6",
|
|
56
|
+
"@xyo-network/react-shared": "^5.0.6",
|
|
57
|
+
"@xyo-network/react-witness": "^5.0.6",
|
|
58
|
+
"@xyo-network/sentinel-memory": "^3.9.38",
|
|
59
|
+
"@xyo-network/sentinel-model": "^3.9.38",
|
|
60
|
+
"@xyo-network/witness-model": "^3.9.38"
|
|
65
61
|
},
|
|
66
62
|
"devDependencies": {
|
|
67
63
|
"@emotion/react": "^11.14.0",
|
|
68
64
|
"@emotion/styled": "^11.14.0",
|
|
69
|
-
"@mui/icons-material": "^6.4.
|
|
70
|
-
"@mui/material": "^6.4.
|
|
71
|
-
"@mui/styles": "^6.4.
|
|
72
|
-
"@storybook/react": "^8.6.
|
|
65
|
+
"@mui/icons-material": "^6.4.8",
|
|
66
|
+
"@mui/material": "^6.4.8",
|
|
67
|
+
"@mui/styles": "^6.4.8",
|
|
68
|
+
"@storybook/react": "^8.6.7",
|
|
73
69
|
"@types/react": "^19.0.10",
|
|
74
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
75
|
-
"@xylabs/tsconfig-react": "^6.
|
|
76
|
-
"@xyo-network/account": "^3.9.
|
|
70
|
+
"@xylabs/ts-scripts-yarn3": "^6.1.4",
|
|
71
|
+
"@xylabs/tsconfig-react": "^6.1.4",
|
|
72
|
+
"@xyo-network/account": "^3.9.38",
|
|
77
73
|
"@xyo-network/evm-call-witness": "^3.4.4",
|
|
78
|
-
"@xyo-network/manifest": "^3.9.
|
|
79
|
-
"@xyo-network/module-factory-locator": "^3.9.
|
|
74
|
+
"@xyo-network/manifest": "^3.9.38",
|
|
75
|
+
"@xyo-network/module-factory-locator": "^3.9.38",
|
|
80
76
|
"ethers": "^6.13.5",
|
|
81
77
|
"react": "^19.0.0",
|
|
82
78
|
"react-dom": "^19.0.0",
|
|
83
|
-
"storybook": "^8.6.
|
|
79
|
+
"storybook": "^8.6.7",
|
|
84
80
|
"typescript": "^5.8.2"
|
|
85
81
|
},
|
|
86
82
|
"peerDependencies": {
|