Skip to content

Commit dffe275

Browse files
committed
Loosen cypress peer dependency version constraint
We assume that every new cypress version is working with this plugin. This change ensures no further issues with new cypress versions.
1 parent a903ffa commit dffe275

File tree

3 files changed

+1833
-753
lines changed

3 files changed

+1833
-753
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module.exports = {
22
extends: ['@4tw'],
3+
rules: {
4+
'vue/multi-word-component-names': 'off',
5+
'cypress/unsafe-to-chain-command': 'off',
6+
'vue/component-definition-name-casing': 'off',
7+
},
38
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
},
3030
"homepage": "https://github.com/4teamwork/cypress-drag-drop#readme",
3131
"devDependencies": {
32-
"@4tw/eslint-config": "^0.6.0",
32+
"@4tw/eslint-config": "^3.0.0",
3333
"@4tw/prettier-config": "^1.0.3",
3434
"@release-it/keep-a-changelog": "^2.3.0",
35-
"@testing-library/cypress": "^7.0.2",
35+
"@testing-library/cypress": "^10.1.0",
3636
"css-loader": "^3.4.0",
37-
"cypress": "^14.0.0",
38-
"eslint": "^7.15.0",
37+
"cypress": "^15.0.0",
38+
"eslint": "^8.2.0",
3939
"prettier": "^2.2.1",
4040
"release-it": "^14.11.5",
4141
"vue": "^2.6.12",
@@ -48,6 +48,6 @@
4848
"webpack-dev-server": "^3.11.0"
4949
},
5050
"peerDependencies": {
51-
"cypress": "2 - 14"
51+
"cypress": ">=2"
5252
}
5353
}

0 commit comments

Comments
 (0)