File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,6 @@ xcuserdata
40
40
41
41
# CocoaPods
42
42
Pods /
43
+
44
+ # Node Modules
45
+ node_modules
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ dependencies {
22
22
implementation " org.jetbrains.kotlinx:kotlinx-serialization-runtime-js:$serializer_version "
23
23
24
24
25
- implementation " org.jetbrains:kotlin-extensions:1.0.1-pre.79 -kotlin-1.3.41 "
25
+ implementation " org.jetbrains:kotlin-extensions:1.0.1-pre.87 -kotlin-1.3.50 "
26
26
27
- implementation " org.jetbrains:kotlin-react:$react_version -pre.79 -kotlin-1.3.41 "
27
+ implementation " org.jetbrains:kotlin-react:$react_version -pre.87 -kotlin-1.3.50 "
28
28
29
- implementation " org.jetbrains:kotlin-react-dom:$react_version -pre.79 -kotlin-1.3.41 "
29
+ implementation " org.jetbrains:kotlin-react-dom:$react_version -pre.87 -kotlin-1.3.50 "
30
30
31
31
32
32
@@ -61,9 +61,9 @@ kotlinFrontend {
61
61
sourceMaps = false
62
62
63
63
npm {
64
- replaceVersion " kotlinx-html-js" , ' 1.3.41 '
65
- replaceVersion " kotlinx-html-shared" , ' 1.3.41 '
66
- replaceVersion " kotlin-js-library" , ' 1.3.41 '
64
+ replaceVersion " kotlinx-html-js" , ' 1.3.50 '
65
+ replaceVersion " kotlinx-html-shared" , ' 1.3.50 '
66
+ replaceVersion " kotlin-js-library" , ' 1.3.50 '
67
67
68
68
dependency " react" , " 16.8.6"
69
69
dependency " react-dom"
Original file line number Diff line number Diff line change 46
46
coroutine_version = " 1.2.1"
47
47
serializer_version = " 0.13.0"
48
48
ktor_version = " 1.2.5"
49
- react_version = " 16.8.6 "
49
+ react_version = " 16.9.0 "
50
50
51
51
sqldelight_version = " 1.2.0"
52
52
You can’t perform that action at this time.
0 commit comments