From 58e54f83623304163b3ad6e0dc804c89f84dd68e Mon Sep 17 00:00:00 2001 From: Micah Stubbs Date: Wed, 4 May 2022 15:02:14 -0700 Subject: [PATCH] parent ed990b80ac4bb060a4412830194d0b347e52d56e author Micah Stubbs 1651701734 -0700 committer Micah Stubbs 1654121552 -0700 parent ed990b80ac4bb060a4412830194d0b347e52d56e author Micah Stubbs 1651701734 -0700 committer Micah Stubbs 1654121488 -0700 ng update @angular/cli --from=5.2.11 --to=6 --migrate-only add engines, remove volta since it conflicts with necessary global angular-cli ngx-dag@0.0.2 --> @swimlane/ngx-graph@6.0.0 npm i -D rxjs-tslint, add rxjs specific linting rules, add lint:tslint alternative linting script npm install @angular/cdk@6.1.0 npm install @angular/{animations,cdk,common,compiler,compiler-cli,core,forms,material,platform-browser,platform-browser-dynamic,platform-server,router}@6.1.0 npm i ajv@6.9.1 npm i codelyzer@6.0.1 npm i ngx-clipboard@11.1.5 npm i tsickle@0.32.1 restore rxjs-compat@6.0.0-rc.0 to fix rxjs issue at npm run build WIP state with new Reactive Form Revert "WIP state with new Reactive Form" This reverts commit f9e2e375773b8e4428e2a887234d482b591682bb. --- helix-front/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-front/tsconfig.json b/helix-front/tsconfig.json index e0ec30b9d8..62e8e9808a 100644 --- a/helix-front/tsconfig.json +++ b/helix-front/tsconfig.json @@ -20,4 +20,4 @@ ], "module": "es2015" } -} +} \ No newline at end of file