@ututrust/web-components 2.2.20 → 2.2.21-alpha.0
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/index.js +7 -42882
- package/package.json +9 -30
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ututrust/web-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.21-alpha.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@burner-wallet/burner-connect-provider": "^0.1.1",
|
|
31
31
|
"@preact/preset-vite": "^2.8.2",
|
|
32
|
-
"@
|
|
33
|
-
"@unlock-protocol/contracts": "^0.0.
|
|
34
|
-
"@unlock-protocol/networks": "^0.0.
|
|
35
|
-
"@unlock-protocol/paywall": "^0.
|
|
32
|
+
"@tanstack/react-query": "^5.67.3",
|
|
33
|
+
"@unlock-protocol/contracts": "^0.0.34",
|
|
34
|
+
"@unlock-protocol/networks": "^0.0.25",
|
|
35
|
+
"@unlock-protocol/paywall": "^0.8.1",
|
|
36
36
|
"axios": "^1.3.4",
|
|
37
37
|
"browserify-zlib": "^0.2.0",
|
|
38
38
|
"core-js": "^3.8.3",
|
|
39
39
|
"enzyme": "^3.11.0",
|
|
40
40
|
"enzyme-adapter-preact-pure": "^4.1.0",
|
|
41
|
-
"ethers": "^
|
|
41
|
+
"ethers": "^6.13.5",
|
|
42
42
|
"events": "^3.3.0",
|
|
43
43
|
"gulp-postcss": "^9.0.0",
|
|
44
44
|
"json-server": "^0.17.2",
|
|
@@ -58,27 +58,14 @@
|
|
|
58
58
|
"tus-js-client": "^2.3.0",
|
|
59
59
|
"tus-node-server": "^0.9.0",
|
|
60
60
|
"util": "^0.12.5",
|
|
61
|
+
"viem": "^2.23.10",
|
|
61
62
|
"vite": "^4.3.2",
|
|
62
63
|
"vite-plugin-dts": "^3.8.1",
|
|
63
64
|
"vite-plugin-node-polyfills": "^0.21.0",
|
|
64
|
-
"wagmi": "^
|
|
65
|
+
"wagmi": "^2.14.13",
|
|
65
66
|
"web3modal": "^1.4.0"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
68
|
-
"@babel/core": "^7.12.10",
|
|
69
|
-
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
70
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
71
|
-
"@babel/preset-env": "^7.12.11",
|
|
72
|
-
"@babel/preset-react": "^7.12.10",
|
|
73
|
-
"@babel/preset-typescript": "^7.12.7",
|
|
74
|
-
"@rollup/plugin-alias": "^4.0.3",
|
|
75
|
-
"@rollup/plugin-babel": "^6.0.3",
|
|
76
|
-
"@rollup/plugin-commonjs": "^24.0.1",
|
|
77
|
-
"@rollup/plugin-json": "^6.0.0",
|
|
78
|
-
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
79
|
-
"@rollup/plugin-replace": "^5.0.2",
|
|
80
|
-
"@rollup/plugin-strip": "^3.0.2",
|
|
81
|
-
"@rollup/plugin-typescript": "^11.1.5",
|
|
82
69
|
"@types/enzyme": "^3.10.8",
|
|
83
70
|
"@types/jest": "^26.0.20",
|
|
84
71
|
"@types/preact-custom-element": "^4.0.0",
|
|
@@ -88,7 +75,6 @@
|
|
|
88
75
|
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
89
76
|
"@typescript-eslint/parser": "^5.54.0",
|
|
90
77
|
"autoprefixer": "^10.4.13",
|
|
91
|
-
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
92
78
|
"browser-sync": "^2.26.14",
|
|
93
79
|
"buffer": "^6.0.3",
|
|
94
80
|
"del": "^6.0.0",
|
|
@@ -101,19 +87,12 @@
|
|
|
101
87
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
102
88
|
"eslint-plugin-react": "^7.22.0",
|
|
103
89
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
104
|
-
"gulp": "^4.0.2",
|
|
105
|
-
"gulp-terser": "^2.0.1",
|
|
106
90
|
"jest": "^29.4.3",
|
|
107
91
|
"postcss": "^8.3.5",
|
|
108
92
|
"prettier": "^2.2.1",
|
|
109
93
|
"process": "^0.11.10",
|
|
110
|
-
"rollup": "^3.18.0",
|
|
111
|
-
"rollup-plugin-filesize": "^9.1.0",
|
|
112
|
-
"rollup-plugin-postcss": "^4.0.0",
|
|
113
|
-
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
114
|
-
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
115
94
|
"tslib": "^2.6.2",
|
|
116
|
-
"typescript": "^
|
|
95
|
+
"typescript": "^5.8.2"
|
|
117
96
|
},
|
|
118
97
|
"proxy": "http://localhost:2080",
|
|
119
98
|
"browserslist": "> 0.25%, not dead"
|