Skip to content

Commit

Permalink
fix: add missing dependencies for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Aug 24, 2024
1 parent 69b8425 commit 99f7285
Show file tree
Hide file tree
Showing 3 changed files with 2,254 additions and 76 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ build
cypress.env.json
cypress/screenshots
cypress/videos
cypress/downloads
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cypress-commands": "^10.0.6",
"@dhis2/cypress-plugins": "^10.0.6",
"@semantic-release/changelog": "^6",
"@semantic-release/exec": "^6",
"@semantic-release/git": "^10",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^12",
"cypress": "^13.13.1",
Expand All @@ -60,6 +63,7 @@
"patch-package": "^7",
"postinstall-postinstall": "^2.1.0",
"redux-mock-store": "^1.5.4",
"semantic-release": "^20",
"start-server-and-test": "^1.14.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 99f7285

Please sign in to comment.