Skip to content

Commit

Permalink
Update the NPM dependencies, minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Jan 2, 2025
1 parent 1304bbe commit 13f1b51
Show file tree
Hide file tree
Showing 7 changed files with 361 additions and 280 deletions.
593 changes: 332 additions & 261 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"bundle-web-components": "npx esbuild ts/WoltLabSuite/WebComponent/index.ts --minify --bundle --watch --outfile=wcfsetup/install/files/js/WoltLabSuite/WebComponent.min.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@ckeditor/ckeditor5-inspector": "^4.1.0",
Expand All @@ -23,7 +23,7 @@
"@types/twitter-for-web": "0.0.3",
"@woltlab/editor": "git+https://github.com/WoltLab/editor.git#0587b116500467bdb66750410f0d9ba34b285be7",
"@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3",
"focus-trap": "^7.6.1",
"focus-trap": "^7.6.2",
"html-parsed-element": "^0.4.1",
"perfect-scrollbar": "^1.5.6",
"qr-creator": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ts/WoltLabSuite/Core/Controller/Style/Changer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ let controllerStyleChanger: ControllerStyleChanger;
*/
export function setup(): void {
if (!controllerStyleChanger) {
new ControllerStyleChanger();
controllerStyleChanger = new ControllerStyleChanger();
}
}

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13f1b51

Please sign in to comment.