We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215438b commit 5896e3cCopy full SHA for 5896e3c
package.json
@@ -46,7 +46,7 @@
46
"devDependencies": {
47
"@commitlint/cli": "^17.0.0",
48
"@commitlint/config-conventional": "^17.0.0",
49
- "cypress": "^12.0.0",
+ "cypress": "^13.17.0",
50
"eslint": "^8.32.0",
51
"eslint-plugin-cypress": "^2.11.2",
52
"eslint-plugin-import": "^2.27.4",
@@ -60,5 +60,8 @@
60
"hooks": {
61
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
62
}
63
+ },
64
+ "resolutions": {
65
+ "koa": "^2.15.4"
66
67
0 commit comments