Skip to content

Commit

Permalink
Merge pull request #399 from NickPhura/master
Browse files Browse the repository at this point in the history
NOBUG: Version updates. Trivial comment updates.
  • Loading branch information
NickPhura authored May 24, 2019
2 parents f3aec50 + 129f7e5 commit 6aaaffc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Public front-end for the ACRFD (formerly: PRC) application.

| Technology | Version | Website | Description |
|------------|---------|-------------------------|-------------------------------------------|
| node | 8.x.x | https://nodejs.org/en/ | JavaScript Runtime |
| node | 10.x.x | https://nodejs.org/en/ | JavaScript Runtime |
| npm | 6.x.x | https://www.npmjs.com/ | Node Package Manager |
| ng | 6.x.x | https://cli.angular.io/ | Angular CLI |
| yarn | latest | https://yarnpkg.com/en/ | Package Manager (more efficient than npm) |
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,58 +33,58 @@
"@angular/platform-browser-dynamic": "6.1.10",
"@angular/router": "6.1.10",
"@ng-bootstrap/ng-bootstrap": "3.3.1",
"@types/geojson": "7946.0.6",
"@types/leaflet": "1.4.3",
"@types/leaflet.markercluster": "1.0.3",
"@types/geojson": "7946.0.7",
"@types/leaflet": "1.4.4",
"@types/leaflet.markercluster": "1.4.0",
"bootstrap": "4.3.1",
"classlist.js": "1.1.20150312",
"core-js": "2.6.5",
"core-js": "2.6.8",
"hammerjs": "2.0.8",
"intl": "1.2.5",
"jquery": "3.1.1",
"leaflet": "1.4.0",
"jquery": "3.4.1",
"leaflet": "1.5.1",
"leaflet.markercluster": "1.4.1",
"linkify-it": "2.1.0",
"lodash": "4.17.11",
"moment": "2.24.0",
"mygovbc-bootstrap-theme": "0.4.1",
"ng2-bootstrap-modal": "1.0.1",
"ngx-chips": "1.9.8",
"ngx-page-scroll": "6.0.0-beta.1",
"ngx-page-scroll-core": "6.0.0-beta.1",
"ngx-page-scroll": "6.0.0",
"ngx-page-scroll-core": "6.0.0",
"ngx-text-overflow-clamp": "0.0.1",
"popper.js": "1.14.7",
"rxjs": "6.4.0",
"popper.js": "1.15.0",
"rxjs": "6.5.2",
"web-animations-js": "2.3.1",
"zone.js": "0.8.29"
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.4",
"@angular-devkit/build-angular": "0.13.9",
"@angular/cli": "6.2.9",
"@angular/compiler": "6.1.10",
"@angular/compiler-cli": "6.1.10",
"@types/arcgis-js-api": "4.6.0",
"@types/jasmine": "3.3.9",
"@types/linkify-it": "2.0.4",
"@types/lodash": "4.14.121",
"@types/node": "8.10.42",
"@types/jasmine": "3.3.12",
"@types/linkify-it": "2.1.0",
"@types/lodash": "4.14.130",
"@types/node": "10.14.7",
"codelyzer": "4.5.0",
"husky": "1.3.1",
"jasmine-core": "3.3.0",
"husky": "2.3.0",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.0.1",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.0",
"lint-staged": "8.1.5",
"karma-jasmine-html-reporter": "1.4.2",
"lint-staged": "8.1.7",
"npm-run-all": "4.1.5",
"prettier": "1.16.4",
"prettier": "1.17.1",
"protractor": "5.4.2",
"stylelint": "9.10.1",
"stylelint-config-standard": "18.2.0",
"tslint": "5.13.1",
"stylelint": "10.0.1",
"stylelint-config-standard": "18.3.0",
"tslint": "5.16.0",
"tslint-config-prettier": "1.18.0",
"typescript": "2.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/feature.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// this is the data structure as returned by BCGW
// this is the data structure as returned by Tantalis
//
export class Feature {
geometry: {
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/application.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { CommentPeriod } from 'app/models/commentperiod';
import { Decision } from 'app/models/decision';
import { Feature } from 'app/models/feature';

fdescribe('ApplicationService', () => {
describe('ApplicationService', () => {
let service;
const apiServiceStub = {
getApplication(id: string) {
Expand Down

0 comments on commit 6aaaffc

Please sign in to comment.