chore(api): tauri can serialize array buffers from rc.7 (#1694)

* chore(api): tauri can serialize array buffers from rc.7

* fmt

* fix audit

* update lockfile
This commit is contained in:
Lucas Fernandes Nogueira
2024-08-28 17:58:56 -03:00
committed by GitHub
parent 0c040bcc9a
commit d0482502e9
9 changed files with 36 additions and 39 deletions
+5
View File
@@ -31,5 +31,10 @@
},
"engines": {
"pnpm": "^9.0.0"
},
"pnpm": {
"overrides": {
"micromatch@<4.0.8": ">=4.0.8"
}
}
}