Skip to content

Commit

Permalink
Vite 5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Sep 16, 2024
1 parent d21feb6 commit ec0cdff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.jetbrains.kotlin.gradle.targets.js.ir.KotlinJsIrCompilation
import org.jetbrains.kotlin.gradle.targets.js.npm.RequiresNpmDependencies
import org.jetbrains.kotlin.gradle.targets.js.npm.npmProject

private val VITE = NpmPackageVersion("vite", "5.4.4")
private val VITE = NpmPackageVersion("vite", "5.4.5")
private const val VITE_BIN = "vite/bin/vite.js"

@CacheableTask
Expand Down

0 comments on commit ec0cdff

Please sign in to comment.