Skip to content

Commit

Permalink
Updated non-angular related packages (#146)
Browse files Browse the repository at this point in the history
* Fixed routing of gateway list + fixed memory leak by unsubscribing properly from gateway fetches

* Fixed routing errors in gateway list

* Updated non-angular related packages

* Try overriding vulnerable package

* Force updated the last vulnerable packages pending angular update

* Fixed monaco editor breakage
  • Loading branch information
fcv-iteratorIt authored Dec 5, 2023
1 parent 550cd9c commit deaba3c
Show file tree
Hide file tree
Showing 7 changed files with 13,454 additions and 15,073 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Based on https://mherman.org/blog/dockerizing-an-angular-app/
# base image
FROM node:14-alpine as DEV
FROM node:16-alpine as DEV

# removed this for now
# install chrome for protractor tests
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"assets": [
"src/favicon.ico",
"src/assets",
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco-editor" }
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "/assets/monaco/" }
],
"styles": [
"./node_modules/animate.css/animate.min.css",
Expand Down
Loading

0 comments on commit deaba3c

Please sign in to comment.