Skip to content

Commit

Permalink
Merge pull request #1648 from spryker-shop/bugfix/frw-9454-red-ci
Browse files Browse the repository at this point in the history
FRW-9454 Update cross-spawn dependency
  • Loading branch information
tolerants authored Dec 5, 2024
2 parents 2dfe7a9 + aca875c commit 142585c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 79 deletions.
82 changes: 5 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"@angular-devkit/build-angular": {
"http-proxy-middleware": "^3.0.1"
},
"rollup": "^4.22.4"
"rollup": "^4.22.4",
"cross-spawn": "^7.0.5"
}
}
2 changes: 1 addition & 1 deletion tsconfig.mp.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@mp/comment-merchant-portal-gui": ["vendor/spryker/comment-merchant-portal-gui/mp.public-api.ts"],
"@mp/dashboard-merchant-portal-gui": ["vendor/spryker/dashboard-merchant-portal-gui/mp.public-api.ts"],
"@mp/dummy-merchant-portal-gui": ["vendor/spryker/dummy-merchant-portal-gui/mp.public-api.ts"],
"@mp/gui-table": ["vendor/spryker/gui-table/mp.public-api.ts"],
"@mp/merchant-app-merchant-portal-gui": [
"vendor/spryker/merchant-app-merchant-portal-gui/mp.public-api.ts"
],
Expand All @@ -32,7 +33,6 @@
"@mp/security-merchant-portal-gui": ["vendor/spryker/security-merchant-portal-gui/mp.public-api.ts"],
"@mp/user-merchant-portal-gui": ["vendor/spryker/user-merchant-portal-gui/mp.public-api.ts"],
"@mp/zed-ui": ["vendor/spryker/zed-ui/mp.public-api.ts"],
"@mp/gui-table": ["vendor/spryker/gui-table/mp.public-api.ts"],
"@mp/*": ["vendor/spryker/*/mp.public-api.ts"],
"@mp/polyfills": ["./vendor/spryker/zed-ui/src/Spryker/Zed/ZedUi/Presentation/Components/mp.polyfills.ts"]
}
Expand Down

0 comments on commit 142585c

Please sign in to comment.