Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #262 from azavea/bugfix/awf/npm-package-lockfile-m…
Browse files Browse the repository at this point in the history
…ismatch

Update Angular project package dependencies
  • Loading branch information
Andrew Fink authored Dec 5, 2017
2 parents d5e2056 + d45efac commit d4c4ef3
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 135 deletions.
30 changes: 15 additions & 15 deletions src/angular/planit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"@angular/animations": "~4.4.5",
"@angular/common": "~4.4.5",
"@angular/compiler": "~4.4.5",
"@angular/core": "~4.4.5",
"@angular/forms": "~4.4.5",
"@angular/http": "~4.4.5",
"@angular/platform-browser": "~4.4.5",
"@angular/platform-browser-dynamic": "~4.4.5",
"@angular/router": "~4.4.5",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"climate-change-components": "^0.2.1",
"climate-change-components": "^0.2.2",
"core-js": "^2.4.1",
"ngx-bootstrap": "^2.0.0-beta.7",
"rxjs": "^5.4.2",
"webpack-sources": "^1.0.2",
"zone.js": "^0.8.14",
"lodash.clonedeep": "^4.5.0",
"ng2-nouislider": "^1.6.2",
"ng2-nouislider": "~1.6.2",
"nouislider": "^10.1.0"
},
"devDependencies": {
"@angular/cli": "1.4.2",
"@angular/compiler-cli": "^4.4.6",
"@angular/language-service": "^4.4.6",
"@angular/cli": "~1.4.2",
"@angular/compiler-cli": "~4.4.5",
"@angular/language-service": "~4.4.5",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
Expand All @@ -54,6 +54,6 @@
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.3.2",
"typescript": "~2.3.3"
"typescript": "~2.3.4"
}
}
14 changes: 13 additions & 1 deletion src/angular/planit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@
"lib": [
"es2017",
"dom"
]
],
"paths": {
"@angular/animations": ["../node_modules/@angular/animations"],
"@angular/common": ["../node_modules/@angular/common"],
"@angular/compiler": ["../node_modules/@angular/compiler"],
"@angular/core": ["../node_modules/@angular/core"],
"@angular/forms": ["../node_modules/@angular/forms"],
"@angular/http": ["../node_modules/@angular/http"],
"@angular/platform-browser": ["../node_modules/@angular/platform-browser"],
"@angular/platform-browser-dynamic": ["../node_modules/@angular/platform-browser-dynamic"],
"@angular/router": ["../node_modules/@angular/router"],
"typescript": ["../node_modules/typescript"]
}
}
}
Loading

0 comments on commit d4c4ef3

Please sign in to comment.