Skip to content

Commit

Permalink
fix(core): update peer dependencies to Angular 18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Sep 25, 2024
1 parent 827c882 commit 661c94e
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions projects/ng-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "@js-smart/ng-kit",
"version": "18.5.0",
"license": "MIT",
"author": "Pavan Kumar Jadda",
"private": false,
"keywords": [
"angular",
"angular-15",
"angular-16",
"angular-17",
"angular-18"
],
"contributors": [
{
"name": "Pavan Kumar Jadda"
}
],
"repository": {
"type": "git",
"url": "https://github.com/js-smart/ng-kit.git"
},
"bugs": {
"url": "https://github.com/js-smart/ng-kit/issues"
},
"peerDependencies": {
"@angular/common": ">18.0.0",
"@angular/core": ">18.0.0"
},
"dependencies": {
"tslib": "^2.6.2"
},
"sideEffects": false
}
"name": "@js-smart/ng-kit",
"version": "18.5.0",
"license": "MIT",
"author": "Pavan Kumar Jadda",
"private": false,
"keywords": [
"angular",
"angular-15",
"angular-16",
"angular-17",
"angular-18"
],
"contributors": [
{
"name": "Pavan Kumar Jadda"
}
],
"repository": {
"type": "git",
"url": "https://github.com/js-smart/ng-kit.git"
},
"bugs": {
"url": "https://github.com/js-smart/ng-kit/issues"
},
"peerDependencies": {
"@angular/common": ">18.2.0",
"@angular/core": ">18.2.0"
},
"dependencies": {
"tslib": "^2.6.2"
},
"sideEffects": false
}

0 comments on commit 661c94e

Please sign in to comment.