Skip to content

Commit

Permalink
Remove react overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialist7 committed Dec 25, 2024
1 parent 5b361bc commit 78643ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin
import org.jetbrains.kotlin.gradle.targets.js.npm.NpmExtension

plugins {
alias(libs.plugins.kotlin.multiplatform) apply false
alias(libs.plugins.kotlin.jsPlainObjects) apply false
}

plugins.withType<NodeJsRootPlugin> {
the<NpmExtension>().apply {
override("react", "^19.0.0")
override("react-dom", "^19.0.0")
}
}

tasks.wrapper {
gradleVersion = "8.11.1"
}
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78643ad

Please sign in to comment.