@xylabs/sdk-react 2.11.3 → 2.11.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 +17 -38
package/package.json
CHANGED
|
@@ -12,14 +12,13 @@
|
|
|
12
12
|
"@emotion/react": "^11.9.0",
|
|
13
13
|
"@emotion/styled": "^11.8.1",
|
|
14
14
|
"@ethersproject/abstract-signer": "^5.6.0",
|
|
15
|
-
"@ethersproject/providers": "^5.6.
|
|
16
|
-
"@mui/icons-material": "^5.6.
|
|
17
|
-
"@mui/material": "^5.6.
|
|
18
|
-
"@mui/styles": "^5.6.
|
|
15
|
+
"@ethersproject/providers": "^5.6.4",
|
|
16
|
+
"@mui/icons-material": "^5.6.1",
|
|
17
|
+
"@mui/material": "^5.6.1",
|
|
18
|
+
"@mui/styles": "^5.6.1",
|
|
19
19
|
"@xylabs/pixel": "^1.3.7",
|
|
20
|
-
"@xylabs/sdk-js": "^2.4.
|
|
20
|
+
"@xylabs/sdk-js": "^2.4.5",
|
|
21
21
|
"axios": "^0.26.1",
|
|
22
|
-
"bn.js": "^5.2.0",
|
|
23
22
|
"lodash": "^4.17.21",
|
|
24
23
|
"md5": "^2.3.0",
|
|
25
24
|
"numeral": "^2.0.6",
|
|
@@ -31,47 +30,27 @@
|
|
|
31
30
|
"description": "Common React library for all XY Labs projects that use React",
|
|
32
31
|
"devDependencies": {
|
|
33
32
|
"@babel/core": "^7.17.9",
|
|
34
|
-
"@
|
|
35
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
36
|
-
"@rollup/plugin-replace": "^4.0.0",
|
|
37
|
-
"@rollup/plugin-strip": "^2.1.0",
|
|
38
|
-
"@rollup/plugin-typescript": "^8.3.1",
|
|
39
|
-
"@storybook/addon-actions": "^6.4.20",
|
|
40
|
-
"@storybook/addon-docs": "^6.4.20",
|
|
41
|
-
"@storybook/addon-essentials": "^6.4.20",
|
|
42
|
-
"@storybook/addon-links": "^6.4.20",
|
|
43
|
-
"@storybook/components": "^6.4.20",
|
|
44
|
-
"@storybook/core-events": "^6.4.20",
|
|
45
|
-
"@storybook/react": "^6.4.20",
|
|
46
|
-
"@types/bn.js": "^5.1.0",
|
|
33
|
+
"@storybook/react": "^6.4.22",
|
|
47
34
|
"@types/lodash": "^4.14.181",
|
|
48
35
|
"@types/md5": "^2.3.2",
|
|
49
|
-
"@types/node": "^17.0.
|
|
36
|
+
"@types/node": "^17.0.24",
|
|
50
37
|
"@types/numeral": "^2.0.2",
|
|
51
|
-
"@types/react": "^18.0.
|
|
52
|
-
"@types/react-dom": "^18.0.
|
|
38
|
+
"@types/react": "^18.0.5",
|
|
39
|
+
"@types/react-dom": "^18.0.1",
|
|
53
40
|
"@types/react-helmet": "^6.1.5",
|
|
54
|
-
"@xylabs/eslint-config-react": "^2.1.
|
|
41
|
+
"@xylabs/eslint-config-react": "^2.1.4",
|
|
55
42
|
"@xylabs/rollup-config": "^1.1.15",
|
|
56
|
-
"@xylabs/ts-scripts": "^1.0.
|
|
57
|
-
"@xylabs/tsconfig": "^1.0.
|
|
58
|
-
"babel-loader": "^8.2.4",
|
|
43
|
+
"@xylabs/ts-scripts": "^1.0.53",
|
|
44
|
+
"@xylabs/tsconfig": "^1.0.13",
|
|
59
45
|
"copyfiles": "^2.4.1",
|
|
60
|
-
"
|
|
61
|
-
"eslint
|
|
62
|
-
"eslint-plugin-react": "^7.29.4",
|
|
63
|
-
"eslint-plugin-react-hooks": "^4.4.0",
|
|
64
|
-
"prettier": "^2.6.2",
|
|
46
|
+
"depcheck": "^1.4.3",
|
|
47
|
+
"eslint": "^8.13.0",
|
|
65
48
|
"react": "^18.0.0",
|
|
66
49
|
"react-dom": "^18.0.0",
|
|
67
50
|
"rimraf": "^3.0.2",
|
|
68
|
-
"
|
|
69
|
-
"rollup": "^2.70.1",
|
|
70
|
-
"rollup-plugin-svg": "^2.0.0",
|
|
51
|
+
"rollup": "^2.70.2",
|
|
71
52
|
"ts-node": "^10.7.0",
|
|
72
|
-
"
|
|
73
|
-
"typescript": "^4.6.3",
|
|
74
|
-
"webpack": "^5.72.0"
|
|
53
|
+
"typescript": "^4.6.3"
|
|
75
54
|
},
|
|
76
55
|
"peerDependencies": {
|
|
77
56
|
"react": "^17",
|
|
@@ -119,6 +98,6 @@
|
|
|
119
98
|
},
|
|
120
99
|
"sideEffects": false,
|
|
121
100
|
"types": "dist/index.d.ts",
|
|
122
|
-
"version": "2.11.
|
|
101
|
+
"version": "2.11.6",
|
|
123
102
|
"packageManager": "yarn@3.1.1"
|
|
124
103
|
}
|