Skip to content

Commit

Permalink
7.3.0: Adds support for Angular 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
lVlyke committed Jun 15, 2023
1 parent 1761226 commit a31b55a
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 177 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lithiumjs/angular",
"version": "7.2.2",
"version": "7.3.0",
"description": "Reactive components made easy. Lithium provides utilities that enable seamless reactive state and event interactions for Angular components.",
"author": "Mychal Thompson <mychal.r.thompson@gmail.com>",
"repository": "https://github.com/lVlyke/lithium-angular",
Expand Down Expand Up @@ -40,32 +40,32 @@
"test": "node ./scripts/test.js"
},
"peerDependencies": {
"@angular/core": ">=11.0.0 <16.0.0",
"@angular/core": ">=11.0.0 <17.0.0",
"rxjs": ">=7.x.x",
"typescript": ">=4.1.0"
},
"devDependencies": {
"@angular/common": "15.2.6",
"@angular/compiler": "15.2.6",
"@angular/compiler-cli": "15.2.6",
"@angular/core": "15.2.6",
"@angular/platform-browser": "15.2.6",
"@angular/platform-browser-dynamic": "15.2.6",
"@angular/common": "16.1.1",
"@angular/compiler": "16.1.1",
"@angular/compiler-cli": "16.1.1",
"@angular/core": "16.1.1",
"@angular/platform-browser": "16.1.1",
"@angular/platform-browser-dynamic": "16.1.1",
"@types/jasmine": "^4.3.1",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.10.1",
"detest-bdd": "^1.2.0",
"@types/node": "^18.16.0",
"detest-bdd": "^1.2.1",
"fs-extra": "^10.1.0",
"istanbul": "^0.4.5",
"istanbul-cobertura-badger": "^1.3.1",
"jasmine": "^4.6.0",
"jsdom": "^21.1.1",
"ng-packagr": "15.2.2",
"ng-packagr": "16.1.0",
"rxjs": "^7.4.0",
"source-map-support": "^0.5.21",
"tslib": "^2.1.0",
"typescript": "~4.8.2",
"zone.js": "~0.11.4"
"typescript": "~4.9.5",
"zone.js": "~0.13.0"
},
"dependencies": {}
}
Loading

0 comments on commit a31b55a

Please sign in to comment.