Skip to content

Commit

Permalink
docs(integrations): add dependencies version in docs (#3629)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-wu committed Dec 11, 2023
1 parent 83064f1 commit ab2e1b9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/integrations/useAsyncValidator/index.md
Expand Up @@ -9,7 +9,7 @@ Wrapper for [`async-validator`](https://github.com/yiminghe/async-validator).
## Install

```bash
npm i async-validator
npm i async-validator@^4
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useAxios/index.md
Expand Up @@ -9,7 +9,7 @@ Wrapper for [`axios`](https://github.com/axios/axios).
## Install

```bash
npm i axios
npm i axios@^1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useChangeCase/index.md
Expand Up @@ -11,7 +11,7 @@ Subsitutes `useCamelCase`, `usePascalCase`, `useSnakeCase`, `useSentenceCase`, `
## Install

```bash
npm i change-case
npm i change-case@^4
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useCookies/index.md
Expand Up @@ -13,7 +13,7 @@ When using with Nuxt 3, this functions will **NOT** be auto imported in favor of
## Install

```bash
npm i universal-cookie
npm i universal-cookie@^6
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useDrauu/index.md
Expand Up @@ -9,7 +9,7 @@ Reactive instance for [drauu](https://github.com/antfu/drauu).
## Install

```bash
npm i drauu
npm i drauu@^0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useFocusTrap/index.md
Expand Up @@ -11,7 +11,7 @@ For more information on what options can be passed, see [`createOptions`](https:
## Install

```bash
npm i focus-trap
npm i focus-trap@^7
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useFuse/index.md
Expand Up @@ -17,7 +17,7 @@ From the Fuse.js website:
### NPM

```bash
npm install fuse.js
npm install fuse.js@^6
```

### Yarn
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useIDBKeyval/index.md
Expand Up @@ -9,7 +9,7 @@ Wrapper for [`idb-keyval`](https://www.npmjs.com/package/idb-keyval).
## Install idb-keyval as a peer dependency

```bash
npm install idb-keyval
npm install idb-keyval@^6
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useJwt/index.md
Expand Up @@ -9,7 +9,7 @@ Wrapper for [`jwt-decode`](https://github.com/auth0/jwt-decode).
## Install

```bash
npm install jwt-decode
npm install jwt-decode@^3
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useNProgress/index.md
Expand Up @@ -9,7 +9,7 @@ Reactive wrapper for [`nprogress`](https://github.com/rstacruz/nprogress).
## Install

```bash
npm i nprogress
npm i nprogress@^0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useQRCode/index.md
Expand Up @@ -9,7 +9,7 @@ Wrapper for [`qrcode`](https://github.com/soldair/node-qrcode).
## Install

```bash
npm i qrcode
npm i qrcode@^1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/useSortable/index.md
Expand Up @@ -11,7 +11,7 @@ For more information on what options can be passed, see [`Sortable.options`](htt
## Install

```bash
npm i sortablejs
npm i sortablejs@^1
```

## Usage
Expand Down

0 comments on commit ab2e1b9

Please sign in to comment.