diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-04 11:04:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-04 11:04:22 +0200 |
| commit | db8d4d38776f1750bcb13138e578156e95428ebc (patch) | |
| tree | e1da2fc3df194632729dc5959c89757ef2aa5480 /client/simple/package.json | |
| parent | 08d8fb7146f5e3de52288472ad5be919828ce3c7 (diff) | |
[upd] web-client (simple): Bump vite from 6.3.5 to 7.0.0 in /client/simple (#4944)
* [upd] web-client (simple): Bump vite in /client/simple
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* [fix] theme/simple: api sync
CSS sourcemap generation doesn't work right now anyway.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Gabaldon <igabaldon@inetol.net>
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/simple/package.json b/client/simple/package.json index 8589528f1..69f1cae2c 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -30,7 +30,7 @@ "stylelint-prettier": "^5.0.3", "svgo": "^4.0.0", "swiped-events": "^1.2.0", - "vite": "^6.3.5", + "vite": "^7.0.1", "vite-plugin-static-copy": "^3.1.0" } } |