-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from ckeditor/t/98
Bump dependencies (i.a. Angular 8->10)
- Loading branch information
Showing
12 changed files
with
12,959 additions
and
9,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,73 @@ | ||
{ | ||
"name": "ckeditor4-angular", | ||
"version": "1.2.2", | ||
"description": "Official CKEditor 4 component for Angular.", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build-package": "node ./scripts/build-package.js", | ||
"test": "node ./scripts/test.js", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"bump": "node ./scripts/bump.js", | ||
"publish:dry": "npm publish dist/ --dry-run", | ||
"publish": "npm publish dist/", | ||
"preversion": "npm test", | ||
"version": "npm run build-package && git add -f dist/", | ||
"postversion": "git rm -r --cached dist/ && git commit -m \"Clean after release [ci skip]\" && git push origin && git push origin --tags" | ||
}, | ||
"author": "CKSource (https://cksource.com/)", | ||
"license": "(GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1-or-later)", | ||
"homepage": "https://ckeditor.com/", | ||
"bugs": "https://github.com/ckeditor/ckeditor4-angular/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ckeditor/ckeditor4-angular.git" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^8.2.13", | ||
"@angular/common": "^8.2.13", | ||
"@angular/compiler": "^8.2.13", | ||
"@angular/core": "^8.2.13", | ||
"@angular/forms": "^8.2.13", | ||
"@angular/platform-browser": "^8.2.13", | ||
"@angular/platform-browser-dynamic": "^8.2.13", | ||
"@angular/router": "^8.2.13", | ||
"core-js": "^3.3.6", | ||
"load-script": "^1.0.0", | ||
"minimalist": "^1.0.0", | ||
"rxjs": "~6.5.3", | ||
"tslib": "^1.10.0", | ||
"zone.js": "^0.10.2" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^0.803.17", | ||
"@angular/cli": "^8.3.17", | ||
"@angular/compiler-cli": "^8.2.13", | ||
"@angular/language-service": "^8.2.13", | ||
"@types/jasmine": "^3.4.5", | ||
"@types/jasminewd2": "^2.0.8", | ||
"@types/node": "^12.12.5", | ||
"classlist.js": "^1.1.20150312", | ||
"codelyzer": "^5.2.0", | ||
"fs-extra": "^8.1.0", | ||
"jasmine-core": "~3.5.0", | ||
"jasmine-spec-reporter": "~4.2.1", | ||
"karma": "~4.4.1", | ||
"karma-browserstack-launcher": "^1.5.1", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage-istanbul-reporter": "^2.1.0", | ||
"karma-firefox-launcher": "^1.2.0", | ||
"karma-jasmine": "~2.0.1", | ||
"karma-jasmine-html-reporter": "^1.4.2", | ||
"karma-spec-reporter": "0.0.32", | ||
"ng-packagr": "^5.7.1", | ||
"protractor": "^5.4.3", | ||
"ts-node": "~8.4.1", | ||
"tsickle": "^0.37.0", | ||
"tslint": "~5.20.0", | ||
"typescript": "~3.5.3", | ||
"wait-until-promise": "^1.0.0" | ||
} | ||
"name": "ckeditor4-angular", | ||
"version": "1.2.2", | ||
"description": "Official CKEditor 4 component for Angular.", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build-package": "node ./scripts/build-package.js", | ||
"test": "node ./scripts/test.js", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"bump": "node ./scripts/bump.js", | ||
"publish:dry": "npm publish dist/ --dry-run", | ||
"publish": "npm publish dist/", | ||
"preversion": "npm test", | ||
"version": "npm run build-package && git add -f dist/", | ||
"postversion": "git rm -r --cached dist/ && git commit -m \"Clean after release [ci skip]\" && git push origin && git push origin --tags" | ||
}, | ||
"author": "CKSource (https://cksource.com/)", | ||
"license": "(GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1-or-later)", | ||
"homepage": "https://ckeditor.com/", | ||
"bugs": "https://github.com/ckeditor/ckeditor4-angular/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ckeditor/ckeditor4-angular.git" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^10.0.6", | ||
"@angular/common": "^10.0.6", | ||
"@angular/compiler": "^10.0.6", | ||
"@angular/core": "^10.0.6", | ||
"@angular/forms": "^10.0.6", | ||
"@angular/platform-browser": "^10.0.6", | ||
"@angular/platform-browser-dynamic": "^10.0.6", | ||
"@angular/router": "^10.0.6", | ||
"core-js": "^3.3.6", | ||
"load-script": "^1.0.0", | ||
"minimalist": "^1.0.0", | ||
"rxjs": "^6.6.0", | ||
"tslib": "^2.0.0", | ||
"zone.js": "~0.10.3" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "~0.1000.4", | ||
"@angular/cli": "^10.0.4", | ||
"@angular/compiler-cli": "^10.0.6", | ||
"@angular/language-service": "^10.0.6", | ||
"@types/jasmine": "^3.4.5", | ||
"@types/jasminewd2": "^2.0.8", | ||
"@types/node": "^14.0.27", | ||
"classlist.js": "^1.1.20150312", | ||
"codelyzer": "^6.0.0", | ||
"fs-extra": "~9.0.0", | ||
"jasmine-core": "^3.6.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"karma": "~5.0.0", | ||
"karma-browserstack-launcher": "^1.5.1", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage-istanbul-reporter": "~3.0.3", | ||
"karma-firefox-launcher": "^1.2.0", | ||
"karma-jasmine": "~3.3.0", | ||
"karma-jasmine-html-reporter": "^1.5.0", | ||
"karma-spec-reporter": "0.0.32", | ||
"ng-packagr": "^10.0.0", | ||
"protractor": "~7.0.0", | ||
"ts-node": "~8.10.2", | ||
"tslint": "~6.1.0", | ||
"typescript": "~3.9.0", | ||
"wait-until-promise": "^1.0.0" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
{ | ||
"extends": "../tsconfig.json", | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": { | ||
"outDir": "../out-tsc/app", | ||
"types": [] | ||
}, | ||
"exclude": [ | ||
"test.ts", | ||
"**/*.spec.ts" | ||
"files": [ | ||
"main.ts", | ||
"polyfills.ts" | ||
], | ||
"include": [ | ||
"src/**/*.d.ts" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"compileOnSave": false, | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"importHelpers": true, | ||
"outDir": "./samples/out-tsc", | ||
"sourceMap": true, | ||
"declaration": false, | ||
"module": "es2020", | ||
"moduleResolution": "node", | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
"target": "es5", | ||
"typeRoots": [ | ||
"node_modules/@types" | ||
], | ||
"lib": [ | ||
"es2017", | ||
"dom" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
/* | ||
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience. | ||
It is not intended to be used to perform a compilation. | ||
To learn more about this file see: https://angular.io/config/solution-tsconfig. | ||
*/ | ||
{ | ||
"compileOnSave": false, | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"importHelpers": true, | ||
"outDir": "./samples/out-tsc", | ||
"sourceMap": true, | ||
"declaration": false, | ||
"module": "es2015", | ||
"moduleResolution": "node", | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
"target": "es5", | ||
"typeRoots": [ | ||
"node_modules/@types" | ||
], | ||
"lib": [ | ||
"es2017", | ||
"dom" | ||
] | ||
} | ||
} | ||
"files": [], | ||
"references": [ | ||
{ | ||
"path": "./src/tsconfig.app.json" | ||
}, | ||
{ | ||
"path": "./src/tsconfig.spec.json" | ||
}, | ||
{ | ||
"path": "./e2e/tsconfig.e2e.json" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters