Skip to content

Commit

Permalink
core: adds angular 16 support (#263)
Browse files Browse the repository at this point in the history
* feat(core): updates angular deps to 16.0.0-next.0

* chore(core): adds .npmrc file

* docs: updates README.md

* feat(core): upgrades angular deps to 16.0.0-rc.0

* release: bump version to 16.0.0-rc.0

* fix(node): fixes node types issue

* feat(core): upgrades npm deps to angular 16

* feat(core): upgrades npm deps to angular 16

* feat(core): upgrades npm deps to angular 16

* feat(core): upgrades npm deps to angular 16
  • Loading branch information
pavankjadda authored May 3, 2023
1 parent d0e0ec1 commit 5d81908
Show file tree
Hide file tree
Showing 8 changed files with 5,670 additions and 4,059 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
strict-peer-dependencies=false
legacy-peer-deps=true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ library. For versions <=12.x.x, use 12.0.3 version

| Angular Version | Supported Version |
|------------------------|-------------------|
| 16.x.x | 16.x.x |
| 15.x.x | 15.x.x |
| 14.x.x | 14.x.x |
| 13.x.x | 13.x.x |
Expand Down Expand Up @@ -298,6 +299,7 @@ the other cookie packages we found were either not designed "the Angular way" or

Thanks to all contributors:

- [Pavan Kumar Jadda](https://github.com/pavankjadda)
- [paroe](https://github.com/paroe)
- [CunningFatalist](https://github.com/CunningFatalist)
- [kthy](https://github.com/kthy)
Expand All @@ -309,7 +311,6 @@ Thanks to all contributors:
- [IceBreakerG](https://github.com/IceBreakerG)
- [rojedalopez](https://github.com/rojedalopez)
- [Nikel163](https://github.com/Nikel163)
- [pavankjadda](https://github.com/pavankjadda)

# License

Expand Down
Loading

0 comments on commit 5d81908

Please sign in to comment.