Skip to content

Commit

Permalink
Change ng-swagger-gen to a stable version (#15903)
Browse files Browse the repository at this point in the history
Signed-off-by: AllForNothing <[email protected]>
  • Loading branch information
AllForNothing authored Oct 29, 2021
1 parent fed8406 commit 44f477e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion src/portal/PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
"express": "^4.17.1",
// To generate models and Angular services based on swagger.yaml. Required
"ng-swagger-gen": "^2.3.1",
// do not upgrade it
"ng-swagger-gen": "^1.8.1",
// For e2e test. Required
"protractor": "^7.0.0",
Expand Down
18 changes: 9 additions & 9 deletions src/portal/package-lock.json

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

2 changes: 1 addition & 1 deletion src/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-swagger-gen": "^2.3.1",
"ng-swagger-gen": "^1.8.1",
"protractor": "^7.0.0",
"eslint": "8.1.0",
"typescript": "~4.3.5"
Expand Down

0 comments on commit 44f477e

Please sign in to comment.