Skip to content
Snippets Groups Projects
Commit c9529bda authored by Ulf Seltmann's avatar Ulf Seltmann
Browse files

* removed unused dependencies

* updated some major dependencies
parent ff6fe421
No related merge requests found
Pipeline #325 passed with stages
in 3 minutes and 31 seconds
This diff is collapsed.
{
"name": "@ubleipzig/dacap",
"scope": "@bdd_dev",
"version": "1.0.4",
"version": "1.0.5",
"description": "proxies,compresses and caches api-requests",
"main": "bin/dacap",
"bin": {
......@@ -28,14 +28,14 @@
"author": "Ulf Seltmann <ulf.seltmann@uni-leipzig.de>",
"license": "GPL-3.0",
"dependencies": {
"@angular/common": "^4.3.6",
"@angular/compiler": "^4.3.6",
"@angular/core": "^4.3.6",
"@angular/forms": "^4.3.6",
"@angular/http": "^4.3.6",
"@angular/platform-browser": "^4.3.6",
"@angular/platform-browser-dynamic": "^4.3.6",
"@angular/router": "^4.3.6",
"@angular/common": "^6.0.4",
"@angular/compiler": "^6.0.4",
"@angular/core": "^6.0.4",
"@angular/forms": "^6.0.4",
"@angular/http": "^6.0.4",
"@angular/platform-browser": "^6.0.4",
"@angular/platform-browser-dynamic": "^6.0.4",
"@angular/router": "^6.0.4",
"body-parser": "^1.17.2",
"compression": "^1.7.2",
"core-js": "^2.5.0",
......@@ -48,21 +48,20 @@
"npm-check": "^5.7.0",
"q": "^1.5.0",
"request": "^2.81.0",
"rxjs": "^5.5.6",
"rxjs": "^6.2.0",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@types/body-parser": "^1.16.5",
"@types/compression": "0.0.33",
"@types/compression": "0.0.36",
"@types/cors": "^2.8.1",
"@types/debug": "0.0.30",
"@types/express": "^4.11.1",
"@types/mocha": "^2.2.48",
"@types/nock": "^8.2.1",
"@types/mocha": "^5.2.1",
"@types/nock": "^9.1.3",
"@types/node": "^8.9.4",
"@types/request": "^2.47.0",
"@types/rimraf": "^2.0.2",
"@types/should": "^11.2.0",
"angular2-template-loader": "^0.6.2",
"awesome-typescript-loader": "^3.2.3",
"bootstrap": "^3.3.7",
......@@ -73,15 +72,13 @@
"html-webpack-plugin": "^2.30.1",
"istanbul": "^0.4.5",
"jquery": "^3.3.1",
"jshint": "^2.9.5",
"mocha": "^3.5.0",
"mocha-jenkins-reporter": "^0.3.9",
"mocha": "^5.2.0",
"nock": "^9.1.9",
"nyc": "^11.5.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.2",
"should": "^11.2.1",
"should": "^13.2.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"style-loader": "^0.21.0",
"tsc-watch": "^1.0.16",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment