Skip to content

Commit

Permalink
chore: add version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanKogoj authored and k3nsei committed Feb 2, 2024
1 parent 7eceea4 commit d12ee53
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
11 changes: 10 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,16 @@
"contributions": [
"ideas", "review"
]
}
},
{
"login": "BojanKogoj",
"name": "Bojan Kogoj",
"avatar_url": "https://avatars.githubusercontent.com/u/634075?v=4",
"profile": "https://github.com/BojanKogoj",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false,
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
- 🚀 See it in action on the [Examples Site][example-app]
- 🎮 Play with it on [Stackblitz][example-app-embed]

## Compatibility matrix 🔢

| **ng-in-viewport** | **Angular** |
| ------------------ | ----------------------- |
| `16.1.x` | `>= 17.x.y \|\| 16.x.y` |
| `16.0.x` | `16.x.y \|\| 15.x.y` |
| `15.0.x` | `15.x.y \|\| 14.x.y` |

## License 📝

[MIT](https://github.com/k3nsei/ng-in-viewport/blob/stable/LICENSE)
Expand Down Expand Up @@ -45,6 +53,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/karptonite"><img src="https://avatars.githubusercontent.com/u/132278?v=4?s=100" width="100px;" alt="Daniel Karp"/><br /><sub><b>Daniel Karp</b></sub></a><br /><a href="https://github.com/k3nsei/ng-in-viewport/issues?q=author%3Akarptonite" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tinesoft"><img src="https://avatars.githubusercontent.com/u/4053092?v=4?s=100" width="100px;" alt="Tine Kondo"/><br /><sub><b>Tine Kondo</b></sub></a><br /><a href="#ideas-tinesoft" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/k3nsei/ng-in-viewport/pulls?q=is%3Apr+reviewed-by%3Atinesoft" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BojanKogoj"><img src="https://avatars.githubusercontent.com/u/634075?v=4?s=100" width="100px;" alt="Bojan Kogoj"/><br /><sub><b>Bojan Kogoj</b></sub></a><br /><a href="https://github.com/k3nsei/ng-in-viewport/commits?author=BojanKogoj" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/lodash-es": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"all-contributors-cli": "^6.26.0",
"all-contributors-cli": "^6.26.1",
"cypress": "^12.16.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -87,7 +87,7 @@
"npm": ">=9.5.0"
},
"volta": {
"node": "18.16.1",
"npm": "9.7.2"
"node": "20.11.0",
"npm": "10.4.0"
}
}

0 comments on commit d12ee53

Please sign in to comment.