Merge pull request #100 from aspnetboilerplate/feat/angular-16

Upgrade to Angular 16
This commit is contained in:
İsmail ÇAĞDAŞ 2023-06-15 11:06:30 +03:00 коммит произвёл GitHub
Родитель aefe567427 8aca46799f
Коммит d0718e6f42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 3140 добавлений и 3520 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -9,6 +9,7 @@
# dependencies
/node_modules
/projects/abp-ng2-module/node_modules
# profiling files
chrome-profiler-events*.json

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "abp-ng2-module",
"version": "7.1.0",
"version": "9.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -30,40 +30,40 @@
"url": "https://github.com/aspnetboilerplate/abp-ng2-module/issues"
},
"dependencies": {
"@angular/animations": "~14.1.1",
"@angular/common": "~14.1.1",
"@angular/compiler": "~14.1.1",
"@angular/core": "~14.1.1",
"@angular/forms": "~14.1.1",
"@angular/platform-browser": "~14.1.1",
"@angular/platform-browser-dynamic": "~14.1.1",
"@angular/router": "~14.1.1",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"zone.js": "~0.11.7",
"abp-web-resources": "5.6.0"
"@angular/animations": "~16.1.0",
"@angular/common": "~16.1.0",
"@angular/compiler": "~16.1.0",
"@angular/core": "~16.1.0",
"@angular/forms": "~16.1.0",
"@angular/platform-browser": "~16.1.0",
"@angular/platform-browser-dynamic": "~16.1.0",
"@angular/router": "~16.1.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.3",
"zone.js": "~0.13.1",
"abp-web-resources": "5.7.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.1",
"@angular-devkit/build-angular": "~16.1.0",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular/cli": "~14.1.1",
"@angular/compiler-cli": "~14.1.1",
"@angular/language-service": "~14.1.1",
"@types/node": "^18.6.5",
"@types/jasmine": "~4.0.3",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "~16.1.0",
"@angular/language-service": "~16.1.0",
"@types/node": "^20.3.1",
"@types/jasmine": "~4.3.2",
"@types/jasminewd2": "~2.0.10",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.3.0",
"jasmine-core": "~5.0.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^14.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^16.1.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"tslint": "~6.1.3",
"typescript": "~4.7.4"
"typescript": "~5.1.3"
}
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "abp-ng2-module",
"version": "7.2.0",
"version": "9.0.0",
"keywords": [
"angular",
"aspnetboilerplate"
@ -18,10 +18,10 @@
"url": "https://github.com/aspnetboilerplate/abp-ng2-module/issues"
},
"peerDependencies": {
"@angular/common": "^14.1.1",
"@angular/core": "^14.1.1"
"@angular/common": "^16.1.0",
"@angular/core": "^16.1.0"
},
"dependencies": {
"tslib": "^2.4.0"
"tslib": "^2.5.3"
}
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"extends": "./tsconfig.lib.json",
"angularCompilerOptions": {
"enableIvy": false
}
}

Просмотреть файл

@ -0,0 +1,8 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
tslib@^2.5.3:
version "2.5.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==

6591
yarn.lock

Разница между файлами не показана из-за своего большого размера Загрузить разницу