File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
import io.gitlab.arturbosch.detekt.Detekt
2
2
import org.jetbrains.kotlin.gradle.plugin.KotlinTarget
3
3
import org.jetbrains.kotlin.gradle.plugin.KotlinTargetWithTests
4
+ import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension
4
5
import org.jlleitschuh.gradle.ktlint.reporter.ReporterType
5
6
6
7
@Suppress(" DSL_SCOPE_VIOLATION" ) // TODO: remove when migrate to Gradle 8
@@ -116,6 +117,10 @@ kotlin {
116
117
}
117
118
}
118
119
120
+ extensions.configure<NodeJsRootExtension > {
121
+ versions.webpack.version = " 5.76.0"
122
+ }
123
+
119
124
ktlint {
120
125
version.set(libs.versions.ktlint)
121
126
reporters {
Original file line number Diff line number Diff line change @@ -2190,10 +2190,10 @@ webpack-sources@^3.2.3:
2190
2190
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
2191
2191
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
2192
2192
2193
- webpack@5.74 .0 :
2194
- version "5.74 .0"
2195
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.74 .0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980 "
2196
- integrity sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA ==
2193
+ webpack@5.76 .0 :
2194
+ version "5.76 .0"
2195
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76 .0.tgz#f9fb9fb8c4a7dbdcd0d56a98e56b8a942ee2692c "
2196
+ integrity sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA ==
2197
2197
dependencies :
2198
2198
" @types/eslint-scope" " ^3.7.3"
2199
2199
" @types/estree" " ^0.0.51"
You can’t perform that action at this time.
0 commit comments