We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89bec53 + c563ea6 commit 3dcf52fCopy full SHA for 3dcf52f
package.json
@@ -24,10 +24,10 @@
24
"*.d.ts"
25
],
26
"dependencies": {
27
- "@noble/hashes": "~1.0.0",
28
- "@noble/secp256k1": "~1.5.0",
29
- "@scure/bip32": "^1.0.0-rc1",
30
- "@scure/bip39": "^1.0.0-rc1"
+ "@noble/hashes": "1.0.0",
+ "@noble/secp256k1": "1.5.2",
+ "@scure/bip32": "1.0.1",
+ "@scure/bip39": "1.0.0"
31
},
32
"browser": {
33
"crypto": false
@@ -72,7 +72,7 @@
72
"tslint": "^5.19.0",
73
"tslint-config-prettier": "^1.18.0",
74
"tslint-plugin-prettier": "^2.0.1",
75
- "typescript": "^4.3.5",
+ "typescript": "4.5.4",
76
"webpack": "^4.39.3",
77
"webpack-cli": "^3.3.8"
78
0 commit comments