1 Commits

Author SHA1 Message Date
dependabot[bot]
c1d0c3b3a2 Bump webpack-dev-server and @quasar/app-webpack
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 5.2.2 and updates ancestor dependency [@quasar/app-webpack](https://github.com/quasarframework/quasar). These dependencies need to be updated together.


Updates `webpack-dev-server` from 4.11.1 to 5.2.2
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v5.2.2)

Updates `@quasar/app-webpack` from 3.15.1 to 4.2.0
- [Release notes](https://github.com/quasarframework/quasar/releases)
- [Commits](https://github.com/quasarframework/quasar/compare/@quasar/app-webpack-v3.15.1...@quasar/app-webpack-v4.2.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.2
  dependency-type: indirect
- dependency-name: "@quasar/app-webpack"
  dependency-version: 4.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-05 07:49:49 +00:00
3 changed files with 5208 additions and 2667 deletions

7869
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@quasar/app-webpack": "^3.5.2",
"@quasar/app-webpack": "^4.2.0",
"@types/mousetrap": "^1.6.9",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.10.0",

View File

@@ -520,10 +520,6 @@ document.addEventListener("DOMContentLoaded", () => {
if (dialogType === "textarea" && !e.ctrlKey) {
return;
}
// select 类型有自己的键盘处理器,不需要全局处理器处理 Enter 键
if (dialogType === "select") {
return;
}
document.getElementById("ok-btn").click();
}
});