@btc-vision/walletconnect 1.9.5 → 1.9.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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@btc-vision/walletconnect",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.6",
|
|
5
5
|
"author": "impredmet",
|
|
6
6
|
"description": "The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.",
|
|
7
7
|
"engines": {
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"@babel/preset-env": "^7.28.3",
|
|
71
71
|
"@babel/preset-react": "^7.27.1",
|
|
72
72
|
"@babel/preset-typescript": "^7.27.1",
|
|
73
|
-
"@types/react": "^19.1.
|
|
73
|
+
"@types/react": "^19.1.16",
|
|
74
74
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
75
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
75
|
+
"eslint-plugin-react-refresh": "^0.4.22",
|
|
76
76
|
"gulp": "^5.0.1",
|
|
77
77
|
"gulp-cached": "^1.1.1",
|
|
78
78
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"react-dom": "^19.1.1",
|
|
83
83
|
"stream-browserify": "^3.0.0",
|
|
84
84
|
"stream-http": "^3.2.0",
|
|
85
|
-
"typescript-eslint": "^8.
|
|
85
|
+
"typescript-eslint": "^8.45.0",
|
|
86
86
|
"webpack-cli": "^6.0.1"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"gulp-clean": "^0.4.0",
|
|
95
95
|
"gulp-eslint-new": "^2.5.0",
|
|
96
96
|
"gulp-logger-new": "^1.0.1",
|
|
97
|
-
"opnet": "^1.6.
|
|
97
|
+
"opnet": "^1.6.39",
|
|
98
98
|
"style-loader": "^4.0.0",
|
|
99
|
-
"webpack": "^5.
|
|
99
|
+
"webpack": "^5.102.0"
|
|
100
100
|
}
|
|
101
101
|
}
|