Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
linusnorton committed Mar 9, 2019
1 parent d59ab50 commit a258d19
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 19 deletions.
53 changes: 38 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"@angular/platform-server": "~7.2.7",
"@angular/router": "~7.2.7",
"@angular/service-worker": "~7.2.8",
"@hmcts/annotation-ui-lib": "^1.0.23",
"@hmcts/document-viewer-webcomponent": "^1.1.2",
"@hmcts/dg-docassembly-webcomponent": "^0.1.6",
"@hmcts/frontend": "~0.0.30-alpha",
"@hmcts/info-provider": "~1.0.0",
"@hmcts/nodejs-healthcheck": "~1.4.6",
Expand Down Expand Up @@ -83,7 +84,6 @@
"request": "~2.88.0",
"request-promise": "~4.2.4",
"request-promise-native": "~1.0.7",
"rpa-dg-docassembly-webcomponent": "~0.1.5",
"rxjs": "~6.4.0",
"rxjs-compat": "~6.4.0",
"session-file-store": "~1.2.0",
Expand All @@ -99,7 +99,7 @@
"@types/jasmine": "~3.3.9",
"@types/jasminewd2": "~2.0.6",
"@types/mocha": "~5.2.6",
"@types/node": "^11.10.5",
"@types/node": "^11.11.0",
"@types/request-promise": "^4.1.42",
"@types/request-promise-native": "^1.0.15",
"chai": "~4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/routing/routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { CookiesComponent } from './pages/generic-page/cookies/cookies.component
import { DemoComponent } from './pages/generic-page/demo/demo.component';
import { DocViewerComponent } from './pages/generic-page/doc-viewer/doc-viewer.component';
import { HmctsEmViewerUiModule } from '@hmcts/annotation-ui-lib';
import { AssemblyModule } from 'rpa-dg-docassembly-webcomponent';
import { AssemblyModule } from '@hmcts/dg-docassembly-webcomponent';
import { AssemblyComponent } from './pages/generic-page/assembly/assembly.component';

const routes: Routes = [
Expand Down

0 comments on commit a258d19

Please sign in to comment.