Skip to content

Commit 19dc1a2

Browse files
author
Vinicius Reis
committed
⬆️ (#2584): Upgrade dependencies
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
1 parent 3bfa378 commit 19dc1a2

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
2828
"test": "NODE_ENV=test jest",
2929
"test:cypress": "cd cypress && ./runLocal.sh run",
30+
"test:cypress:open": "cd cypress && ./runLocal.sh open",
3031
"test:coverage": "NODE_ENV=test jest --coverage"
3132
},
3233
"browserslist": [
@@ -77,7 +78,7 @@
7778
"markdown-it": "^13.0.0",
7879
"markdown-it-container": "^3.0.0",
7980
"markdown-it-task-lists": "^2.1.1",
80-
"path-normalize": "^6.0.2",
81+
"path-normalize": "^6.0.6",
8182
"prosemirror-collab": "^1.3.0",
8283
"prosemirror-inputrules": "^1.2.0",
8384
"prosemirror-markdown": "^1.9.1",
@@ -87,7 +88,7 @@
8788
"prosemirror-tables-contently": "^1.1.2",
8889
"prosemirror-transform": "^1.6.0",
8990
"prosemirror-utils": "^1.0.0-0",
90-
"prosemirror-view": "^1.26.1",
91+
"prosemirror-view": "^1.26.3",
9192
"proxy-polyfill": "^0.3.2",
9293
"tippy.js": "^6.3.7",
9394
"vue": "^2.6.14",
@@ -109,7 +110,7 @@
109110
"@nextcloud/webpack-vue-config": "^5.1.0",
110111
"@vue/test-utils": "^1.3.0",
111112
"@vue/vue2-jest": "^27.0.0",
112-
"cypress": "^10.2.0",
113+
"cypress": "^10.3.0",
113114
"cypress-file-upload": "^5.0.8",
114115
"debounce": "^1.2.1",
115116
"escape-html": "^1.0.3",

0 commit comments

Comments
 (0)