Skip to content

build: 修复依赖错误导致打包失败 #16520 #16536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: 修复依赖错误导致打包失败 #16520
  • Loading branch information
wisonic-s committed Jul 21, 2025
commit 678b878dbb94f9baec710324fd5a4ab1c4fea2b4
4 changes: 2 additions & 2 deletions core/core-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
"xss": "^1.0.14"
},
"overrides": {
"@intlify/message-compiler": "9.14.2",
"@intlify/shared": "9.14.2",
"@intlify/message-compiler": "9.14.5",
"@intlify/shared": "9.14.5",
"glob": {
"inflight": "npm:inflight-lru@^1.0.0"
}
Expand Down