Skip to content

Commit

Permalink
feat: upgrade fortawesome/fontawesome-free and parse5 (CXSPA-9212 & C…
Browse files Browse the repository at this point in the history
…XSPA-9214) (#19854)

Co-authored-by: Hakwoo Kim <hakwoo.kim@sap.com>
  • Loading branch information
kimhw0630 and hakwookim authored Jan 15, 2025
1 parent 85e7673 commit 1c6e2f9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"@angular/service-worker": "^18.2.9",
"@angular/ssr": "^18.2.9",
"@fontsource/open-sans": "^4.5.14",
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-free": "6.7.2",
"@ng-select/ng-select": "^13.9.1",
"@ngrx/effects": "^18.1.1",
"@ngrx/router-store": "^18.1.1",
Expand Down Expand Up @@ -232,7 +232,7 @@
"karma-junit-reporter": "^2.0.1",
"ng-packagr": "18.2.1",
"nx": "20.1.3",
"parse5": "^7.1.2",
"parse5": "^7.2.1",
"postcss": "^8.4.31",
"postcss-scss": "^4.0.6",
"prettier": "~3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@angular/compiler": "^18.2.9",
"@schematics/angular": "^18.2.9",
"jsonc-parser": "~3.2.1",
"parse5": "^7.1.2",
"parse5": "^7.2.1",
"typescript": "^5.2.2"
},
"peerDependenciesMeta": {
Expand Down
6 changes: 3 additions & 3 deletions projects/schematics/src/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/compiler": "^18.2.9",
"@schematics/angular": "^18.2.9",
"jsonc-parser": "~3.2.1",
"parse5": "^7.1.2",
"parse5": "^7.2.1",
"typescript": "^5.2.2"
},
"ssr-tests": {
Expand All @@ -47,7 +47,7 @@
},
"@spartacus/styles": {
"@fontsource/open-sans": "^4.5.14",
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-free": "6.7.2",
"@ng-select/ng-select": "^13.9.1",
"bootstrap": "^4.6.2"
},
Expand Down Expand Up @@ -497,7 +497,7 @@
"@angular/service-worker": "^18.2.9",
"@angular/ssr": "^18.2.9",
"@fontsource/open-sans": "^4.5.14",
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-free": "6.7.2",
"@ng-select/ng-select": "^13.9.1",
"@ngrx/effects": "^18.1.1",
"@ngrx/router-store": "^18.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exports[`Spartacus Schematics: ng-add should add spartacus properly with SSR 2`]
"@angular/service-worker": "^18.2.9",
"@angular/ssr": "^18.2.9",
"@fontsource/open-sans": "^4.5.14",
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-free": "6.7.2",
"@ng-select/ng-select": "^13.9.1",
"@ngrx/effects": "^18.1.1",
"@ngrx/router-store": "^18.1.1",
Expand Down Expand Up @@ -95,7 +95,7 @@ exports[`Spartacus Schematics: ng-add should add spartacus properly with SSR 2`]
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"parse5": "^7.1.2",
"parse5": "^7.2.1",
"typescript": "~5.5.2"
}
}"
Expand Down
2 changes: 1 addition & 1 deletion projects/storefrontstyles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {},
"peerDependencies": {
"@fontsource/open-sans": "^4.5.14",
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-free": "6.7.2",
"@ng-select/ng-select": "^13.9.1",
"bootstrap": "^4.6.2"
},
Expand Down

0 comments on commit 1c6e2f9

Please sign in to comment.