Skip to content
Snippets Groups Projects
Verified Commit a4579777 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #9533 perf export csv

parent dbb93013
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
"author": "Maarch", "author": "Maarch",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.4.2", "@fortawesome/fontawesome-free": "^5.7.2",
"bootstrap": "^3.3.7", "bootstrap": "^3.4.1",
"chart.js": "1.1.1", "chart.js": "1.1.1",
"chosen-js": "^1.8.7", "chosen-js": "^1.8.7",
"core-js": "^2.6.3", "core-js": "^2.6.5",
"jquery": "^3.3.1", "jquery": "^3.3.1",
"jquery-typeahead": "^2.10.6", "jquery-typeahead": "^2.10.6",
"jquery.nicescroll": "~3.6.8", "jquery.nicescroll": "~3.6.8",
...@@ -32,21 +32,21 @@ ...@@ -32,21 +32,21 @@
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.12.2", "@angular-devkit/build-angular": "^0.12.2",
"@angular/animations": "^7.2.1", "@angular/animations": "^7.2.5",
"@angular/cdk": "^7.2.1", "@angular/cdk": "^7.2.1",
"@angular/cli": "^7.2.2", "@angular/cli": "^7.3.2",
"@angular/common": "^7.2.1", "@angular/common": "^7.2.5",
"@angular/compiler": "^7.2.1", "@angular/compiler": "^7.2.5",
"@angular/compiler-cli": "^7.2.1", "@angular/compiler-cli": "^7.2.5",
"@angular/core": "^7.2.1", "@angular/core": "^7.2.5",
"@angular/forms": "^7.2.1", "@angular/forms": "^7.2.5",
"@angular/http": "^7.2.1", "@angular/http": "^7.2.5",
"@angular/material": "^7.2.1", "@angular/material": "^7.2.1",
"@angular/platform-browser": "^7.2.1", "@angular/platform-browser": "^7.2.5",
"@angular/platform-browser-dynamic": "^7.2.1", "@angular/platform-browser-dynamic": "^7.2.5",
"@angular/platform-server": "^7.2.1", "@angular/platform-server": "^7.2.5",
"@angular/router": "^7.2.1", "@angular/router": "^7.2.5",
"@types/datatables.net": "^1.10.13", "@types/datatables.net": "^1.10.15",
"@types/jquery": "^2.0.51", "@types/jquery": "^2.0.51",
"@types/node": "^7.10.1", "@types/node": "^7.10.1",
"ajv": "^6.6.2", "ajv": "^6.6.2",
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"tslib": "^1.9.0", "tslib": "^1.9.0",
"typescript": "3.2.4", "typescript": "3.2.4",
"url-loader": "^1.1.2", "url-loader": "^1.1.2",
"webpack": "^4.28.3" "webpack": "^4.29.5"
}, },
"repository": {} "repository": {}
} }
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment