mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-23 14:52:22 +00:00
Upgrade bootstrap
This commit is contained in:
parent
c7d7a97279
commit
33786ccd14
14
package.json
14
package.json
@ -57,7 +57,7 @@
|
||||
"angular2-draggable": "^2.3.2",
|
||||
"angular2-hotkeys": "^2.2.0",
|
||||
"angular2-indexeddb": "^1.2.3",
|
||||
"bootstrap": "4.3.1",
|
||||
"bootstrap": "4.5.0",
|
||||
"command-exists": "^1.2.9",
|
||||
"core-js": "^3.6.5",
|
||||
"css-tree": "^1.0.0-alpha.36",
|
||||
@ -77,7 +77,7 @@
|
||||
"rxjs-compat": "^6.5.5",
|
||||
"save-html-as-image": "^1.3.3",
|
||||
"save-svg-as-png": "^1.4.14",
|
||||
"svg-crowbar": "^0.2.4",
|
||||
"svg-crowbar": "^0.6.0",
|
||||
"tree-kill": "^1.2.1",
|
||||
"tslib": "^2.0.0",
|
||||
"typeface-roboto": "^0.0.75",
|
||||
@ -93,13 +93,13 @@
|
||||
"@angular/compiler-cli": "^10.0.1",
|
||||
"@angular/language-service": "^10.0.1",
|
||||
"@sentry/cli": "^1.53.0",
|
||||
"@sentry/electron": "^0.17.4",
|
||||
"@sentry/electron": "^1.3.0",
|
||||
"@types/jasmine": "^3.5.11",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "12.12.6",
|
||||
"codelyzer": "^5.2.2",
|
||||
"electron": "^7.1.2",
|
||||
"electron-builder": "21.2.0",
|
||||
"electron": "^9.0.5",
|
||||
"electron-builder": "22.7.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"jasmine-core": "^3.5.0",
|
||||
"jasmine-spec-reporter": "^5.0.2",
|
||||
@ -113,12 +113,12 @@
|
||||
"license-checker": "^25.0.1",
|
||||
"node-sass": "^4.14.1",
|
||||
"popper.js": "^1.16.1",
|
||||
"prettier": "^1.18.2",
|
||||
"prettier": "^2.0.5",
|
||||
"protractor": "^7.0.0",
|
||||
"replace": "^1.2.0",
|
||||
"rxjs-tslint": "^0.1.8",
|
||||
"ts-mockito": "^2.6.1",
|
||||
"ts-node": "~8.4.1",
|
||||
"ts-node": "~8.10.2",
|
||||
"tslint": "^6.1.2",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^3.9.5",
|
||||
|
@ -19,6 +19,6 @@ export class OpenFileExplorerActionComponent implements OnInit {
|
||||
ngOnInit() {}
|
||||
|
||||
open() {
|
||||
this.electronService.shell.openItem(this.node.node_directory);
|
||||
this.electronService.shell.openPath(this.node.node_directory);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user