diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-28 12:37:15 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-28 12:38:59 +0100 |
| commit | 4e195e1000f15488edd59b39f4d7094c8753c77d (patch) | |
| tree | b8fe2918663ce6fdcaa55b01ef4a212532fdf4f5 /client/simple/package.json | |
| parent | d5ba3bf150c72dca7b4aa32ebbcc7887a5fcde1b (diff) | |
[mod] bump copy-webpack-plugin 13.0.2, eslint 9.21 & vite 6.2.0
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/simple/package.json b/client/simple/package.json index 368473728..1cbc9ca0b 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -9,11 +9,11 @@ "icons.html": "node theme_icons.js" }, "devDependencies": { - "@eslint/js": "^9.19.0", - "copy-webpack-plugin": "^12.0.2", + "@eslint/js": "^9.21.0", + "copy-webpack-plugin": "^13.0.0", "css-loader": "^7.1.2", "edge.js": "^6.2.1", - "eslint": "^9.20.1", + "eslint": "^9.21.0", "filemanager-webpack-plugin": "^8.0.0", "globals": "^15.14.0", "ionicons": "^7.4.0", @@ -28,7 +28,7 @@ "stylelint-config-standard-less": "^3.0.1", "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", - "vite": "^6.0.7", + "vite": "^6.2.0", "vite-plugin-static-copy": "^2.2.0", "vite-plugin-stylelint": "^6.0.0", "webpack": "^5.97.1", |