Skip to content

Commit 9925ea5

Browse files

File tree

2 files changed

+54
-32
lines changed

2 files changed

+54
-32
lines changed

test/ui/package-lock.json

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

test/ui/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"scripts": {
66
"test": "cypress run",
77
"dev": "cypress open",
8-
"install": "cypress install && node cypress/apply-patches.js"
8+
"install": "cypress install && node cypress/apply-patches.js",
9+
"preinstall": "npx npm-force-resolutions"
910
},
1011
"license": "Apache-2.0",
1112
"devDependencies": {
@@ -18,5 +19,8 @@
1819
"mocha": "^9.1.1",
1920
"mocha-junit-reporter": "^2.0.0",
2021
"semver": "^7.3.5"
22+
},
23+
"resolutions": {
24+
"ansi-regex": "^5.0.1"
2125
}
2226
}

0 commit comments

Comments
 (0)