diff --git a/build.gradle.kts b/build.gradle.kts index f26c4fee..c4bf2f4b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { - the().apply { - override("react", "^19.0.0") - override("react-dom", "^19.0.0") - } -} - tasks.wrapper { gradleVersion = "8.11.1" } diff --git a/package-lock.json b/package-lock.json index 8132d34b..44f24d97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2526,6 +2526,7 @@ "packages/playground": { "version": "0.0.0-unspecified", "dependencies": { + "@date-io/core": "2.17.0", "@emotion/cache": "^11.14.0", "@emotion/css": "^11.13.5", "@emotion/react": "11.9.0",