Skip to content

Commit 1f873eb

Browse files
committed
feat: migrate VWA workflows clean - add cypress 14.1.0 tough-cookie 4.1.3
Signed-off-by: henschwartz <[email protected]>
1 parent 13bcde2 commit 1f873eb

File tree

3 files changed

+107
-10
lines changed

3 files changed

+107
-10
lines changed

components/crud-web-apps/volumes/frontend/package-lock.json

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

components/crud-web-apps/volumes/frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"karma-jasmine": "~4.0.0",
7777
"karma-jasmine-html-reporter": "^1.6.0",
7878
"prettier": "2.3.2",
79+
"tough-cookie": "4.1.3",
7980
"ts-node": "^10.4.0",
8081
"typescript": "~4.7.0"
8182
}

components/crud-web-apps/volumes/frontend/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"dom",
2121
"es2019"
2222
],
23-
"skipLibCheck": true,
2423
"paths": {
2524
"@shared/*": ["../../angular-frontend-shared/*"],
2625
"@app/environment": ["src/environments/environment"]

0 commit comments

Comments
 (0)