File tree Expand file tree Collapse file tree 6 files changed +14
-53
lines changed
dev/johnoreilly/climatetrace/di Expand file tree Collapse file tree 6 files changed +14
-53
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,6 @@ kotlin {
27
27
}
28
28
29
29
30
- js(){
31
- browser()
32
- binaries.executable()
33
- }
34
-
35
-
36
30
androidTarget()
37
31
jvm(" desktop" )
38
32
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 2.0.20 "
3
- ksp = " 2.0.20 -1.0.25"
2
+ kotlin = " 2.0.21 "
3
+ ksp = " 2.0.21 -1.0.25"
4
4
kotlinx-coroutines = " 1.9.0"
5
5
6
6
7
- agp = " 8.7.0 "
7
+ agp = " 8.7.1 "
8
8
android-compileSdk = " 34"
9
9
android-minSdk = " 24"
10
10
android-targetSdk = " 34"
11
11
androidx-activityCompose = " 1.9.2"
12
12
compose = " 1.7.3"
13
- compose-plugin = " 1.7.0-rc01 "
14
- composeAdaptiveLayout = " 1.0.0-rc01 "
13
+ compose-plugin = " 1.7.0"
14
+ composeAdaptiveLayout = " 1.0.0"
15
15
harawata-appdirs = " 1.2.2"
16
16
koalaplot = " 0.5.3"
17
17
koin = " 3.6.0-Beta4"
Original file line number Diff line number Diff line change 126
126
" @types/estree" " *"
127
127
128
128
" @types/eslint@* " :
129
- version "8.44.8 "
130
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.8 .tgz#f4fe1dab9b3d3dd98082d4b9f80e59ab40f1261c "
131
- integrity sha512-4K8GavROwhrYl2QXDXm0Rv9epkA8GBFu0EI+XrrnnuCl7u8CWBRusX7fXJfanhZTDWSAL24gDI/UqXyUM0Injw ==
129
+ version "9.6.1 "
130
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.1 .tgz#d5795ad732ce81715f27f75da913004a56751584 "
131
+ integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag ==
132
132
dependencies :
133
133
" @types/estree" " *"
134
134
" @types/json-schema" " *"
135
135
136
- " @types/estree@*" , "@types/estree@^1.0.5":
136
+ " @types/estree@* " :
137
+ version "1.0.6"
138
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
139
+ integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
140
+
141
+ " @types/estree@^1.0.5 " :
137
142
version "1.0.5"
138
143
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
139
144
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
You can’t perform that action at this time.
0 commit comments