@xyo-network/react-property 2.25.15 → 2.25.16
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/dist/docs.json +38771 -19937
- package/package.json +10 -17
package/package.json
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@mui/material": "^5.8.1",
|
|
17
17
|
"@xylabs/sdk-react": "^2.12.8",
|
|
18
18
|
"@xyo-network/core": "^2.20.33",
|
|
19
|
-
"@xyo-network/react-shared": "^2.25.
|
|
20
|
-
"@xyo-network/react-theme": "^2.25.
|
|
19
|
+
"@xyo-network/react-shared": "^2.25.16",
|
|
20
|
+
"@xyo-network/react-theme": "^2.25.16",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
22
|
"react": "^18.1.0",
|
|
23
23
|
"react-dom": "^18.1.0",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/core": "^7.18.0",
|
|
30
30
|
"@babel/preset-env": "^7.18.0",
|
|
31
|
-
"@storybook/addons": "^6.5.
|
|
32
|
-
"@storybook/api": "^6.5.
|
|
33
|
-
"@storybook/components": "^6.5.
|
|
34
|
-
"@storybook/core-events": "^6.5.
|
|
35
|
-
"@storybook/react": "^6.5.
|
|
36
|
-
"@storybook/theming": "^6.5.
|
|
31
|
+
"@storybook/addons": "^6.5.5",
|
|
32
|
+
"@storybook/api": "^6.5.5",
|
|
33
|
+
"@storybook/components": "^6.5.5",
|
|
34
|
+
"@storybook/core-events": "^6.5.5",
|
|
35
|
+
"@storybook/react": "^6.5.5",
|
|
36
|
+
"@storybook/theming": "^6.5.5",
|
|
37
37
|
"@types/lodash": "^4.14.182",
|
|
38
38
|
"@xylabs/sdk-react": "^2.12.8",
|
|
39
39
|
"@xylabs/ts-scripts": "^1.0.66",
|
|
40
40
|
"@xylabs/tsconfig": "^1.0.13",
|
|
41
41
|
"axios": "^0.27.2",
|
|
42
42
|
"storybook-dark-mode": "^1.1.0",
|
|
43
|
-
"typescript": "^4.
|
|
43
|
+
"typescript": "^4.7.2"
|
|
44
44
|
},
|
|
45
45
|
"browser": "dist/esm/index.js",
|
|
46
46
|
"docs": "dist/docs.json",
|
|
@@ -96,17 +96,10 @@
|
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"lint-pkg": "npmPkgJsonLint .",
|
|
99
|
-
"gen:docs:package": "typedoc src/index.ts --json dist/docs.json",
|
|
100
|
-
"clean:package": "rimraf -q ./dist && rimraf -q ./build",
|
|
101
|
-
"fix:package": "yarn fix",
|
|
102
|
-
"lint:package": "yarn lint",
|
|
103
|
-
"deps:package": "depcheck $INIT_CWD",
|
|
104
|
-
"updo3:package": "yarn updo3",
|
|
105
|
-
"build:package": "yarn clean:package && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs:package",
|
|
106
99
|
"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\""
|
|
107
100
|
},
|
|
108
101
|
"sideEffects": false,
|
|
109
102
|
"types": "dist/esm/index.d.ts",
|
|
110
|
-
"version": "2.25.
|
|
103
|
+
"version": "2.25.16",
|
|
111
104
|
"packageManager": "yarn@3.1.1"
|
|
112
105
|
}
|