File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
ncc-packer/src/jsMain/kotlin/net/kautler/nccpacker Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020-2023 Björn Kautler
2+ * Copyright 2020-2025 Björn Kautler
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -87,7 +87,7 @@ dependencyResolutionManagement {
8787 }
8888
8989 val kotlinWrappers by registering {
90- from(" org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:0.0.1-pre.819 " )
90+ from(" org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:0.0.1-pre.839 " )
9191 }
9292 }
9393}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ build-inject = "1"
2424build-kotlinx-serialization = " 1.5.0"
2525build-node = " 20.11.0"
2626build-snakeyaml = " 2.0"
27- kotlin = " 2.0.20 "
27+ kotlin = " 2.0.21 "
2828kotlinx-coroutines = " 1.6.4"
2929ktor = " 3.0.0"
3030workflows-kotlin = " 2.1.10"
Original file line number Diff line number Diff line change 612612 dependencies :
613613 " @types/node" " *"
614614
615- " @vercel/ncc@^0.38.2 " :
616- version "0.38.2 "
617- resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.38.2 .tgz#d35c3a74c671699ccf316f74bf0ecab6b60e312b "
618- integrity sha512-3yel3jaxUg9pHBv4+KeC9qlbdZPug+UMtUOlhvpDYCMSgcNSrS2Hv1LoqMsOV7hf2lYscx+BESfJOIla1WsmMQ ==
615+ " @vercel/ncc@^0.38.3 " :
616+ version "0.38.3 "
617+ resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.38.3 .tgz#5475eeee3ac0f1a439f237596911525a490a88b5 "
618+ integrity sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA ==
619619
620620[email protected] , abort-controller@^3.0.0:
621621 version "3.0.0"
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020-2024 Björn Kautler
2+ * Copyright 2020-2025 Björn Kautler
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -48,7 +48,7 @@ suspend fun main(vararg args: String) {
4848 mkdir(path.dirname(assetFilePath), MakeDirectoryOptions (recursive = true ))
4949 writeFile(
5050 assetFilePath,
51- asset.source.upcast<ArrayBufferView >(),
51+ asset.source.upcast<ArrayBufferView < * > >(),
5252 WriteFileAsyncOptions (mode = asset.permissions)
5353 )
5454 }
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dependencyResolutionManagement {
102102
103103 versionCatalogs {
104104 val kotlinWrappers by registering {
105- from(" org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:0.0.1-pre.819 " )
105+ from(" org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:0.0.1-pre.839 " )
106106 }
107107 }
108108}
You can’t perform that action at this time.
0 commit comments