@xyo-network/react-panel 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/package.json +12 -19
package/package.json
CHANGED
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"@xyo-network/api": "^2.20.33",
|
|
19
19
|
"@xyo-network/core": "^2.20.33",
|
|
20
20
|
"@xyo-network/panel": "^2.20.33",
|
|
21
|
-
"@xyo-network/react-archive": "^2.25.
|
|
22
|
-
"@xyo-network/react-shared": "^2.25.
|
|
23
|
-
"@xyo-network/react-theme": "^2.25.
|
|
24
|
-
"@xyo-network/react-wallet": "^2.25.
|
|
21
|
+
"@xyo-network/react-archive": "^2.25.16",
|
|
22
|
+
"@xyo-network/react-shared": "^2.25.16",
|
|
23
|
+
"@xyo-network/react-theme": "^2.25.16",
|
|
24
|
+
"@xyo-network/react-wallet": "^2.25.16",
|
|
25
25
|
"@xyo-network/systeminfo-witness": "^2.20.33",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"react": "^18.1.0",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/core": "^7.18.0",
|
|
35
35
|
"@babel/preset-env": "^7.18.0",
|
|
36
|
-
"@storybook/addons": "^6.5.
|
|
37
|
-
"@storybook/api": "^6.5.
|
|
38
|
-
"@storybook/components": "^6.5.
|
|
39
|
-
"@storybook/core-events": "^6.5.
|
|
40
|
-
"@storybook/react": "^6.5.
|
|
41
|
-
"@storybook/theming": "^6.5.
|
|
36
|
+
"@storybook/addons": "^6.5.5",
|
|
37
|
+
"@storybook/api": "^6.5.5",
|
|
38
|
+
"@storybook/components": "^6.5.5",
|
|
39
|
+
"@storybook/core-events": "^6.5.5",
|
|
40
|
+
"@storybook/react": "^6.5.5",
|
|
41
|
+
"@storybook/theming": "^6.5.5",
|
|
42
42
|
"@types/lodash": "^4.14.182",
|
|
43
43
|
"@xylabs/sdk-js": "^2.5.5",
|
|
44
44
|
"@xylabs/sdk-react": "^2.12.8",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@xylabs/tsconfig": "^1.0.13",
|
|
47
47
|
"axios": "^0.27.2",
|
|
48
48
|
"storybook-dark-mode": "^1.1.0",
|
|
49
|
-
"typescript": "^4.
|
|
49
|
+
"typescript": "^4.7.2"
|
|
50
50
|
},
|
|
51
51
|
"browser": "dist/esm/index.js",
|
|
52
52
|
"docs": "dist/docs.json",
|
|
@@ -102,17 +102,10 @@
|
|
|
102
102
|
},
|
|
103
103
|
"scripts": {
|
|
104
104
|
"lint-pkg": "npmPkgJsonLint .",
|
|
105
|
-
"gen:docs:package": "typedoc src/index.ts --json dist/docs.json",
|
|
106
|
-
"clean:package": "rimraf -q ./dist && rimraf -q ./build",
|
|
107
|
-
"fix:package": "yarn fix",
|
|
108
|
-
"lint:package": "yarn lint",
|
|
109
|
-
"deps:package": "depcheck $INIT_CWD",
|
|
110
|
-
"updo3:package": "yarn updo3",
|
|
111
|
-
"build:package": "yarn clean:package && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs:package",
|
|
112
105
|
"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\""
|
|
113
106
|
},
|
|
114
107
|
"sideEffects": false,
|
|
115
108
|
"types": "dist/esm/index.d.ts",
|
|
116
|
-
"version": "2.25.
|
|
109
|
+
"version": "2.25.16",
|
|
117
110
|
"packageManager": "yarn@3.1.1"
|
|
118
111
|
}
|