Upgrade Prettier to v3.0.3

This commit is contained in:
Alex Gleason
2023-08-31 12:59:54 -05:00
parent fc23d05764
commit c3acb82464
2 changed files with 149 additions and 81 deletions

View File

@@ -19,9 +19,9 @@
},
"license": "Unlicense",
"dependencies": {
"@noble/ciphers": "^0.2.0",
"@noble/curves": "1.1.0",
"@noble/hashes": "1.3.1",
"@noble/ciphers": "^0.2.0",
"@scure/base": "1.1.1",
"@scure/bip32": "1.3.1",
"@scure/bip39": "1.2.1"
@@ -53,7 +53,7 @@
"events": "^3.3.0",
"jest": "^29.5.0",
"node-fetch": "^2.6.9",
"prettier": "^2.8.4",
"prettier": "^3.0.3",
"ts-jest": "^29.1.0",
"tsd": "^0.22.0",
"typescript": "^5.0.4",