Angular 12 migration
Showing
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.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -4,52 +4,51 @@ | ... | @@ -4,52 +4,51 @@ |
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve --host 0.0.0.0 --open --port 4300", | "start": "ng serve --host 0.0.0.0 --open --port 4300", | ||
"build": "ng build ngx-flowchart --prod", | "build": "ng build ngx-flowchart --configuration production", | ||
"test": "ng test ngx-flowchart", | "test": "ng test ngx-flowchart", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
"e2e": "ng e2e" | "e2e": "ng e2e" | ||
}, | }, | ||
"private": true, | "private": true, | ||
"peerDependencies": { | "peerDependencies": { | ||
"jquery": "^3.5.1" | "jquery": "^3.6.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@angular-devkit/build-angular": "^0.1000.6", | "@angular-devkit/build-angular": "^12.2.13", | ||
"@angular-devkit/build-ng-packagr": "^0.1000.6", | "@angular/animations": "^12.2.13", | ||
"@angular/animations": "^10.0.9", | "@angular/cdk": "^12.2.13", | ||
"@angular/cdk": "^10.1.3", | "@angular/cli": "^12.2.13", | ||
"@angular/cli": "^10.0.6", | "@angular/common": "^12.2.13", | ||
"@angular/common": "^10.0.9", | "@angular/compiler": "^12.2.13", | ||
"@angular/compiler": "^10.0.9", | "@angular/compiler-cli": "^12.2.13", | ||
"@angular/compiler-cli": "^10.0.9", | "@angular/core": "^12.2.13", | ||
"@angular/core": "^10.0.9", | "@angular/forms": "^12.2.13", | ||
"@angular/forms": "^10.0.9", | "@angular/language-service": "^12.2.13", | ||
"@angular/language-service": "^10.0.9", | "@angular/platform-browser": "^12.2.13", | ||
"@angular/platform-browser": "^10.0.9", | "@angular/platform-browser-dynamic": "^12.2.13", | ||
"@angular/platform-browser-dynamic": "^10.0.9", | "@angular/router": "^12.2.13", | ||
"@angular/router": "^10.0.9", | "@types/jasmine": "~3.10.2", | ||
"@types/jasmine": "^3.5.12", | "@types/jasminewd2": "^2.0.10", | ||
"@types/jasminewd2": "~2.0.8", | "@types/jquery": "^3.5.9", | ||
"@types/jquery": "^3.5.1", | "@types/node": "~15.14.9", | ||
"@types/node": "^14.0.27", | "codelyzer": "^6.0.2", | ||
"codelyzer": "^6.0.0", | "jasmine-core": "~3.10.1", | ||
"jasmine-core": "~3.6.0", | "jasmine-spec-reporter": "~7.0.0", | ||
"jasmine-spec-reporter": "~5.0.2", | "jquery": "^3.6.0", | ||
"jquery": "^3.5.1", | "karma": "~6.3.9", | ||
"karma": "^5.1.1", | |||
"karma-chrome-launcher": "~3.1.0", | "karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage-istanbul-reporter": "^3.0.3", | "karma-coverage-istanbul-reporter": "^3.0.3", | ||
"karma-jasmine": "~3.1.1", | "karma-jasmine": "~4.0.1", | ||
"karma-jasmine-html-reporter": "^1.5.4", | "karma-jasmine-html-reporter": "^1.7.0", | ||
"ng-packagr": "^10.0.4", | "ng-packagr": "~12.2.5", | ||
"protractor": "~7.0.0", | "protractor": "~7.0.0", | ||
"rxjs": "~6.6.2", | "rxjs": "~6.6.7", | ||
"ts-node": "^8.10.2", | "ts-node": "^10.4.0", | ||
"tslint": "^6.1.3", | "tslint": "~6.1.3", | ||
"typescript": "~3.9.7", | "typescript": "~4.3.5", | ||
"zone.js": "~0.10.3" | "zone.js": "~0.11.4" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"tslib": "^1.13.0" | "tslib": "^2.3.1" | ||
} | } | ||
} | } |
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment