Skip to content

Commit

Permalink
try fix .github ci compliance revert dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed May 29, 2024
1 parent 25ad701 commit 7a93a10
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions digiwf-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@muenchen/digiwf-cypress",
"name": "digiWF-e2e",
"version": "1.0.0",
"description": "DigiWF E2E-Tests with Cypress",
"scripts": {
Expand All @@ -19,16 +19,16 @@
"author": "",
"license": "MIT",
"devDependencies": {
"cypress": "^12.17.4",
"cypress-multi-reporters": "^1.6.4",
"mocha": "^10.4.0",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0",
"mochawesome-report-generator": "^6.2.0",
"typescript": "^5.4.5"
"cypress": "^12.9.0",
"cypress-keycloak": "^2.0.1",
"cypress-multi-reporters": "^1.5.0",
"mocha": "^8.4.0",
"mochawesome": "^6.3.1",
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^5.2.0",
"typescript": "^4.6.2"
},
"dependencies": {
"dotenv": "^16.4.5",
"cypress-keycloak": "^2.0.1"
"dotenv": "^16.4.5"
}
}

0 comments on commit 7a93a10

Please sign in to comment.