[PR #3322] [MERGED] web/frpc: upgrade vue and element-plus #4722

Closed
opened 2026-05-05 14:47:28 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3322
Author: @fatedier
Created: 2/20/2023
Status: Merged
Merged: 2/20/2023
Merged by: @fatedier

Base: devHead: dashboard


📝 Commits (1)

  • 74e6f4c web/frpc: upgrade vue and element-plus

📊 Changes

36 files changed (+3044 additions, -5935 deletions)

View changed files

assets/frpc/static/535877f50039c0cb49a6196a5b7517cd.woff (+0 -0)
assets/frpc/static/732389ded34cb9c52dd88271f1345af9.ttf (+0 -0)
assets/frpc/static/index-26827c97.css (+1 -0)
assets/frpc/static/index-fec891f3.js (+32 -0)
📝 assets/frpc/static/index.html (+16 -1)
assets/frpc/static/manifest.js (+0 -1)
assets/frpc/static/vendor.js (+0 -1)
web/frpc/.babelrc (+0 -14)
web/frpc/.eslintrc.cjs (+30 -0)
📝 web/frpc/.gitignore (+26 -4)
web/frpc/.prettierrc.json (+1 -0)
📝 web/frpc/Makefile (+9 -2)
web/frpc/README.md (+25 -0)
web/frpc/auto-imports.d.ts (+8 -0)
web/frpc/components.d.ts (+25 -0)
web/frpc/env.d.ts (+1 -0)
📝 web/frpc/index.html (+1 -2)
📝 web/frpc/package.json (+26 -37)
web/frpc/postcss.config.js (+0 -5)
📝 web/frpc/public/favicon.ico (+0 -0)

...and 16 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3322 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/20/2023 **Status:** ✅ Merged **Merged:** 2/20/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `dashboard` --- ### 📝 Commits (1) - [`74e6f4c`](https://github.com/fatedier/frp/commit/74e6f4c5c491052b97cfac3d2195ac010cfdf474) web/frpc: upgrade vue and element-plus ### 📊 Changes **36 files changed** (+3044 additions, -5935 deletions) <details> <summary>View changed files</summary> ➖ `assets/frpc/static/535877f50039c0cb49a6196a5b7517cd.woff` (+0 -0) ➖ `assets/frpc/static/732389ded34cb9c52dd88271f1345af9.ttf` (+0 -0) ➕ `assets/frpc/static/index-26827c97.css` (+1 -0) ➕ `assets/frpc/static/index-fec891f3.js` (+32 -0) 📝 `assets/frpc/static/index.html` (+16 -1) ➖ `assets/frpc/static/manifest.js` (+0 -1) ➖ `assets/frpc/static/vendor.js` (+0 -1) ➖ `web/frpc/.babelrc` (+0 -14) ➕ `web/frpc/.eslintrc.cjs` (+30 -0) 📝 `web/frpc/.gitignore` (+26 -4) ➕ `web/frpc/.prettierrc.json` (+1 -0) 📝 `web/frpc/Makefile` (+9 -2) ➕ `web/frpc/README.md` (+25 -0) ➕ `web/frpc/auto-imports.d.ts` (+8 -0) ➕ `web/frpc/components.d.ts` (+25 -0) ➕ `web/frpc/env.d.ts` (+1 -0) 📝 `web/frpc/index.html` (+1 -2) 📝 `web/frpc/package.json` (+26 -37) ➖ `web/frpc/postcss.config.js` (+0 -5) 📝 `web/frpc/public/favicon.ico` (+0 -0) _...and 16 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:47:28 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4722
No description provided.