Skip to content

Commit

Permalink
fix: 修复依赖问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Oct 28, 2024
1 parent 218e1b3 commit 6957e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fes-plugin-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"peerDependencies": {
"@fesjs/fes": "^3.1.13",
"@fesjs/fes-design": ">=0.7.0",
"dompurify": "^3.1.7",
"vue": "^3.2.47",
"vue-router": "^4.0.1"
},
"dependencies": {
"@fesjs/utils": "^3.0.3",
"@vueuse/core": "^10.7.0"
"@vueuse/core": "^10.7.0",
"dompurify": "^3.1.7"
},
"typings": "./types.d.ts"
}

0 comments on commit 6957e5c

Please sign in to comment.