Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Sep 21, 2021
1 parent d548d6b commit 4a85b73
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 17 deletions.
74 changes: 58 additions & 16 deletions test/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion test/ui/package.json
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"test": "cypress run",
"dev": "cypress open",
"install": "cypress install && node cypress/apply-patches.js"
"install": "cypress install && node cypress/apply-patches.js",
"preinstall": "npx npm-force-resolutions"
},
"license": "Apache-2.0",
"devDependencies": {
Expand All @@ -18,5 +19,8 @@
"mocha": "^9.1.1",
"mocha-junit-reporter": "^2.0.0",
"semver": "^7.3.5"
},
"resolutions": {
"ansi-regex": "^5.0.1"
}
}

0 comments on commit 4a85b73

Please sign in to comment.