Skip to content

Commit deaba3c

Browse files
Updated non-angular related packages (#146)
* 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
1 parent 550cd9c commit deaba3c

File tree

7 files changed

+13454
-15073
lines changed

7 files changed

+13454
-15073
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Based on https://mherman.org/blog/dockerizing-an-angular-app/
22
# base image
3-
FROM node:14-alpine as DEV
3+
FROM node:16-alpine as DEV
44

55
# removed this for now
66
# install chrome for protractor tests

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"assets": [
2626
"src/favicon.ico",
2727
"src/assets",
28-
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco-editor" }
28+
{ "glob": "**/*", "input": "node_modules/monaco-editor", "output": "/assets/monaco/" }
2929
],
3030
"styles": [
3131
"./node_modules/animate.css/animate.min.css",

0 commit comments

Comments
 (0)