Adding cookieconsent as dependency again since it was removed by a merge

This commit is contained in:
Patrick Müller 2021-05-05 18:48:53 +02:00
parent b0158198d4
commit 6982a139af

View File

@ -1,57 +1,58 @@
{ {
"name": "betterzon", "name": "betterzon",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^10.2.3", "@angular/animations": "^10.2.3",
"@angular/cdk": "~10.2.7", "@angular/cdk": "~10.2.7",
"@angular/cli": "^10.2.0", "@angular/cli": "^10.2.0",
"@angular/common": "^10.2.3", "@angular/common": "^10.2.3",
"@angular/compiler": "^10.2.3", "@angular/compiler": "^10.2.3",
"@angular/core": "^10.2.3", "@angular/core": "^10.2.3",
"@angular/forms": "^10.2.3", "@angular/forms": "^10.2.3",
"@angular/localize": "^10.2.3", "@angular/localize": "^10.2.3",
"@angular/material": "~10.2.7", "@angular/material": "~10.2.7",
"@angular/platform-browser": "^10.2.3", "@angular/platform-browser": "^10.2.3",
"@angular/platform-browser-dynamic": "^10.2.3", "@angular/platform-browser-dynamic": "^10.2.3",
"@angular/router": "^10.2.3", "@angular/router": "^10.2.3",
"@ng-bootstrap/ng-bootstrap": "^8.0.4", "@ng-bootstrap/ng-bootstrap": "^8.0.4",
"apexcharts": "^3.22.3", "apexcharts": "^3.22.3",
"bootstrap": "^4.5.0", "bootstrap": "^4.5.0",
"karma-firefox-launcher": "^2.1.0", "karma-firefox-launcher": "^2.1.0",
"ng": "0.0.0", "ng": "0.0.0",
"ng-apexcharts": "^1.5.6", "ng-apexcharts": "^1.5.6",
"ngx-bootstrap": "^6.2.0", "ngx-cookieconsent": "^2.2.3",
"rxjs": "~6.6.0", "ngx-bootstrap": "^6.2.0",
"tslib": "^2.0.3", "rxjs": "~6.6.0",
"zone.js": "~0.10.2" "tslib": "^2.0.3",
}, "zone.js": "~0.10.2"
"devDependencies": { },
"@angular-devkit/build-angular": "^0.1100.2", "devDependencies": {
"@angular/cli": "^10.2.0", "@angular-devkit/build-angular": "^0.1100.2",
"@angular/compiler-cli": "^10.2.3", "@angular/cli": "^10.2.0",
"@types/jasmine": "~3.5.0", "@angular/compiler-cli": "^10.2.3",
"@types/jasminewd2": "~2.0.3", "@types/jasmine": "~3.5.0",
"@types/node": "^12.19.8", "@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.0", "@types/node": "^12.19.8",
"jasmine-core": "~3.6.0", "codelyzer": "^6.0.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-core": "~3.6.0",
"karma": "^6.3.2", "jasmine-spec-reporter": "~5.0.0",
"karma-chrome-launcher": "~3.1.0", "karma": "^6.3.2",
"karma-coverage-istanbul-reporter": "~3.0.2", "karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.0", "karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine-html-reporter": "^1.5.0", "karma-jasmine": "~4.0.0",
"protractor": "~7.0.0", "karma-jasmine-html-reporter": "^1.5.0",
"ts-node": "~8.3.0", "protractor": "~7.0.0",
"tslint": "~6.1.0", "ts-node": "~8.3.0",
"typescript": "<4.1.0" "tslint": "~6.1.0",
} "typescript": "<4.1.0"
}
} }