Skip to content

Commit 7dfa3f8

Browse files
committed
chore: align peer deps and install docs
1 parent ee159bc commit 7dfa3f8

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Highlights:
1111
## Installation
1212

1313
```bash
14-
bun add eden-tanstack-query @elysiajs/eden @tanstack/query-core elysia
14+
bun add eden-tanstack-query @elysiajs/eden @tanstack/query-core
1515
# or
16-
npm install eden-tanstack-query @elysiajs/eden @tanstack/query-core elysia
16+
npm install eden-tanstack-query @elysiajs/eden @tanstack/query-core
1717
```
1818

1919
## Usage

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
},
4747
"peerDependencies": {
4848
"@elysiajs/eden": ">=1.0.0",
49-
"@tanstack/query-core": ">=5.0.0",
50-
"elysia": ">=1.0.0"
49+
"@tanstack/query-core": ">=5.0.0"
5150
},
5251
"devDependencies": {
5352
"@elysiajs/eden": "^1.4.6",

0 commit comments

Comments
 (0)