locked all of package.json
This commit is contained in:
parent
9fa0c16250
commit
b46ab1d8a2
1 changed files with 9 additions and 9 deletions
18
package.json
18
package.json
|
@ -18,9 +18,9 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@agm/core": "^1.0.0-beta.2",
|
"@agm/core": "1.0.0-beta.2",
|
||||||
"@agm/js-marker-clusterer": "^1.0.0-beta.2",
|
"@agm/js-marker-clusterer": "1.0.0-beta.2",
|
||||||
"@agm/snazzy-info-window": "^1.0.0-beta.2",
|
"@agm/snazzy-info-window": "1.0.0-beta.2",
|
||||||
"@angular/common": "4.0.3",
|
"@angular/common": "4.0.3",
|
||||||
"@angular/compiler": "4.0.3",
|
"@angular/compiler": "4.0.3",
|
||||||
"@angular/core": "4.0.3",
|
"@angular/core": "4.0.3",
|
||||||
|
@ -30,18 +30,18 @@
|
||||||
"@angular/platform-browser-dynamic": "4.0.3",
|
"@angular/platform-browser-dynamic": "4.0.3",
|
||||||
"@angular/router": "4.0.3",
|
"@angular/router": "4.0.3",
|
||||||
"@angular/upgrade": "4.0.3",
|
"@angular/upgrade": "4.0.3",
|
||||||
"@types/moment": "^2.13.0",
|
"@types/moment": "2.13.0",
|
||||||
"angular-in-memory-web-api": "^0.3.1",
|
"angular-in-memory-web-api": "0.3.1",
|
||||||
"chart.js": "2.5.0",
|
"chart.js": "2.5.0",
|
||||||
"core-js": "2.4.1",
|
"core-js": "2.4.1",
|
||||||
"js-marker-clusterer": "^1.0.0",
|
"js-marker-clusterer": "1.0.0",
|
||||||
"moment": "^2.19.2",
|
"moment": "^2.19.2",
|
||||||
"ng2-charts": "1.6.0",
|
"ng2-charts": "1.6.0",
|
||||||
"ng2-validation-manager": "^0.3.1",
|
"ng2-validation-manager": "0.3.1",
|
||||||
"ngx-bootstrap": "1.9.3",
|
"ngx-bootstrap": "1.9.3",
|
||||||
"ngx-pagination": "^3.0.3",
|
"ngx-pagination": "3.0.3",
|
||||||
"rxjs": "5.4.2",
|
"rxjs": "5.4.2",
|
||||||
"snazzy-info-window": "^1.1.0",
|
"snazzy-info-window": "1.1.0",
|
||||||
"ts-helpers": "1.1.2",
|
"ts-helpers": "1.1.2",
|
||||||
"webpack": "3.5.4",
|
"webpack": "3.5.4",
|
||||||
"webpack-dev-server": "2.7.1",
|
"webpack-dev-server": "2.7.1",
|
||||||
|
|
Reference in a new issue