Skip to content

Commit 651454b

Browse files
authored
Merge pull request #114 from jozanek/update-js-dependencies
Update js dependencies
2 parents 716f94c + 4a132c7 commit 651454b

File tree

4 files changed

+156
-155
lines changed

4 files changed

+156
-155
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ lazy val scryptoJS = scrypto.js
102102
// how to setup ScalablyTyped https://scalablytyped.org/docs/library-developer
103103
stOutputPackage := "scorex",
104104
Compile / npmDependencies ++= Seq(
105-
"@noble/hashes" -> "1.1.4"
105+
"@noble/hashes" -> "1.6.0"
106106
),
107107
useYarn := false
108108
)

js/src/main/scala/scorex/crypto/hash/Platform.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package scorex.crypto.hash
22

3-
import scorex.nobleHashes.blake2Mod.BlakeOpts
3+
import scorex.nobleHashes.blakeMod.BlakeOpts
44
import scorex.nobleHashes.blake2bMod.blake2b
55
import scorex.nobleHashes.sha256Mod.sha256
66
import scorex.nobleHashes.utilsMod

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"homepage": "https://github.com/input-output-hk/scrypto/README.md",
1414
"dependencies": {
15-
"@noble/hashes": "1.1.4"
15+
"@noble/hashes": "1.6.0"
1616
},
1717
"devDependencies": {
18-
"jest": "^29.0.3",
18+
"jest": "^29.7.0",
1919
"shx": "^0.3.4",
20-
"typescript": "^4.9.4"
20+
"typescript": "^5.8.2"
2121
}
2222
}

0 commit comments

Comments
 (0)