Skip to content

Commit

Permalink
Upgrade ansyn packages, and some peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ramtob committed Jun 9, 2020
1 parent fd0b18e commit a71b922
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 148 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## Installation

```shell
npm install @ansyn/ansyn @ansyn/imagery @ansyn/map-facade @ansyn/ol @ansyn/menu @ngrx/core @ngrx/store @ngrx/effects @ngrx/entity ngx-treeview ol cesium d3 @angular/cdk @angular/material
npm install @ansyn/ansyn @ansyn/imagery @ansyn/imagery-cesium @ansyn/imagery-video @ansyn/ol @ansyn/map-facade @ansyn/menu @ngrx/core @ngrx/store @ngrx/effects @ngrx/entity ngx-treeview ol cesium d3 @angular/cdk @angular/material
```
or
```shell
yarn add @ansyn/ansyn @ansyn/assets @ansyn/core @ngrx/core @ngrx/store @ngrx/effects @ngrx/entity ngx-treeview ol cesium d3 @angular/cdk @angular/material
yarn add @ansyn/ansyn @ansyn/imagery @ansyn/imagery-cesium @ansyn/imagery-video @ansyn/ol @ansyn/map-facade @ansyn/menu @ngrx/core @ngrx/store @ngrx/effects @ngrx/entity ngx-treeview ol cesium d3 @angular/cdk @angular/material
```
(or, to update existing packages:)
```shell
yarn upgrade @ansyn/ansyn @ansyn/imagery @ansyn/imagery-cesium @ansyn/ol @ansyn/map-facade @ansyn/menu
yarn upgrade @ansyn/ansyn @ansyn/imagery @ansyn/imagery-cesium @ansyn/imagery-video @ansyn/ol @ansyn/map-facade @ansyn/menu
```

## Usage
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,21 @@
"@angular/platform-browser": "^7.2.4",
"@angular/platform-browser-dynamic": "^7.2.4",
"@angular/router": "^7.2.4",
"@ansyn/ansyn": "^0.6.0",
"@ansyn/ansyn": "^2.1.1",
"@ansyn/event-drops": "^0.2.8-1.9",
"@ansyn/imagery": "^0.6.0",
"@ansyn/imagery-cesium": "^0.6.0",
"@ansyn/map-facade": "^0.6.0",
"@ansyn/menu": "^0.6.0",
"@ansyn/ol": "^0.6.0",
"@ansyn/imagery": "^2.1.1",
"@ansyn/imagery-cesium": "^2.1.1",
"@ansyn/imagery-video": "^2.1.1",
"@ansyn/map-facade": "^2.1.1",
"@ansyn/menu": "^2.1.1",
"@ansyn/ol": "^2.1.1",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^7.3.0",
"@ngrx/entity": "^7.3.0",
"@ngrx/store": "^7.3.0",
"@ngx-translate/core": "11.0.1",
"@types/geojson": "^7946.0.4",
"@ngx-translate/core": "^10.0.2",
"cesium": "^1.55.0",
"cesium": "1.66.0",
"core-js": "^2.5.4",
"d3": "^5.5.0",
"geojson": "^0.5.0",
Expand Down
Loading

0 comments on commit a71b922

Please sign in to comment.