diff options
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/simple/package.json b/client/simple/package.json index 5eeffb688..f0cb956bb 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -9,13 +9,13 @@ "icons.html": "node theme_icons.js" }, "devDependencies": { - "@eslint/js": "^9.25.1", + "@eslint/js": "^9.26.0", "copy-webpack-plugin": "^13.0.0", "css-loader": "^7.1.2", "edge.js": "^6.2.1", - "eslint": "^9.25.1", + "eslint": "^9.26.0", "filemanager-webpack-plugin": "^8.0.0", - "globals": "^16.0.0", + "globals": "^16.1.0", "ionicons": "^8.0.8", "leaflet": "^1.9.4", "less": "^4.3.0", @@ -29,10 +29,10 @@ "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", "swiped-events": "^1.2.0", - "vite": "^6.3.4", + "vite": "^6.3.5", "vite-plugin-static-copy": "^2.3.1", "vite-plugin-stylelint": "^6.0.0", - "webpack": "^5.99.7", + "webpack": "^5.99.8", "webpack-cli": "^6.0.1" }, "dependencies": { |