Skip to content

Commit

Permalink
Vite 6.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Jan 21, 2025
1 parent 94158a0 commit 26f665c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import org.jetbrains.kotlin.gradle.targets.js.npm.RequiresNpmDependencies
import org.jetbrains.kotlin.gradle.targets.js.npm.npmProject
import javax.inject.Inject

private val VITE = NpmPackageVersion("vite", "^6.0.7")
private val VITE = NpmPackageVersion("vite", "^6.0.11")

abstract class KotlinViteTask :
DefaultTask(),
Expand Down

0 comments on commit 26f665c

Please sign in to comment.