@xyo-network/react-wallet-service 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 +9 -16
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@xylabs/sdk-js": "^2.5.5",
|
|
17
17
|
"@xylabs/sdk-react": "^2.12.8",
|
|
18
18
|
"@xyo-network/core": "^2.20.33",
|
|
19
|
-
"@xyo-network/react-shared": "^2.25.
|
|
19
|
+
"@xyo-network/react-shared": "^2.25.16",
|
|
20
20
|
"@xyo-network/utils": "^2.20.33",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
22
|
"react": "^18.1.0",
|
|
@@ -28,12 +28,12 @@
|
|
|
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-js": "^2.5.5",
|
|
39
39
|
"@xylabs/sdk-react": "^2.12.8",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@xylabs/tsconfig": "^1.0.13",
|
|
42
42
|
"axios": "^0.27.2",
|
|
43
43
|
"storybook-dark-mode": "^1.1.0",
|
|
44
|
-
"typescript": "^4.
|
|
44
|
+
"typescript": "^4.7.2"
|
|
45
45
|
},
|
|
46
46
|
"browser": "dist/esm/index.js",
|
|
47
47
|
"docs": "dist/docs.json",
|
|
@@ -97,17 +97,10 @@
|
|
|
97
97
|
},
|
|
98
98
|
"scripts": {
|
|
99
99
|
"lint-pkg": "npmPkgJsonLint .",
|
|
100
|
-
"gen:docs:package": "typedoc src/index.ts --json dist/docs.json",
|
|
101
|
-
"clean:package": "rimraf -q ./dist && rimraf -q ./build",
|
|
102
|
-
"fix:package": "yarn fix",
|
|
103
|
-
"lint:package": "yarn lint",
|
|
104
|
-
"deps:package": "depcheck $INIT_CWD",
|
|
105
|
-
"updo3:package": "yarn updo3",
|
|
106
|
-
"build:package": "yarn clean:package && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs:package",
|
|
107
100
|
"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\""
|
|
108
101
|
},
|
|
109
102
|
"sideEffects": false,
|
|
110
103
|
"types": "dist/esm/index.d.ts",
|
|
111
|
-
"version": "2.25.
|
|
104
|
+
"version": "2.25.16",
|
|
112
105
|
"packageManager": "yarn@3.1.1"
|
|
113
106
|
}
|