From 5cb76aa3724bfae1b1a2e84b62dec87ea5ac2c1a Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Mon, 2 May 2022 19:40:32 -0300 Subject: [PATCH] docs: updated version --- docs/pages/installing.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/pages/installing.md b/docs/pages/installing.md index 82d580b..86c978b 100644 --- a/docs/pages/installing.md +++ b/docs/pages/installing.md @@ -22,21 +22,22 @@ import { setupCache } from 'axios-cache-interceptor'; const { setupCache } = window.AxiosCacheInterceptor; // ESM with Skypack CDN -import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10.2'; +import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10.3'; ``` ```html + ``` @@ -56,6 +57,7 @@ versions. Please keep your dependencies up to date <3. | [Axios Cache Interceptor](https://github.com/arthurfiorette/axios-cache-interceptor/releases) | [Axios](https://github.com/axios/axios/releases) | | --------------------------------------------------------------------------------------------- | ------------------------------------------------ | +| `>= v0.10.3` | `>= v0.27` | | `>= v0.8.4` | `>= v0.26` | | `~ v0.8.4` | `~ v0.25` | | `>= v0.5 && <= 0.8.3` | `~ v0.24` |