Skip to content

Commit

Permalink
fix peer dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtm-nayan committed May 12, 2024
1 parent 5ae2024 commit 42e3e22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- 4b2093c: [breaking] add exports field
[breaking] `svelte-pdfjs/utils/vite` is now `svelte-pdfjs/vite`
document is not loaded on the server side
- peer dependencies changed to svelte v4, and latest pdfjs-dist v3

## 0.6.3

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"peerDependencies": {
"pdfjs-dist": "^3.11.174",
"svelte": "^4.2.16"
"svelte": "^4"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 42e3e22

Please sign in to comment.