File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ version=1.0-SNAPSHOT
33
44kotlin.code.style =official
55
6- kotlin.version =1.4.31
6+ kotlin.version =1.4.32
77
8- kotlin-react.version =17.0.2-pre.150
9- kotlin-react-dom.version =17.0.2-pre.150
10- kotlin-styled.version =5.2.1 -pre.150
8+ kotlin-react.version =17.0.2-pre.153
9+ kotlin-react-dom.version =17.0.2-pre.153
10+ kotlin-styled.version =5.2.3 -pre.153
1111
12- kotlin-antd.version =4.8.6-pre.8
13- kotlin-moment.version =2.27.0-pre.6
14- kotlin-react-intl.version =5.8.1-pre.6
15- kotlin-react-responsive.version =8.1.0-pre.6
16- kotlin-uikit.version =3.5.7-pre.5
12+ kotlin-antd.version =4.8.6-pre.9
13+ kotlin-moment.version =2.27.0-pre.7
14+ kotlin-react-intl.version =5.8.1-pre.7
15+ kotlin-react-responsive.version =8.1.0-pre.7
16+ kotlin-uikit.version =3.5.7-pre.6
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx:kotlin-antd:4.8.6-pre.7 -kotlin-1.4.30 " )
17+ implementation(" io.github.samgarasx:kotlin-antd:4.8.6-pre.9 -kotlin-1.4.32 " )
1818 implementation(npm(" antd" , " 4.8.6" ))
1919}
2020```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx:kotlin-moment:2.27.0-pre.5 -kotlin-1.4.30 " )
17+ implementation(" io.github.samgarasx:kotlin-moment:2.27.0-pre.7 -kotlin-1.4.32 " )
1818 implementation(npm(" moment" , " 2.27.0" ))
1919}
2020```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx:kotlin-react-intl:5.8.1-pre.5 -kotlin-1.4.30 " )
17+ implementation(" io.github.samgarasx:kotlin-react-intl:5.8.1-pre.7 -kotlin-1.4.32 " )
1818 implementation(npm(" react-intl" , " 5.8.1" ))
1919}
2020```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx:kotlin-react-responsive:8.1.0-pre.5 -kotlin-1.4.30 " )
17+ implementation(" io.github.samgarasx:kotlin-react-responsive:8.1.0-pre.7 -kotlin-1.4.32 " )
1818 implementation(npm(" react-responsive" , " 8.1.0" ))
1919}
2020```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" io.github.samgarasx:kotlin-uikit:3.5.7-pre.4 -kotlin-1.4.30 " )
17+ implementation(" io.github.samgarasx:kotlin-uikit:3.5.7-pre.6 -kotlin-1.4.32 " )
1818 implementation(npm(" uikit" , " 3.5.7" ))
1919}
2020```
You can’t perform that action at this time.
0 commit comments