Update dependencies
This commit is contained in:
3369
package-lock.json
generated
3369
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
41
package.json
41
package.json
@@ -41,37 +41,38 @@
|
||||
"ts-disposables": "2.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "0.1002.0",
|
||||
"@angular-devkit/schematics": "10.2.0",
|
||||
"@angular/animations": "10.2.1",
|
||||
"@angular/common": "10.2.1",
|
||||
"@angular/compiler": "10.2.1",
|
||||
"@angular/compiler-cli": "10.2.1",
|
||||
"@angular/core": "10.2.1",
|
||||
"@angular/forms": "10.2.1",
|
||||
"@angular/cli": "10.2.0",
|
||||
"@angular/platform-browser": "10.2.1",
|
||||
"@angular/platform-browser-dynamic": "10.2.1",
|
||||
"@angular/platform-server": "10.2.1",
|
||||
"@types/node": "6.0.46",
|
||||
"@angular-devkit/build-angular": "0.1100.2",
|
||||
"@angular-devkit/schematics": "11.0.2",
|
||||
"@angular/animations": "11.0.2",
|
||||
"@angular/common": "11.0.2",
|
||||
"@angular/compiler": "11.0.2",
|
||||
"@angular/compiler-cli": "11.0.2",
|
||||
"@angular/core": "11.0.2",
|
||||
"@angular/forms": "11.0.2",
|
||||
"@angular/cli": "11.0.2",
|
||||
"@angular/platform-browser": "11.0.2",
|
||||
"@angular/platform-browser-dynamic": "11.0.2",
|
||||
"@angular/platform-server": "11.0.2",
|
||||
"@types/node": "12.11.1",
|
||||
"@types/backbone": "1.3.42",
|
||||
"@types/codemirror": "0.0.64",
|
||||
"@types/jasmine": "2.5.36",
|
||||
"@types/jquery": "3.3.32",
|
||||
"@types/lodash": "4.14.123",
|
||||
"@types/jquery": "3.5.4",
|
||||
"@types/lodash": "4.14.165",
|
||||
"cpr": "^3.0.1",
|
||||
"fibers": "^4.0.2",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"jshint": "2.10.2",
|
||||
"node-sass": "^4.13.1",
|
||||
"ng-packagr": "10.0.1",
|
||||
"ng-packagr": "11.0.3",
|
||||
"ngx-bootstrap": "6.0.0",
|
||||
"rimraf": "2.6.1",
|
||||
"rxjs": "6.5.4",
|
||||
"rxjs": "6.6.3",
|
||||
"scss-bundle": "^3.0.2",
|
||||
"standard-version": "^9.0.0",
|
||||
"tslint": "^6.1.0",
|
||||
"typescript": "3.9.6",
|
||||
"zone.js": "0.10.3"
|
||||
"tslint": "^6.1.3",
|
||||
"tslib": "^2.0.3",
|
||||
"typescript": "4.0.5",
|
||||
"zone.js": "0.11.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"ts-disposables": "2.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/core": ">=9.0.0 <11.0.0",
|
||||
"@angular/forms": ">=9.0.0 < 11.0.0",
|
||||
"@angular/common": ">=9.0.0 <11.0.0",
|
||||
"@angular/core": ">=10.0.0 <12.0.0",
|
||||
"@angular/forms": ">=10.0.0 < 12.0.0",
|
||||
"@angular/common": ">=10.0.0 <12.0.0",
|
||||
"rxjs": ">=6.0.0 <7.0.0"
|
||||
},
|
||||
"ngPackage": {
|
||||
|
||||
Reference in New Issue
Block a user