Skip to content

Commit

Permalink
fix(webapp): prevent suspicious "e" console logs (#851)
Browse files Browse the repository at this point in the history
Downgrade the Primeng package as the log was introduced in version 16.5.0.

Issue: DGW-164
  • Loading branch information
kristahouse authored May 14, 2024
1 parent b4ed845 commit cbf9bd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions webapp/package-lock.json

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

4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@devolutions/web-ssh-gui": "^0.2.14",
"primeflex": "3.3.1",
"primeicons": "6.0.1",
"primeng": "16.5.0",
"primeng": "16.2.0",
"prismjs": "1.29.0",
"rxjs": "^6.6.7",
"tslib": "2.6.1",
Expand All @@ -49,4 +49,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "5.1.6"
}
}
}

0 comments on commit cbf9bd3

Please sign in to comment.