Skip to content

Commit 5d81908

Browse files
authored
core: adds angular 16 support (#263)
* 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
1 parent d0e0ec1 commit 5d81908

File tree

8 files changed

+5670
-4059
lines changed

8 files changed

+5670
-4059
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
strict-peer-dependencies=false
2+
legacy-peer-deps=true

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ library. For versions <=12.x.x, use 12.0.3 version
157157

158158
| Angular Version | Supported Version |
159159
|------------------------|-------------------|
160+
| 16.x.x | 16.x.x |
160161
| 15.x.x | 15.x.x |
161162
| 14.x.x | 14.x.x |
162163
| 13.x.x | 13.x.x |
@@ -298,6 +299,7 @@ the other cookie packages we found were either not designed "the Angular way" or
298299

299300
Thanks to all contributors:
300301

302+
- [Pavan Kumar Jadda](https://github.com/pavankjadda)
301303
- [paroe](https://github.com/paroe)
302304
- [CunningFatalist](https://github.com/CunningFatalist)
303305
- [kthy](https://github.com/kthy)
@@ -309,7 +311,6 @@ Thanks to all contributors:
309311
- [IceBreakerG](https://github.com/IceBreakerG)
310312
- [rojedalopez](https://github.com/rojedalopez)
311313
- [Nikel163](https://github.com/Nikel163)
312-
- [pavankjadda](https://github.com/pavankjadda)
313314

314315
# License
315316

0 commit comments

Comments
 (0)