Skip to content

Commit

Permalink
Merge pull request #25 from orca-team/dev_lzh
Browse files Browse the repository at this point in the history
fixed: orca-fe 依赖更改为 peerDependencies
  • Loading branch information
hongzelin committed May 21, 2024
2 parents 59f3190 + 6ca819d commit 36389e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-meals-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@orca-fe/pdf-viewer": patch
---

orca-fe 依赖更改为 peerDependencies
6 changes: 3 additions & 3 deletions packages/pdf-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,8 @@
"clear": "rimraf lib es"
},
"dependencies": {
"@orca-fe/hooks": "^1.12.0",
"@orca-fe/jss-plugin-auto-prefix": "^0.0.1",
"@orca-fe/painter": "^1.4.55",
"@orca-fe/pdfjs-dist-browserify": "^3.8.24",
"@orca-fe/pocket": "^3.4.4",
"@orca-fe/simple-jss": "^0.0.3",
"@orca-fe/tools": "^0.10.1",
"ahooks": "^3.7.8",
Expand All @@ -54,6 +51,9 @@
"tslib": "^2.6.2"
},
"peerDependencies": {
"@orca-fe/hooks": "^1.11.0",
"@orca-fe/painter": "^1.4.53",
"@orca-fe/pocket": "^3.2.4",
"@ant-design/icons": "^4.7.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
Expand Down

0 comments on commit 36389e0

Please sign in to comment.