Commit e028f6cc authored by Igor Kulikov's avatar Igor Kulikov

Update angular version

parent 97a77477
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name": "ngx-flowchart", "name": "ngx-flowchart",
"version": "0.0.1", "version": "0.0.1",
"peerDependencies": { "peerDependencies": {
"@angular/common": "^9.0.0", "@angular/common": "^9.0.7",
"@angular/core": "^9.0.0", "@angular/core": "^9.0.7",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"typescript": "^3.7.5", "typescript": "^3.7.5",
"tslib": "^1.10.0" "tslib": "^1.10.0"
......
This diff is collapsed.
...@@ -14,30 +14,28 @@ ...@@ -14,30 +14,28 @@
"jquery": "^3.4.1" "jquery": "^3.4.1"
}, },
"devDependencies": { "devDependencies": {
"@angular/common": "^9.0.1", "@angular-devkit/build-angular": "~0.900.7",
"@angular/core": "^9.0.1", "@angular-devkit/build-ng-packagr": "~0.900.7",
"jquery": "^3.4.1", "@angular/animations": "^9.0.7",
"@angular/animations": "^9.0.1", "@angular/cdk": "^9.1.3",
"@angular/cdk": "^9.0.0", "@angular/cli": "~9.0.7",
"@angular/compiler": "~9.0.1", "@angular/common": "^9.0.7",
"@angular/forms": "~9.0.1", "@angular/compiler": "~9.0.7",
"@angular/platform-browser": "~9.0.1", "@angular/compiler-cli": "~9.0.7",
"@angular/platform-browser-dynamic": "~9.0.1", "@angular/core": "^9.0.7",
"@angular/router": "~9.0.1", "@angular/forms": "~9.0.7",
"rxjs": "~6.5.4", "@angular/language-service": "~9.0.7",
"zone.js": "~0.10.2", "@angular/platform-browser": "~9.0.7",
"@angular-devkit/build-angular": "~0.900.2", "@angular/platform-browser-dynamic": "~9.0.7",
"@angular-devkit/build-ng-packagr": "~0.900.2", "@angular/router": "~9.0.7",
"@angular/cli": "~9.0.2",
"@angular/compiler-cli": "~9.0.1",
"@angular/language-service": "~9.0.1",
"@types/node": "^13.7.1",
"@types/jasmine": "~3.5.3", "@types/jasmine": "~3.5.3",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.3",
"@types/jquery": "^3.3.32", "@types/jquery": "^3.3.32",
"@types/node": "^13.7.1",
"codelyzer": "^5.2.1", "codelyzer": "^5.2.1",
"jasmine-core": "~3.5.0", "jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~4.2.1",
"jquery": "^3.4.1",
"karma": "~4.4.1", "karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0", "karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.1", "karma-coverage-istanbul-reporter": "~2.1.1",
...@@ -45,9 +43,11 @@ ...@@ -45,9 +43,11 @@
"karma-jasmine-html-reporter": "^1.5.2", "karma-jasmine-html-reporter": "^1.5.2",
"ng-packagr": "^9.0.0", "ng-packagr": "^9.0.0",
"protractor": "~5.4.3", "protractor": "~5.4.3",
"rxjs": "~6.5.4",
"ts-node": "~8.6.2", "ts-node": "~8.6.2",
"tslint": "~6.0.0", "tslint": "^6.1.0",
"typescript": "~3.7.5" "typescript": "~3.7.5",
"zone.js": "~0.10.2"
}, },
"dependencies": { "dependencies": {
"tslib": "^1.10.0" "tslib": "^1.10.0"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name": "ngx-flowchart", "name": "ngx-flowchart",
"version": "0.0.1", "version": "0.0.1",
"peerDependencies": { "peerDependencies": {
"@angular/common": "^9.0.0", "@angular/common": "^9.0.7",
"@angular/core": "^9.0.0", "@angular/core": "^9.0.7",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"typescript": "^3.7.5" "typescript": "^3.7.5"
}, },
......
Markdown is supported
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