Skip to content

Commit 27ef1c6

Browse files
committed
Merge branch 'feat/pdfunlock' into chore/all-my-stuffs
# Conflicts: # components.d.ts # package.json # pnpm-lock.yaml # src/composable/downloadBase64.ts # src/tools/index.ts
2 parents 79b3961 + f07466f commit 27ef1c6

File tree

5 files changed

+558
-273
lines changed

5 files changed

+558
-273
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
"@types/arr-diff": "^4.0.3",
7575
"@types/markdown-it": "^13.0.7",
7676
"@types/pdfjs-dist": "^2.10.378",
77+
"@tiptap/core": "2.1.12",
78+
"@tiptap/pm": "2.1.6",
79+
"@tiptap/starter-kit": "2.1.6",
80+
"@tiptap/vue-3": "2.0.3",
7781
"@types/emscripten": "^1.39.10",
7882
"@types/figlet": "^1.5.8",
7983
"@types/markdown-it": "^13.0.7",
@@ -142,6 +146,7 @@
142146
"json-editor-vue": "^0.16.0",
143147
"json-analyzer": "^1.2.2",
144148
"json2csharp": "^1.0.3",
149+
"js-base64": "^3.7.7",
145150
"json5": "^2.2.3",
146151
"jsonpath": "^1.1.1",
147152
"jsonar-mod": "^1.9.0",
@@ -180,6 +185,7 @@
180185
"regex": "^4.3.3",
181186
"shiki": "^1.22.0",
182187
"postal-mime": "^2.2.7",
188+
"qpdf-wasm-esm-embedded": "^1.1.1",
183189
"qrcode": "^1.5.1",
184190
"rtf-stream-parser": "^3.8.0",
185191
"sql-formatter": "^13.0.0",

0 commit comments

Comments
 (0)