Support angular >=18 (#107)
* fix peerDependencies to handle angular >=18 * build(package.json): upgrade angular 18 * refactor(lib): removed renderer2 not used * docs(readme): add table installation dependencies
This commit is contained in:
parent
64576c9250
commit
da502ed7f5
7 changed files with 3403 additions and 3963 deletions
28
package.json
28
package.json
|
|
@ -5,7 +5,7 @@
|
|||
"ng": "./node_modules/.bin/ng",
|
||||
"start": "node node_modules/@angular/cli/bin/ng serve",
|
||||
"build": "node node_modules/@angular/cli/bin/ng build --configuration production",
|
||||
"test": "node node_modules/@angular/cli/bin/ng test",
|
||||
"test": "node node_modules/@angular/cli/bin/ng test lib",
|
||||
"test:headless": "node node_modules/@angular/cli/bin/ng test --browsers=ChromeHeadless",
|
||||
"test:headless:singleRun": "node node_modules/@angular/cli/bin/ng test --no-watch --no-progress --browsers=ChromeHeadless lib",
|
||||
"release:minor": "cd ./projects/lib/ && npm version minor",
|
||||
|
|
@ -15,22 +15,22 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^17.0.8",
|
||||
"@angular/common": "^17.0.8",
|
||||
"@angular/compiler": "^17.0.8",
|
||||
"@angular/core": "^17.0.8",
|
||||
"@angular/forms": "^17.0.8",
|
||||
"@angular/platform-browser": "^17.0.8",
|
||||
"@angular/platform-browser-dynamic": "^17.0.8",
|
||||
"@angular/router": "^17.0.8",
|
||||
"@angular/animations": "^18.0.6",
|
||||
"@angular/common": "^18.0.6",
|
||||
"@angular/compiler": "^18.0.6",
|
||||
"@angular/core": "^18.0.6",
|
||||
"@angular/forms": "^18.0.6",
|
||||
"@angular/platform-browser": "^18.0.6",
|
||||
"@angular/platform-browser-dynamic": "^18.0.6",
|
||||
"@angular/router": "^18.0.6",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.14.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^17.0.8",
|
||||
"@angular/cli": "^17.0.8",
|
||||
"@angular/compiler-cli": "^17.0.8",
|
||||
"@angular-devkit/build-angular": "^18.0.7",
|
||||
"@angular/cli": "^18.0.7",
|
||||
"@angular/compiler-cli": "^18.0.6",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "^18.18.0",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"karma-coverage": "~2.2.0",
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.1.0",
|
||||
"ng-packagr": "^17.0.0",
|
||||
"typescript": "5.2.2"
|
||||
"ng-packagr": "^18.0.0",
|
||||
"typescript": "5.4.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue