Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and juliusknorr committed Nov 26, 2024
1 parent 2d02d71 commit e8075e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"prosemirror-test-builder": "^1.1.1",
"raw-loader": "^4.0.2",
"rollup-plugin-webpack-stats": "^1.1.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-commonjs": "^0.10.4",
"vitest": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/base64.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ export function encodeArrayBuffer(data: ArrayBuffer): string {
*
* @param {string} encoded - base64 encoded string to decode
*/
export function decodeArrayBuffer(encoded: string): ArrayBuffer {
export function decodeArrayBuffer(encoded: string): Uint8Array {
return fromBase64(encoded)
}

0 comments on commit e8075e0

Please sign in to comment.