Skip to content

Commit 9a49a83

Browse files
committed
chore(deps): update frontend dependency manifest
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 56539b2 commit 9a49a83

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"test:e2e:report": "playwright show-report"
2424
},
2525
"dependencies": {
26-
"@codemirror/autocomplete": "^6.18.3",
26+
"@codemirror/autocomplete": "^6.20.1",
2727
"@codemirror/commands": "^6.10.3",
28-
"@codemirror/lang-html": "^6.4.9",
29-
"@codemirror/language": "^6.10.3",
30-
"@codemirror/state": "^6.4.1",
28+
"@codemirror/lang-html": "^6.4.11",
29+
"@codemirror/language": "^6.12.2",
30+
"@codemirror/state": "^6.6.0",
3131
"@codemirror/view": "^6.40.0",
3232
"@fontsource/dancing-script": "^5.2.8",
3333
"@libresign/pdf-elements": "^1.1.3",
@@ -48,24 +48,24 @@
4848
"@nextcloud/paths": "^3.1.0",
4949
"@nextcloud/router": "^3.1.0",
5050
"@nextcloud/upload": "^2.0.0-rc.0",
51-
"@nextcloud/vue": "^9.5.0",
51+
"@nextcloud/vue": "^9.6.0",
5252
"@ssddanbrown/codemirror-lang-twig": "^1.0.0",
5353
"@uiw/codemirror-theme-material": "^4.25.8",
5454
"@vuelidate/core": "^2.0.3",
5555
"@vuelidate/validators": "^2.0.4",
5656
"@vueuse/core": "^14.2.1",
5757
"@vueuse/integrations": "^14.2.1",
5858
"blueimp-md5": "^2.19.0",
59-
"codemirror": "^6.0.1",
59+
"codemirror": "^6.0.2",
6060
"debounce": "^3.0.0",
6161
"js-confetti": "^0.13.1",
62-
"pdfjs-dist": "^5.4.624",
62+
"pdfjs-dist": "^5.5.207",
6363
"pinia": "^3.0.4",
6464
"signature_pad": "^5.1.3",
6565
"sortablejs": "^1.15.7",
66-
"vue": "^3.5.29",
66+
"vue": "^3.5.30",
6767
"vue-advanced-cropper": "^2.8.9",
68-
"vue-codemirror6": "^1.3.5",
68+
"vue-codemirror6": "^1.4.3",
6969
"vue-router": "^5.0.3",
7070
"vuedraggable": "^4.1.0"
7171
},
@@ -82,7 +82,7 @@
8282
"@nextcloud/stylelint-config": "^3.2.1",
8383
"@nextcloud/vite-config": "^2.5.2",
8484
"@pinia/testing": "^1.0.3",
85-
"@playwright/test": "^1.58.1",
85+
"@playwright/test": "^1.58.2",
8686
"@testing-library/dom": "^10.4.1",
8787
"@testing-library/vue": "^8.1.0",
8888
"@types/blueimp-md5": "^2.18.2",
@@ -95,7 +95,7 @@
9595
"openapi-typescript": "^7.13.0",
9696
"typescript": "^5.9.3",
9797
"vite": "^7.1.10",
98-
"vitest": "^4.0.18",
98+
"vitest": "^4.1.0",
9999
"vue-tsc": "^3.2.5"
100100
}
101101
}

0 commit comments

Comments
 (0)