File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6
6
" src/*/src/Bridge/*/assets"
7
7
],
8
8
"scripts" : {
9
- "build" : " yarn workspaces foreach -Apt run build" ,
10
- "test" : " yarn workspaces foreach -Apt run test" ,
9
+ "build" : " yarn workspaces foreach -Ap --topological-dev run build" ,
10
+ "test" : " yarn workspaces foreach -Ap --topological-dev run test" ,
11
11
"check" : " biome check" ,
12
12
"ci" : " biome ci"
13
13
},
Original file line number Diff line number Diff line change 40
40
"devDependencies" : {
41
41
"@googlemaps/js-api-loader" : " ^1.16.6" ,
42
42
"@hotwired/stimulus" : " ^3.0.0" ,
43
+ "@symfony/ux-map" : " workspace:*" ,
43
44
"@types/google.maps" : " ^3.55.9"
44
45
}
45
46
}
Original file line number Diff line number Diff line change 39
39
},
40
40
"devDependencies" : {
41
41
"@hotwired/stimulus" : " ^3.0.0" ,
42
+ "@symfony/ux-map" : " workspace:*" ,
42
43
"@types/leaflet" : " ^1.9.12" ,
43
44
"leaflet" : " ^1.9.4"
44
45
}
Original file line number Diff line number Diff line change @@ -2888,6 +2888,7 @@ __metadata:
2888
2888
dependencies :
2889
2889
" @googlemaps/js-api-loader " : " npm:^1.16.6"
2890
2890
" @hotwired/stimulus " : " npm:^3.0.0"
2891
+ " @symfony/ux-map " : " workspace:*"
2891
2892
" @types/google.maps " : " npm:^3.55.9"
2892
2893
peerDependencies :
2893
2894
" @googlemaps/js-api-loader " : ^1.16.6
@@ -2913,6 +2914,7 @@ __metadata:
2913
2914
resolution : " @symfony/ux-leaflet-map@workspace:src/Map/src/Bridge/Leaflet/assets"
2914
2915
dependencies :
2915
2916
" @hotwired/stimulus " : " npm:^3.0.0"
2917
+ " @symfony/ux-map " : " workspace:*"
2916
2918
" @types/leaflet " : " npm:^1.9.12"
2917
2919
leaflet : " npm:^1.9.4"
2918
2920
peerDependencies :
@@ -2939,7 +2941,7 @@ __metadata:
2939
2941
languageName : unknown
2940
2942
linkType : soft
2941
2943
2942
- " @symfony/ux-map@workspace:src/Map/assets " :
2944
+ " @symfony/ux-map@workspace:*, @symfony/ux-map@workspace: src/Map/assets " :
2943
2945
version : 0.0.0-use.local
2944
2946
resolution : " @symfony/ux-map@workspace:src/Map/assets"
2945
2947
dependencies :
You can’t perform that action at this time.
0 commit comments