@xyo-network/react-schema 2.25.49 → 2.25.52
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 -31
package/package.json
CHANGED
|
@@ -12,37 +12,28 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@emotion/react": "^11.9.0",
|
|
14
14
|
"@emotion/styled": "^11.8.1",
|
|
15
|
+
"@mui/icons-material": "^5.8.3",
|
|
15
16
|
"@mui/material": "^5.8.3",
|
|
16
|
-
"@
|
|
17
|
-
"@
|
|
18
|
-
"@xyo-network/
|
|
19
|
-
"@xyo-network/
|
|
20
|
-
"@xyo-network/react-
|
|
21
|
-
"@xyo-network/react-
|
|
22
|
-
"@xyo-network/
|
|
23
|
-
"
|
|
17
|
+
"@xylabs/react-common": "^2.12.23",
|
|
18
|
+
"@xylabs/react-shared": "^2.12.23",
|
|
19
|
+
"@xyo-network/api": "^2.20.45",
|
|
20
|
+
"@xyo-network/core": "^2.20.45",
|
|
21
|
+
"@xyo-network/react-archive": "^2.25.52",
|
|
22
|
+
"@xyo-network/react-archivist-api": "^2.25.52",
|
|
23
|
+
"@xyo-network/react-property": "^2.25.52",
|
|
24
|
+
"@xyo-network/react-shared": "^2.25.52",
|
|
25
|
+
"@xyo-network/utils": "^2.20.45",
|
|
24
26
|
"react": "^18.1.0",
|
|
25
27
|
"react-dom": "^18.1.0",
|
|
26
28
|
"react-router-dom": "^6.3.0",
|
|
27
|
-
"tslib": "^2.4.0"
|
|
28
|
-
"typedoc": "^0.22.17"
|
|
29
|
+
"tslib": "^2.4.0"
|
|
29
30
|
},
|
|
30
31
|
"description": "Common React library for all XYO projects that use React",
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"@babel/core": "^7.18.2",
|
|
33
34
|
"@babel/preset-env": "^7.18.2",
|
|
34
|
-
"@storybook/addons": "^6.5.8",
|
|
35
|
-
"@storybook/api": "^6.5.8",
|
|
36
|
-
"@storybook/components": "^6.5.8",
|
|
37
|
-
"@storybook/core-events": "^6.5.8",
|
|
38
35
|
"@storybook/react": "^6.5.8",
|
|
39
|
-
"@
|
|
40
|
-
"@types/lodash": "^4.14.182",
|
|
41
|
-
"@xylabs/ts-scripts": "^1.0.66",
|
|
42
|
-
"@xylabs/tsconfig": "^1.0.13",
|
|
43
|
-
"axios": "^0.27.2",
|
|
44
|
-
"storybook-dark-mode": "^1.1.0",
|
|
45
|
-
"typescript": "^4.7.3"
|
|
36
|
+
"@xylabs/tsconfig": "^1.0.13"
|
|
46
37
|
},
|
|
47
38
|
"browser": "dist/esm/index.js",
|
|
48
39
|
"docs": "dist/docs.json",
|
|
@@ -73,15 +64,6 @@
|
|
|
73
64
|
"react"
|
|
74
65
|
],
|
|
75
66
|
"license": "LGPL-3.0",
|
|
76
|
-
"peerDependencies": {
|
|
77
|
-
"axios": ">0.26",
|
|
78
|
-
"typedoc": "^0.22.13"
|
|
79
|
-
},
|
|
80
|
-
"peerDependenciesMeta": {
|
|
81
|
-
"typedoc": {
|
|
82
|
-
"optional": true
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
67
|
"resolutions": {
|
|
86
68
|
"@storybook/react/webpack": "^5",
|
|
87
69
|
"bn.js": "^5.2.0",
|
|
@@ -102,6 +84,6 @@
|
|
|
102
84
|
},
|
|
103
85
|
"sideEffects": false,
|
|
104
86
|
"types": "dist/esm/index.d.ts",
|
|
105
|
-
"version": "2.25.
|
|
87
|
+
"version": "2.25.52",
|
|
106
88
|
"packageManager": "yarn@3.1.1"
|
|
107
89
|
}
|