File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/app/modules/application/example-bootstrap-prototype/components/blockquotes Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5959
6060### Back-end : What's included
6161> Dependencies
62- - [x] Node.js : 12.16.2
62+ - [x] Node.js : 12.16.3
6363- [x] Express.js : 4.17.1
64- - [x] pg-promise : 10.4.4
64+ - [x] pg-promise : 10.5.6
6565
6666> Features
6767- [x] PostgreSQL
Original file line number Diff line number Diff line change 3131 "express" : " 4.17.1" ,
3232 "express-prettify" : " 0.1.1" ,
3333 "fs" : " 0.0.1-security" ,
34- "pg-promise" : " 10.5.1 "
34+ "pg-promise" : " 10.5.6 "
3535 },
3636 "engines" : {
37- "node" : " >= 10.16.2 " ,
38- "npm" : " >= 6.9.0 "
37+ "node" : " >= 10.16.3 " ,
38+ "npm" : " >= 6.14.4 "
3939 }
4040}
Original file line number Diff line number Diff line change 4848 "chart.js" : " 2.9.3" ,
4949 "jquery" : " 3.5.1" ,
5050 "leaflet" : " 1.6.0" ,
51- "ng2-charts" : " 2.3.1 " ,
51+ "ng2-charts" : " 2.3.2 " ,
5252 "rxjs" : " 6.5.5" ,
5353 "tslib" : " 2.0.0" ,
5454 "zone.js" : " 0.10.3"
6666 "codelyzer" : " 5.2.2" ,
6767 "jasmine-core" : " 3.5.0" ,
6868 "jasmine-spec-reporter" : " 5.0.2" ,
69- "karma" : " 5.0.5 " ,
69+ "karma" : " 5.0.7 " ,
7070 "karma-chrome-launcher" : " 3.1.0" ,
7171 "karma-coverage-istanbul-reporter" : " 3.0.2" ,
7272 "karma-jasmine" : " 3.1.1" ,
Original file line number Diff line number Diff line change 11import { Component , OnInit } from '@angular/core' ;
22
33@Component ( {
4- selector : 'app-alerts ' ,
4+ selector : 'app-blockquotes ' ,
55 templateUrl : './items.component.html' ,
66 styleUrls : [ './items.component.css' ]
77} )
You can’t perform that action at this time.
0 commit comments