|
4 | 4 | "bundle-web-components": "npx esbuild ts/WoltLabSuite/WebComponent/index.ts --minify --bundle --watch --outfile=wcfsetup/install/files/js/WoltLabSuite/WebComponent.min.js" |
5 | 5 | }, |
6 | 6 | "devDependencies": { |
7 | | - "@typescript-eslint/eslint-plugin": "^8.51.0", |
8 | | - "@typescript-eslint/parser": "^8.51.0", |
9 | | - "esbuild": "^0.27.2", |
10 | | - "eslint": "^9.39.2", |
| 7 | + "@typescript-eslint/eslint-plugin": "^8.57.0", |
| 8 | + "@typescript-eslint/parser": "^8.57.0", |
| 9 | + "esbuild": "^0.27.3", |
| 10 | + "eslint": "^10.0.3", |
11 | 11 | "eslint-config-prettier": "^10.1.8", |
12 | | - "prettier": "^3.7.4", |
| 12 | + "prettier": "^3.8.1", |
13 | 13 | "typescript": "^5.9.3" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | 16 | "@ckeditor/ckeditor5-inspector": "^5.0.0", |
17 | | - "@fancyapps/ui": "^6.1.7", |
| 17 | + "@fancyapps/ui": "^6.1.13", |
18 | 18 | "@googlemaps/markerclusterer": "2.6.2", |
19 | 19 | "@types/facebook-js-sdk": "^3.3.12", |
20 | 20 | "@types/google.maps": "^3.58.1", |
21 | 21 | "@types/grecaptcha": "^3.0.9", |
22 | 22 | "@types/jquery": "^3.5.33", |
23 | 23 | "@types/pica": "5.1.3", |
24 | | - "@types/prismjs": "^1.26.5", |
| 24 | + "@types/prismjs": "^1.26.6", |
25 | 25 | "@types/sortablejs": "^1.15.9", |
26 | 26 | "@types/supercluster": "^7.1.3", |
27 | 27 | "@types/twitter-for-web": "0.0.6", |
28 | 28 | "@woltlab/editor": "git+https://github.com/WoltLab/editor.git#be0fc99f19cdcdbaac62d02f3d4928b10249689c", |
29 | 29 | "@woltlab/visual-dom-diff": "git+https://github.com/WoltLab/visual-dom-diff.git#e5b51fce3157d1eda310566fc1f86101341d1fea", |
30 | 30 | "@woltlab/zxcvbn": "git+https://github.com/WoltLab/zxcvbn.git#5b582b24e437f1883ccad3c37dae7c3c5f1e7da3", |
31 | 31 | "cropperjs": "2.1.0", |
32 | | - "exifreader": "^4.33.1", |
33 | | - "focus-trap": "^7.7.1", |
| 32 | + "exifreader": "^4.36.2", |
| 33 | + "focus-trap": "^8.0.0", |
34 | 34 | "hash-wasm": "^4.12.0", |
35 | 35 | "html-parsed-element": "^0.4.1", |
36 | 36 | "perfect-scrollbar": "^1.5.6", |
37 | 37 | "qr-creator": "^1.0.0", |
38 | 38 | "reflect-metadata": "^0.2.2", |
39 | | - "sortablejs": "^1.15.6", |
| 39 | + "sortablejs": "^1.15.7", |
40 | 40 | "tabbable": "^6.4.0", |
41 | 41 | "tslib": "^2.8.1" |
42 | 42 | }, |
|
0 commit comments