Skip to content

Commit

Permalink
Update to Angular 13 (#218)
Browse files Browse the repository at this point in the history
* remove flex-layout

* update core to 13

* update material to 13

* update eslint to 13

* install flex-layout 13

* update package-lock.json

* update ngx-color-picker

* update angular-split package

* remove CanUpdateErrorStateCtor

* adapt portnumber

* update node version to 14

* fix unit test
  • Loading branch information
Vijeinath committed Nov 21, 2023
1 parent 445288d commit bf4cf9b
Show file tree
Hide file tree
Showing 17 changed files with 4,919 additions and 7,658 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
env:
NV: 12.x # node version
NV: 14.x # node version

on:
push:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### STAGE 1: Build ###

# We label our stage as 'builder'
FROM node:12-stretch as builder
FROM node:14-stretch as builder

LABEL maintainer="support@dasch.swiss"

Expand Down
1 change: 1 addition & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"port": 6400,
"browserTarget": "beol:build"
},
"configurations": {
Expand Down
Loading

0 comments on commit bf4cf9b

Please sign in to comment.