Skip to content

Commit

Permalink
Update JS versions in yarn.lock (arrow-kt#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored and kyay10 committed Aug 18, 2023
1 parent 7a8ed55 commit 87a6df1
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 156 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ apiValidation {

rootProject.plugins.withType<YarnPlugin> {
rootProject.configure<NodeJsRootExtension> {
versions.webpackDevServer.version = "4.11.1"
versions.webpack.version = "5.75.0"
versions.webpackDevServer.version = "4.15.1"
versions.webpack.version = "5.88.1"
versions.webpackCli.version = "4.10.0"
versions.karma.version = "6.4.1"
versions.karma.version = "6.4.2"
versions.mocha.version = "10.2.0"
}
}

0 comments on commit 87a6df1

Please sign in to comment.