Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 14, 2024
1 parent 21c5207 commit 0cb1ec2
Show file tree
Hide file tree
Showing 3 changed files with 1,276 additions and 1,795 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function jsonToCbor() {
return
}
const cbor = encode(JSON.parse(jsonValue.value))
cborValue.value = Buffer.from(cbor).toString(cborEncoding.value)
cborValue.value = cbor.toString(cborEncoding.value)
} catch (e) {
cborValue.value = (e as Error).message
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@nuxt/scripts": "^0.9.5",
"cbor-x": "^1.5.9",
"nuxt": "^3.12.2",
"cbor-x": "^1.6.0",
"nuxt": "^3.14.1592",
"vue": "latest"
}
}
Loading

0 comments on commit 0cb1ec2

Please sign in to comment.