Upgrade packages

This commit is contained in:
ziajka 2018-01-18 10:50:46 +01:00
parent de21cbb48b
commit b69b0c7db4
2 changed files with 445 additions and 377 deletions

View File

@ -4,7 +4,7 @@
"license": "GPLv3",
"main": "main.js",
"repository": {
"type" : "git",
"type": "git",
"url": "https://github.com/GNS3/gns3-web-ui.git"
},
"scripts": {
@ -24,38 +24,38 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.1.2",
"@angular/cdk": "^5.0.3",
"@angular/common": "^5.1.2",
"@angular/compiler": "^5.1.2",
"@angular/core": "^5.1.2",
"@angular/forms": "^5.1.2",
"@angular/http": "^5.1.2",
"@angular/material": "^5.0.3",
"@angular/platform-browser": "^5.1.2",
"@angular/platform-browser-dynamic": "^5.1.2",
"@angular/router": "^5.1.2",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.4",
"@angular/animations": "^5.2.1",
"@angular/cdk": "^5.1.0",
"@angular/common": "^5.2.1",
"@angular/compiler": "^5.2.1",
"@angular/core": "^5.2.1",
"@angular/forms": "^5.2.1",
"@angular/http": "^5.2.1",
"@angular/material": "^5.1.0",
"@angular/platform-browser": "^5.2.1",
"@angular/platform-browser-dynamic": "^5.2.1",
"@angular/router": "^5.2.1",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.9",
"angular2-indexeddb": "^1.2.2",
"bootstrap": "4.0.0-beta.2",
"core-js": "^2.4.1",
"d3-ng2-service": "^1.16.0",
"d3-ng2-service": "^1.23.3",
"ng2-toasty": "^4.0.3",
"npm-check-updates": "^2.13.0",
"rxjs": "^5.4.1",
"zone.js": "^0.8.14"
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "^1.6.3",
"@angular/compiler-cli": "^5.1.2",
"@angular/language-service": "^5.1.2",
"@types/jasmine": "~2.8.3",
"@angular/cli": "^1.6.4",
"@angular/compiler-cli": "^5.2.1",
"@angular/language-service": "^5.2.1",
"@types/jasmine": "~2.8.4",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~8.5.2",
"@types/node": "~9.3.0",
"codelyzer": "~4.0.2",
"electron": "1.7.10",
"electron-builder": "^19.52.1",
"jasmine-core": "~2.8.0",
"electron-builder": "^19.54.0",
"jasmine-core": "~2.9.0",
"jasmine-spec-reporter": "~4.2.1",
"jquery": "1.9.1 - 3",
"karma": "~2.0.0",
@ -68,7 +68,7 @@
"popper.js": "^1.12.3",
"protractor": "~5.2.0",
"ts-node": "~4.1.0",
"tslint": "~5.8.0",
"tslint": "~5.9.1",
"typescript": ">=2.4.0 <2.6.0"
}
}

776
yarn.lock

File diff suppressed because it is too large Load Diff