Skip to content

Commit 863ba8c

Browse files
committed
Fix @symfony/ux-*-map dev dependency, use --topological-dev to ensure build and test scripts respect workspaces topoligy
1 parent 3e99eb2 commit 863ba8c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"src/*/src/Bridge/*/assets"
77
],
88
"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",
1111
"check": "biome check",
1212
"ci": "biome ci"
1313
},

src/Map/src/Bridge/Google/assets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"devDependencies": {
4141
"@googlemaps/js-api-loader": "^1.16.6",
4242
"@hotwired/stimulus": "^3.0.0",
43+
"@symfony/ux-map": "workspace:*",
4344
"@types/google.maps": "^3.55.9"
4445
}
4546
}

src/Map/src/Bridge/Leaflet/assets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@hotwired/stimulus": "^3.0.0",
42+
"@symfony/ux-map": "workspace:*",
4243
"@types/leaflet": "^1.9.12",
4344
"leaflet": "^1.9.4"
4445
}

yarn.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,6 +2888,7 @@ __metadata:
28882888
dependencies:
28892889
"@googlemaps/js-api-loader": "npm:^1.16.6"
28902890
"@hotwired/stimulus": "npm:^3.0.0"
2891+
"@symfony/ux-map": "workspace:*"
28912892
"@types/google.maps": "npm:^3.55.9"
28922893
peerDependencies:
28932894
"@googlemaps/js-api-loader": ^1.16.6
@@ -2913,6 +2914,7 @@ __metadata:
29132914
resolution: "@symfony/ux-leaflet-map@workspace:src/Map/src/Bridge/Leaflet/assets"
29142915
dependencies:
29152916
"@hotwired/stimulus": "npm:^3.0.0"
2917+
"@symfony/ux-map": "workspace:*"
29162918
"@types/leaflet": "npm:^1.9.12"
29172919
leaflet: "npm:^1.9.4"
29182920
peerDependencies:
@@ -2939,7 +2941,7 @@ __metadata:
29392941
languageName: unknown
29402942
linkType: soft
29412943

2942-
"@symfony/ux-map@workspace:src/Map/assets":
2944+
"@symfony/ux-map@workspace:*, @symfony/ux-map@workspace:src/Map/assets":
29432945
version: 0.0.0-use.local
29442946
resolution: "@symfony/ux-map@workspace:src/Map/assets"
29452947
dependencies:

0 commit comments

Comments
 (0)