Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Fixing package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 1, 2018
1 parent 8c73b78 commit ddf1d3a
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 1,103 deletions.
10 changes: 5 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser-dynamic": "^6.1.7",
"@angular/router": "^6.1.7",
"@auth0/angular-jwt": "^2.0.0",
"angular2-toaster": "^4.0.1",
"angular2-toaster": "^6.1.0",
"bootswatch": "^4.1.3",
"clipboard": "^1.7.1",
"core-js": "^2.4.1",
Expand All @@ -44,18 +44,18 @@
"@angular/compiler-cli": "^6.1.7",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"codelyzer": "~2.0.0",
"codelyzer": "^4.4.4",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "^2.0.2",
"karma": "^3.0.0",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "^5.3.2",
"ts-node": "^7.0.1",
"tslint": "~4.5.0",
"typescript": "2.7.2"
"tslint": "^5.11.0",
"typescript": "~2.7.0"
}
}
Loading

0 comments on commit ddf1d3a

Please sign in to comment.