Skip to content

Commit 77019fa

Browse files
committed
fix(npm): pin cypress and @nextcloud/webpack-vue-config
Newer releases break cypress tests for us. Signed-off-by: Jonas <[email protected]>
1 parent 6ab1ca6 commit 77019fa

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@
125125
"@nextcloud/cypress": "^1.0.0-beta.8",
126126
"@nextcloud/eslint-config": "^8.4.1",
127127
"@nextcloud/stylelint-config": "^2.4.0",
128-
"@nextcloud/webpack-vue-config": "^6.0.1",
128+
"@nextcloud/webpack-vue-config": "~6.0.1",
129129
"@vitejs/plugin-vue2": "^2.3.1",
130130
"@vue/test-utils": "^1.3.0 <2",
131131
"@vue/tsconfig": "^0.5.1",
132132
"@vue/vue2-jest": "^29.2.6",
133133
"@vueuse/core": "^10.11.1",
134-
"cypress": "^13.6.2",
134+
"cypress": "13.6.4",
135135
"cypress-split": "^1.24.5",
136136
"cypress-visual-regression": "^5.2.2",
137137
"eslint-plugin-cypress": "^2.15.2",

0 commit comments

Comments
 (0)